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