You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: