Before installing DataPilot, ensure you have the following prerequisites met:
- Python 3.7 or higher installed on your machine.
- Access to a command-line interface (CLI) to execute pip commands.
- An existing dbt project to analyze with DataPilot.
To install DataPilot, open your CLI and run the following command:
pip install altimate-datapilot-cliThis command will download and install the latest version of DataPilot along with its dependencies.
Once DataPilot is installed, you can set it up to work with your dbt project.
Execute the following command to perform a health check on your dbt project:
datapilot dbt project-health --manifest-path /path/to/manifest.json --catalog-path /path/to/catalog.jsonAfter running the command, DataPilot will provide you with insights into your dbt project's health. Review the insights and make any necessary adjustments to your project.