Skip to main content
Kadoa configures the integration for you through the Support Center.

Before you begin

  • A Unity Catalog-enabled workspace with compute for queries.
  • Permission to create a catalog from a share: metastore admin, or CREATE CATALOG with USE PROVIDER or provider ownership.
Get your sharing identifier in the workspace where you will query the data:
Send the full value, including the cloud and region: <CLOUD>:<REGION>:<UUID>.

Request the integration

Send these details through the Support Center: Activity sharing includes available historical events.

Import the share

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.
  1. Find your workflow_id in WORKFLOW_RUNS. Select the delivered run and note its job_id.
  2. Match its workflow_id, schema_version, and schema_fingerprint in WORKFLOW_SCHEMA_VERSIONS. Read versioned_table_name.
  3. Read that table with a job_id filter. Compare the row count with the same run in the Kadoa dashboard.
In Databricks, select your catalog and the schema whose name starts with TEAM_. Run this query:
With the Python client, use the earlier example to read 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.