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

AIP-83 question 7 How do we deal with APIs that select a logical date range? #46200

Open
1 task done
dstandish opened this issue Jan 28, 2025 · 0 comments
Open
1 task done
Labels
area:API Airflow's REST/HTTP API kind:meta High-level information important to the community

Comments

@dstandish
Copy link
Contributor

Body

For xcom pull, setting include_prior_dates to True will have no effect. The reason why is, prior refers to prior logical date, and we do not propose to change this.

For clear, same thing – adding those filters will have no effect, for the same reason.

When you use a range, runs with null logical date will never be included in the result.

In other cases, when there existing filters that apply to logical date, we don't plan to change it.

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@dstandish dstandish added the kind:meta High-level information important to the community label Jan 28, 2025
@dstandish dstandish moved this to Todo in AIP-83 amendment Jan 28, 2025
@dosubot dosubot bot added the area:API Airflow's REST/HTTP API label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API kind:meta High-level information important to the community
Projects
Status: Todo
Development

No branches or pull requests

1 participant