Cross-Provider Workflow
Databricks Job Run to DataHub Lineage
Version 1.0.0
Run a Databricks job, then register the produced dataset and its lineage in DataHub.
Providers Orchestrated
Workflows
databricks-job-to-datahub-lineage
Run a Databricks job and register its output dataset lineage in DataHub.
Triggers a Databricks job run, then upserts the produced dataset entity into the DataHub catalog so its lineage and metadata are tracked.
1
run-databricks-job
$sourceDescriptions.databricksApi.runJobNow
Trigger a Databricks job run that produces a dataset.
2
register-lineage
$sourceDescriptions.datahubApi.upsertEntities
Upsert the produced dataset and its lineage into DataHub.
Source API Descriptions
openapi