Skip to content

Commit

Permalink
Add refresh_interval to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Dec 16, 2024
1 parent c77d57e commit 58dc4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/dag_processing/bundles/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""

Expand Down

0 comments on commit 58dc4d1

Please sign in to comment.