This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from dc3a7308b4 Prevent SubdagOperator to fail when Database Isolation is
enabled (#40771)
add 103726cbe5 Add try_number to log table (#40739)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 9 +
airflow/api_connexion/schemas/event_log_schema.py | 2 +
... => 0149_2_10_0_add_try_number_to_audit_log.py} | 37 ++-
airflow/models/log.py | 5 +
airflow/utils/db.py | 2 +-
airflow/www/static/js/types/api-generated.ts | 6 +
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 256 +++++++++++----------
docs/apache-airflow/migrations-ref.rst | 4 +-
.../endpoints/test_event_log_endpoint.py | 16 ++
.../api_connexion/schemas/test_event_log_schema.py | 6 +
11 files changed, 195 insertions(+), 150 deletions(-)
copy airflow/migrations/versions/{0147_2_10_0_add_dataset_alias.py =>
0149_2_10_0_add_try_number_to_audit_log.py} (59%)