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
- Traditional DataStage
- Airflow
- Azure Data Factory
- Custom API integration
Data source integrations:
- Snowflake
- BigQuery
These integrations are disabled by default. To enable them:
- 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=
.
- Open
custom.env
and add the followingCOMPOSE_FILE=
variable definition to enable all available integrations:COMPOSE_FILE=docker-compose.yml:mods/integrations/dbnd-monitors.yml
. - Restart Databand with
./databand-cmd.sh restart
.
For more information about connecting Databand with orchestrations or data integration tools, see Integrations.