Skip to content

Commit

Permalink
Expand tasks comments to highlight enabling the alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Jan 18, 2024
1 parent 32980d1 commit 828f6a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catalog/dags/data_refresh/data_refresh_task_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ def create_data_refresh_task_group(
# └─ create_filtered_index
# └─ promote (trigger_promote + wait_for_promote)
# └─ delete_old_index
# └─ promote_filtered_index (including delete filtered index)
# └─ promote_filtered_index (including delete filtered index) +
# enable_alarms
chain(*tasks)

return data_refresh_group

0 comments on commit 828f6a7

Please sign in to comment.