Skip to main content

dbt

CLI commands for working with dbt projects.

upload

Uploads the dbt manifest JSON file to Holistics project. Part of dbt integration.

$ holistics dbt upload --file-path <file_path> --data-source <data_source_name>
  • --file-path: The path to the dbt manifest file on your local machine.
  • --data-source: The data source to upload the dbt model to.

Example: Upload dbt manifest to a data source named demodb

$ holistics dbt upload --file-path manifest.json --data-source demodb

Let us know what you think about this document :)