Export Inflection Data to Databricks
For information on tables and schemas that inflection exports to Databricks, please read thisSet up Export to Databricks in Inflection
Set up Export to Databricks in Inflection
These steps need to be run by someone with access to
-
Go to Connections → Data Connections, then click Add new connection.

- Choose your platform: Select Databricks as your destination platform.
-
Select connection type: Choose Export Data to Databricks.

-
Enter your DW credentials
Give a name for your data warehouse connection and fill in your credentials.
- For Databricks: Enter client ID, client secret, host, catalog, schema and HTTP path.
- Click Create Connection to set up the connection. Note that syncing will NOT BEGIN and connection will be in INACTIVE state until the credentials and destination tables are validated by your Inflection team.
Set up Databricks to accept Inflection Data
Set up Databricks to accept Inflection Data
We provide a custom SQL script tailored to your configuration. You’ll need to run this script to create the export tables in your DW.
The script creates tables with the necessary structure and permissions (INSERT, UPDATE, DELETE) for Inflection to write data.

Submit Setup for Activation
Submit Setup for Activation
Once your credentials are saved and your data team has created the required tables in your warehouse, your setup is complete.At this point:
- Inflection’s team will validate the setup and activate the sync for you.
- No additional steps are required from your side.
- Optionally, you may test or delete the connection at this stage
- You will be notified once the sync has started and data is being sent.
Activation may take up to two business days. Please ensure your data team notifies you once your tables are set up in your data warehouse.
Import Databricks Data to Inflection
Inflection can read data directly from your Databricks workspace using Databricks-to-Databricks Delta Sharing. You stay fully in control of what’s shared; Inflection only receives read-only access to the specific tables you choose. This instructions below walk you through:- Setting up a Delta Sharing share in your Databricks Unity Catalog.
- Granting Inflection access using our metastore identifier.
- Configuring the Databricks connection inside Inflection.
Pre-requisites
Pre-requisites
To complete this setup, you’ll need:
- A Unity Catalog–enabled Databricks workspace.
-
Permissions to:
- Create and manage shares and recipients in Unity Catalog.
- Grant
SELECTaccess on the tables/schemas you want to share.
-
The Inflection Databricks metastore identifier:
Part 1: Configure Databricks
Part 1: Configure Databricks
Step 1: Choose what to share
Decide which objects Inflection should have access to:- One or more tables, for example:
your_catalog.your_schema.product_activityyour_catalog.your_schema.contacts
- Or an entire schema in a catalog (e.g.
your_catalog.your_schema).
Step 2: Create a Share in Unity Catalog
You can create the share using the Catalog Explorer.- In Databricks, open the Catalog panel.
- Click the gear icon (⚙) and choose Delta Sharing.
- Under Shared by me, click Create share / Share data.
-
Enter a Share name, for example:
- Click Save and continue.
- On the next step, add the tables/schemas you want to share to Inflection, then save.
Step 3: Create a Databricks Recipient for Inflection
Next, create a recipient that represents Inflection’s Unity Catalog metastore, using the identifier we provided.- In Databricks, go to Catalog → ⚙ Delta Sharing.
- Go to the Shared by me tab.
- Click New recipient.
-
Choose a Recipient name, for example:
- For Recipient type, select Databricks.
-
In the Databricks metastore identifier field, paste:
- Save the recipient.
Step 4: Grant the Share to Inflection
Finally, grant the share to the recipient you just created.- In Catalog → ⚙ Delta Sharing → Shared by me, click your share (
inflection_share). - Open the Recipients tab.
- Add
inflection_recipientand grant it access.
Part 2: Configure the Connection in Inflection
Part 2: Configure the Connection in Inflection
Step 5: Open the Databricks Connector in Inflection
- Log in to your Inflection workspace.
- Navigate to Connections → Data Connections.
- Click + / Add connection to open the Connection Marketplace.
-
Under Data Warehouse, choose Databricks.

Step 6: Choose sync type
On the “Setting up Databricks connection” screen:- Select Read Databricks Data
-
Click Enter connection details.


