Skip to main content

Python Access to Our Schema

With any IDE, you can access our data, which is hosted on the Databricks platform. Use the following instructions:
  1. Contact us at [email protected] and we will send you a link.
  2. From this link, download a credential file you will need: config.share
  3. Install the delta sharing python package in your local environment: pip install delta_sharing
  4. Use the following code to get a table named contract_text:
  1. To view all available tables do: client.list_all_tables()