Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule default value description #34291

Merged
merged 5 commits into from
Sep 16, 2023

Conversation

erdos2n
Copy link
Contributor

@erdos2n erdos2n commented Sep 12, 2023

Adding more clarification around the behavior of the schedule parameter in Airflow. If no value is provided for schedule and schedule_interval then the result is a default value of timedelta(days=1).

airflow/models/dag.py Outdated Show resolved Hide resolved
erdos2n and others added 2 commits September 12, 2023 09:07
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
airflow/models/dag.py Outdated Show resolved Hide resolved
@Taragolis Taragolis merged commit 5ab7517 into apache:main Sep 16, 2023
43 checks passed
@ephraimbuddy ephraimbuddy added this to the Airflow 2.7.2 milestone Oct 3, 2023
@ephraimbuddy ephraimbuddy added the type:doc-only Changelog: Doc Only label Oct 3, 2023
ephraimbuddy pushed a commit that referenced this pull request Oct 5, 2023
* added clarification around schedule parameter

* rewriting explanation of default value

* Update airflow/models/dag.py

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>

* Update dag.py

* Fix trailing whitespace

---------

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
(cherry picked from commit 5ab7517)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:doc-only Changelog: Doc Only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants