You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! In the Quick Start documentation there is this instruction:
👷 Always run the dbt_artifacts models in every dbt invocation which uses the upload_results macro. This ensures that the source models always have the correct fields in case of an update.
Here are the dbt commands I have a production dbt cloud job:
dbt deps
dbt source snapshot-freshness
dbt run --selector my_selector
dbt test
dbt docs generate
Questions:
Where do I add "dbt run -m dbt_artifacts" command within those steps?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! In the Quick Start documentation there is this instruction:
Here are the dbt commands I have a production dbt cloud job:
Questions:
Beta Was this translation helpful? Give feedback.
All reactions