diff --git a/airflow/dag_processing/bundles/base.py b/airflow/dag_processing/bundles/base.py index 6cae0eca44a9b..a0061d97e8f21 100644 --- a/airflow/dag_processing/bundles/base.py +++ b/airflow/dag_processing/bundles/base.py @@ -40,6 +40,7 @@ class BaseDagBundle(ABC): multiple versions of the same bundle in use at the same time. The DAG processor will always use the latest version. :param name: String identifier for the DAG bundle + :param refresh_interval: How often the bundle should be refreshed from the source (in seconds) :param version: Version of the DAG bundle (Optional) """