Integrating self-hosted Databand

To track your metadata and receive alerts about your runs and pipelines in self-hosted Databand, you can enable integrations.

Databand supports the following integrations:
Cloud integrations
dbt
Control-M
Next-Gen DataStage
Airflow
Azure Data Factory
Custom API integration
Data source integrations
Snowflake
BigQuery

These integrations are disabled by default. To enable them:

  1. Run ./databand-cmd.sh create monitor-token to create a Databand token.
    • The token is created for a specific username. Enter the username that you created during installation.
    • This token is automatically added to your custom.env file as DBND__CORE__DATABAND_ACCESS_TOKEN=.
  2. Open custom.env and add the following COMPOSE_FILE= variable definition to enable all available integrations: COMPOSE_FILE=docker-compose.yml:mods/integrations/dbnd-monitors.yml.
  3. Restart Databand with ./databand-cmd.sh restart.

For more information about connecting Databand with orchestrations or data integration tools, see Integrations.