Skip to content

Commit

Permalink
Actually use ephemeral storage
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Nov 12, 2024
1 parent a5d96ad commit d6a1076
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="elementaryreport",
command="send-report",
cmd_args=["--days-back", "4", "--profiles-dir", ".", "--executions-limit", "120"],
cmd_args=["--days-back", "7", "--profiles-dir", ".", "--executions-limit", "120"],
)

elementary_alerts

0 comments on commit d6a1076

Please sign in to comment.