Before you begin
- Databricks workspace
- Open Delta Sharing client
- A Unity Catalog-enabled workspace with compute for queries.
- Permission to create a catalog from a share: metastore admin, or
CREATE CATALOGwithUSE PROVIDERor provider ownership.
<CLOUD>:<REGION>:<UUID>.Request the integration
Send these details through the Support Center:
Activity sharing includes available historical events.
Import the share
- Databricks workspace
- Open Delta Sharing client
1
Find the share
Open Catalog > gear icon > OpenSharing > Shared with me.
Older workspaces call it Delta Sharing.
Select the Kadoa provider and the share whose name starts with
KADOA_SHARE_.
A new share can take up to one minute to appear.2
Create a catalog
Select Mount to catalog > Create a new catalog.
Enter a name such as
kadoa. Select Create.3
Grant access
Give readers
USE CATALOG on the catalog, USE SCHEMA on its schemas, and SELECT on the shared tables.Verify the first delivery
Allow about 5 minutes after a workflow run completes.- Find your
workflow_idinWORKFLOW_RUNS. Select the delivered run and note itsjob_id. - Match its
workflow_id,schema_version, andschema_fingerprintinWORKFLOW_SCHEMA_VERSIONS. Readversioned_table_name. - Read that table with a
job_idfilter. Compare the row count with the same run in the Kadoa dashboard.
TEAM_. Run this query:
WORKFLOW_RUNS and WORKFLOW_SCHEMA_VERSIONS.
Then load the versioned table and count the run’s rows:
Query the shared tables
Get exact table names from
WORKFLOW_SCHEMA_VERSIONS. Do not substitute a workflow ID into a table name.
Each data table can contain multiple runs. Filter by job_id to query one run. Older schema versions remain available in versioned tables.
Other tables include ACTIVITY_LOG when enabled and TPL_<GENERATED_ID>__LATEST for shared template data.
What’s next
Snowflake
Query shared secure views.
How data integrations work
Review integration behavior.