Skip to content

Commit

Permalink
email.day modify
Browse files Browse the repository at this point in the history
  • Loading branch information
yby654 committed Nov 25, 2024
1 parent 192a6b7 commit 41b3ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _airflow/airflow-home/dags/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _inner(session=None):
email_task = EmailOperator(
task_id='send_email',
to='[email protected]',
subject='DAG 상태 보고서',
subject='Workflow 상태 보고서',
html_content="""<h3>Workflow Execution Complete</h3>
<p><strong>Workflow ID:</strong> {{ ti.xcom_pull(task_ids='collect_failed_tasks').get('dag_id') }}</p>
<p><strong>Workflow Run ID:</strong> {{ ti.xcom_pull(task_ids='collect_failed_tasks').get('dag_run_id') }}</p>
Expand Down

0 comments on commit 41b3ddc

Please sign in to comment.