This is an automated email from the ASF dual-hosted git repository.
ferruzzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ff28969ff3 fix: EmrServerlessStartJobOperator not serializing DAGs
correctly when partial/expand is used. (#38022)
add 41d5e2226c Add executor field to the DB and parameter to the operators
(#38054)
No new revisions were added by this update.
Summary of changes:
...=> 0139_2_10_0_add_new_executor_field_to_db.py} | 23 +-
airflow/models/abstractoperator.py | 1 +
airflow/models/baseoperator.py | 13 +
airflow/models/mappedoperator.py | 5 +
airflow/models/taskinstance.py | 7 +
airflow/serialization/pydantic/taskinstance.py | 1 +
airflow/serialization/schema.json | 1 +
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 811 +++++++++++----------
docs/apache-airflow/migrations-ref.rst | 4 +-
tests/models/test_taskinstance.py | 1 +
tests/serialization/test_dag_serialization.py | 1 +
tests/www/views/test_views_tasks.py | 7 +
13 files changed, 461 insertions(+), 416 deletions(-)
copy airflow/migrations/versions/{0010_1_6_2_add_password_column_to_user.py =>
0139_2_10_0_add_new_executor_field_to_db.py} (67%)