Fix Incorrect warning in upgrade check and error in reading file#14344
Fix Incorrect warning in upgrade check and error in reading file#14344kaxil merged 5 commits intoapache:v1-10-stablefrom
Conversation
|
so you also fixed #14243 on the way :) |
Wow...interesting. |
1b75eb8 to
bb9c89d
Compare
|
The Workflow run is cancelling this PR. Building images for the PR has failed. Follow the the workflow link to check the reason. |
airflow/upgrade/rules/chain_between_dag_and_operator_not_allowed_rule.py
Outdated
Show resolved
Hide resolved
|
Added a fix for #14258 since it's just one line change #13012 (comment) @eladkal |
03b2581 to
9e1298a
Compare
airflow/upgrade/rules/chain_between_dag_and_operator_not_allowed_rule.py
Outdated
Show resolved
Hide resolved
…d error in reading file
|
Hi @turbaszek, can you take a look once more |
|
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest master at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
Closes: #14340, #14258, #14243
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.