This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d2c54530b4c Better handle safe url redirects in login form for
SimpleAuthManager (#49697)
new 9c5841cd201 fix a few sqlalchemy deprecation warnings (#49477)
new 03f29d464d7 Clear out the dag code and serialized_dag tables on 3.0
upgrade (#49563)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
.../execution_api/routes/task_instances.py | 2 +-
.../versions/0047_3_0_0_add_dag_versioning.py | 306 ++-------------------
.../0059_3_0_0_remove_external_trigger_field.py | 2 +-
airflow-core/src/airflow/models/taskinstance.py | 3 +-
.../tests/unit/dag_processing/test_manager.py | 2 +-
6 files changed, 35 insertions(+), 282 deletions(-)