Skip to content

Commit

Permalink
Update airflow/dags/monitor/monitor_ingestion_dags.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ankit Chaurasia <[email protected]>
  • Loading branch information
pankajastro and sunank200 authored Nov 14, 2023
1 parent ef90bd0 commit bc49069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/dags/monitor/monitor_ingestion_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def check_ingestion_dags(**context: Any):
message = ":red_circle: Some Ingestion DAG's are missing"

if not ingestion_dag_exist or data:
print("hello hello")
SlackWebhookOperator(
task_id="slack_alert",
slack_webhook_conn_id=slack_webhook_conn,
Expand Down

0 comments on commit bc49069

Please sign in to comment.