Skip to content

Commit

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

# 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 8260234

Please sign in to comment.