Skip to content

Commit

Permalink
Move the task sensor example since we do no have a way of testing it …
Browse files Browse the repository at this point in the history
…with dag.test()
  • Loading branch information
tatiana committed Jan 10, 2025
1 parent 4b811d7 commit a6ac3f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
16 changes: 0 additions & 16 deletions dev/dags/example_dynamic_task_mapping.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
example_external_task_sensor_dag_factory_producer:
default_args:
start_date: 2025-01-01
schedule_interval: "@daily"
tasks:
producer_task:
operator: airflow.operators.empty.EmptyOperator

example_external_task_sensor_dag_factory_consumer:
default_args:
start_date: 2025-01-01
Expand Down

0 comments on commit a6ac3f7

Please sign in to comment.