I have a scheduling question regarding dbt Cloud. I need to set up Job AB to run once a week on Wednesdays, but only after Job A has completed. For context, Job A runs every day. I’ve tried using the available Trigger options, but this results in duplicate runs. How can I accomplish this without adding logic to the actual model? I tried to add a macro that would check for the day of the week as command 1 and added the model refresh as command 2 but this did not really do anything. Any insight is appreciated
Job AB set up
Command 1 dbt run-operation check_wednesday
Command 2 dbt run --select tag:wednesday