ingest
Please find below all available sub commands for sifflet ingest
:
ingest dbt
: send dbt artifacts to Sifflet (dbt Core integration)
sifflet ingest dbt
Description
Send DBT artifacts to your Sifflet application.
For more details on how to integrate with dbt Core, please refer to this page.
sifflet ingest dbt --project-name <project_name> \
--target <target> --input-folder <dbt_artifacts_directory>
Options
--project-name
(string)
The name of your dbt project (in your dbt_project.yml file)
--target
(string)
The target value of your dbt project (in your profiles.yml file)
--input-folder
(string)
The path to the dbt execution folder
Updated 12 months ago