Skip to content

Commit 58dc4d1

Browse files
committed
Add refresh_interval to docstring
1 parent c77d57e commit 58dc4d1

File tree

1 file changed

+1
-0
lines changed
  • airflow/dag_processing/bundles

1 file changed

+1
-0
lines changed

airflow/dag_processing/bundles/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class BaseDagBundle(ABC):
4040
multiple versions of the same bundle in use at the same time. The DAG processor will always use the latest version.
4141
4242
:param name: String identifier for the DAG bundle
43+
:param refresh_interval: How often the bundle should be refreshed from the source (in seconds)
4344
:param version: Version of the DAG bundle (Optional)
4445
"""
4546

0 commit comments

Comments
 (0)