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

Implement basic backfill dry run #43241

Merged

Conversation

dstandish
Copy link
Contributor

Add simple dry run functionality. Does not check whether these runs exist. Just doing the basic thing first. Sample console output

Performing dry run of backfill.
Printing params:
    - dag_id = example_bash_operator
    - from_date = 2021-01-01 00:00:00+00:00
    - to_date = 2021-02-01 00:00:00+00:00
    - max_active_runs = None
    - reverse = False
    - dag_run_conf = None
    - dry_run = True
Logical dates:
    - 2021-01-01 00:00:00+00:00
    - 2021-01-02 00:00:00+00:00
    - 2021-01-03 00:00:00+00:00
    - 2021-01-04 00:00:00+00:00
    - 2021-01-05 00:00:00+00:00
    - 2021-01-06 00:00:00+00:00
    - 2021-01-07 00:00:00+00:00
    - 2021-01-08 00:00:00+00:00
    - 2021-01-09 00:00:00+00:00
    - 2021-01-10 00:00:00+00:00
    - 2021-01-11 00:00:00+00:00
    - 2021-01-12 00:00:00+00:00
    - 2021-01-13 00:00:00+00:00
    - 2021-01-14 00:00:00+00:00
    - 2021-01-15 00:00:00+00:00
    - 2021-01-16 00:00:00+00:00
    - 2021-01-17 00:00:00+00:00
    - 2021-01-18 00:00:00+00:00
    - 2021-01-19 00:00:00+00:00
    - 2021-01-20 00:00:00+00:00
    - 2021-01-21 00:00:00+00:00
    - 2021-01-22 00:00:00+00:00
    - 2021-01-23 00:00:00+00:00
    - 2021-01-24 00:00:00+00:00
    - 2021-01-25 00:00:00+00:00
    - 2021-01-26 00:00:00+00:00
    - 2021-01-27 00:00:00+00:00
    - 2021-01-28 00:00:00+00:00
    - 2021-01-29 00:00:00+00:00
    - 2021-01-30 00:00:00+00:00
    - 2021-01-31 00:00:00+00:00
    - 2021-02-01 00:00:00+00:00

@dstandish dstandish requested review from jedcunningham and removed request for ashb and XD-DENG October 21, 2024 23:03
@dstandish dstandish merged commit b84249d into apache:main Oct 23, 2024
52 checks passed
@dstandish dstandish deleted the implement-basic-dry-run-functionality branch October 23, 2024 13:15
harjeevanmaan pushed a commit to harjeevanmaan/airflow that referenced this pull request Oct 23, 2024
Add simple dry run functionality. Does not check whether these runs exist. Just doing the basic thing first. Sample console output.
PaulKobow7536 pushed a commit to PaulKobow7536/airflow that referenced this pull request Oct 24, 2024
Add simple dry run functionality. Does not check whether these runs exist. Just doing the basic thing first. Sample console output.
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
Add simple dry run functionality. Does not check whether these runs exist. Just doing the basic thing first. Sample console output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants