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 installCommands
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| Option | Description |
|---|---|
--file-name | Credential file name for the integration (required) |
--command | Command to run for the integration (default: run-integration) |
Configure Sources
./bigeye-agent datahealth configure-sourcesWalks through configuring sources for your Bigeye workspace(s). This sets up the data sources that the DataHealth agent will monitor.
Upgrade
./bigeye-agent datahealth upgradeUpdates the DataHealth agent to the latest Docker image version.
View Logs
./bigeye-agent datahealth logsPrints 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-integrationUpdate or add an integration configuration. This command is available at the root level and requires the DataHealth agent to be installed.
Updated about 6 hours ago
