We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77d57e commit 58dc4d1Copy full SHA for 58dc4d1
airflow/dag_processing/bundles/base.py
@@ -40,6 +40,7 @@ class BaseDagBundle(ABC):
40
multiple versions of the same bundle in use at the same time. The DAG processor will always use the latest version.
41
42
:param name: String identifier for the DAG bundle
43
+ :param refresh_interval: How often the bundle should be refreshed from the source (in seconds)
44
:param version: Version of the DAG bundle (Optional)
45
"""
46
0 commit comments