This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 8372ed3 Add GCP Service Account rule (#11230)
add b9e3683 Create AirflowMacroPluginRemoved rule and tests (#11285)
No new revisions were added by this update.
Summary of changes:
.../upgrade/rules/airflow_macro_plugin_removed.py | 53 +++++++++++++++++
.../rules/test_airflow_macro_plugin_removed.py | 68 ++++++++++++++++++++++
2 files changed, 121 insertions(+)
create mode 100644 airflow/upgrade/rules/airflow_macro_plugin_removed.py
create mode 100644 tests/upgrade/rules/test_airflow_macro_plugin_removed.py