AIP-83 question 7 How do we deal with APIs that select a logical date range?
Open
area:API
kind:meta
- Dominant language
- Python
- Stars
- 46.9k
- Forks
- 17.8k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 483
Description
### 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
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Contributor guide
Assessment
This issue has not been assessed yet.