Replies: 1 comment
|
Hi Cameron,
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, we have a production DBT job that runs using DBT cloud every 4 hours. We have setup dbt_artifacts and it is working properly. My question is, does the command
dbt run --select dbt_artifactsneed to be run as part of every DBT cloud job? Or does that only need to be run once? Should it be inline with the existing jobs, or be a stand alone job that runs on it's own schedule.I don't fully understand the commands behavior and how it should be used. Thanks!
All reactions