Data Health Agent

Monitor data quality through external data catalog integrations

The DataHealth agent collects data quality information from Bigeye and summarizes it in data catalog integrations (i.e. Alation)

Installation

# Run the installer and select DATAHEALTH
./bigeye-agent install

Commands

Run an Integration

# Run the default integration command
./bigeye-agent datahealth run --file-name my-credentials.yml

# Run a specific command
./bigeye-agent datahealth run --file-name my-credentials.yml --command run-integration
OptionDescription
--file-nameCredential file name for the integration (required)
--commandCommand to run for the integration (default: run-integration)

Configure Sources

./bigeye-agent datahealth configure-sources

Walks through configuring sources for your Bigeye workspace(s). This sets up the data sources that the DataHealth agent will monitor.

Upgrade

./bigeye-agent datahealth upgrade

Updates the DataHealth agent to the latest Docker image version.

View Logs

./bigeye-agent datahealth logs

Prints the logs from the DataHealth agent to your console. Logs are also saved to timestamped log files in the DataHealth configuration directory.

Manage Integrations

./bigeye-agent upsert-integration

Update or add an integration configuration. This command is available at the root level and requires the DataHealth agent to be installed.