Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Mar 4, 2024
1 parent 77ed72d commit 6d4e7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observatory_platform/airflow/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(
):
"""
:param task_id: the id of the sensor task to create
:param ext_dag_id: the id of the external dag to check
:param external_dag_id: the id of the external dag to check
:param mode: The mode of the scheduler. Can be reschedule or poke.
:param poke_interval: how often to check if the external dag run is complete
:param timeout: how long to check before the sensor fails
Expand Down

0 comments on commit 6d4e7b6

Please sign in to comment.