10-08-2025 03:30 PM - edited 10-08-2025 04:03 PM
Incorta’s new Databricks data destination enables you to push curated, enriched, or transformed datasets directly into Databricks.
To enable the Databricks data destination, a set of configurations must be completed both in Databricks and Incorta:
GRANT USAGE ON CATALOG system TO 'your_principal';
GRANT USAGE ON SCHEMA system.information_schema TO 'your_principal';
GRANT SELECT ON ALL VIEWS IN SCHEMA system.information_schema TO 'your_principal';
GRANT SELECT ON FUTURE VIEWS IN SCHEMA system.information_schema TO 'your_principal';
Create the Databricks Data DestinationTest and Configure the Data Destination
Test the Connection and save the data destination.
If you encounter an error such as:
HTTP 403 — Unauthorized network access to workspace: 754120970557878,
this indicates that the Databricks workspace is restricted by front-end IP allowlists, authorized networks, or Private Link settings. In other words, the workspace can only be accessed from approved source IPs or through Private Link, and your client’s egress IP is not currently authorized.
Set the Data Destination for the physical schema that will push tables to Databricks:
In the Navigation bar, go to Schema.
In the Action bar, select Settings (gear icon) → Set Data Destination.
In the Set Schema Destination for <SCHEMA_NAME> dialog:
Choose the desired Schema Destination.
Enter the Target Schema Name (the name of the table you want to create in Databricks).
By default, this value matches the schema name in Incorta.
Load the schema and verify that the tables appear correctly in Databricks.