This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 9c68453 Merge branch 'u15' into v1-10-stable
add 6b7588f Adding ChainBetwenDAGAndOperatorNotAllowedRule for easing
upgrade to 2.0 (#11839)
No new revisions were added by this update.
Summary of changes:
...in_between_dag_and_operator_not_allowed_rule.py | 73 ++++++++++++++
...in_between_dag_and_operator_not_allowed_rule.py | 112 +++++++++++++++++++++
2 files changed, 185 insertions(+)
create mode 100644
airflow/upgrade/rules/chain_between_dag_and_operator_not_allowed_rule.py
create mode 100644
tests/upgrade/rules/test_chain_between_dag_and_operator_not_allowed_rule.py