Skip to content

Commit

Permalink
add dependance calculation to solve the missing stg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
laurinehu authored and YannickPassa committed Nov 23, 2024
1 parent 9e27213 commit a79d595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/dbt_oneshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

dbt_run = bash.BashOperator(
task_id="dbt_run",
bash_command="dbt run --select marts.oneshot",
bash_command="dbt run --select staging marts.oneshot",
env=env_vars,
append_env=True,
)
Expand Down

0 comments on commit a79d595

Please sign in to comment.