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
- Data source integrations
- Snowflake
These integrations are disabled by default. To enable them:
- Run
./databand-cmd.sh create monitor-tokento 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.envand 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.