Skip to content

Commit

Permalink
Add playbook link to parnter pipeline dag (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao authored Sep 16, 2024
1 parent b26b1cc commit 94a0eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/partner_pipeline_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"partner_pipeline_dag",
default_args=get_default_dag_args(),
start_date=datetime(2023, 1, 1, 0, 0),
description="This DAG automates daily updates to partner tables in BigQuery.",
description="This DAG automates daily updates to partner tables in BigQuery. See https://docs.google.com/document/d/1JRWgClSq5M07SxLkzp8qJ_6kvuApcOZK8BEZ6mk5Qvg/edit#heading=h.rw9o90o9j7j2 for playbook in case of task failures.",
schedule_interval="0 16 * * *",
params={
"alias": "partner",
Expand Down

0 comments on commit 94a0eb3

Please sign in to comment.