Replies: 1 comment
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apache Airflow version
Other Airflow 2 version (please specify below)
What happened
Airflow version: 2.4.1
Upstream task status is
up_for_retry
but in the task log shows markedskipped
.and downstream task was skipped.(means executed) although upstream task status is
up_for_retry
.trigger rule is default value. (all_success).
There are 3 issues.
code makes SkipException.
What you think should happen instead
How to reproduce
I don't know the way to reproduce it. sorry.
Operating System
docker image: apache/airflow:2.4.1-python3.9
Versions of Apache Airflow Providers
apache-airflow[pre-commit]==2.4.1
apache-airflow[pandas]==2.4.1
apache-airflow[google]==2.4.1
apache-airflow[apache-airflow-providers-google]==2.4.1
apache-airflow[dask]==2.4.1
apache-airflow[google-cloud-bigquery]==2.4.1
apache-airflow[sentry]==2.4.1
apache-airflow[slack]==2.4.1
fastparquet==0.8.1
s3fs==2022.7.1
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions