Skip to content

Commit

Permalink
reduce days
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent 9ceb1b3 commit a802be5
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 @@ -32,7 +32,7 @@
"generate_report",
resource_cfg="dbt",
command="send-report",
cmd_args=["--select", "last_invocation"],
cmd_args=["--select", "last_invocation", "--days-back", "2"],
)

elementary_alerts

0 comments on commit a802be5

Please sign in to comment.