manifest.json and catalog.json) to DataHub from a Bolt schedule so your metadata catalog stays in sync with the latest models, lineage, columns, and descriptions after each run.
Prerequisites
- DataHub connected as a workspace integration. The integration provides the required credentials as environment variables:
DATAHUB_GMS_URL,DATAHUB_GMS_TOKEN, andDATAHUB_TARGET_PLATFORM(DATAHUB_DOMAINis optional). - Run
dbt docs generateearlier in the schedule socatalog.jsonexists. DataHub’s dbt source needs bothmanifest.jsonandcatalog.json, and onlydbt docs generateproduces the catalog.
Usage
Add the Push to DataHub command to your schedule, after the dbt™ commands that generate your artifacts. The modal accepts any command supported by the Paradime DataHub CLI:paradime run datahub-artifacts-push with no flags.