Skip to content

Commit

Permalink
Use last invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent f60fb74 commit 202655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/elementary_report_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Trigger elementary
elementary_alerts = elementary_task(
dag, "generate_report", resource_cfg="dbt", command="send-report"
dag, "generate_report", resource_cfg="dbt", command="send-report --select last_invocation"
)

elementary_alerts

0 comments on commit 202655e

Please sign in to comment.