This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch fix-image-cache-2
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 73e1923443 Fix image cache optimizations - speeding up the build
(#38442)
omit bafe734a10 Cleans up runs-on in workflows
add 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)
add d83dd02816 Cleans up runs-on in workflows (#38463)
new 422ee3a2a6 Fix image cache optimizations - speeding up the build
(#38442)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (73e1923443)
\
N -- N -- N refs/heads/fix-image-cache-2 (422ee3a2a6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
...=> 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/providers/amazon/aws/operators/emr.py | 62 +-
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 +
.../amazon/aws/operators/test_emr_serverless.py | 55 ++
tests/serialization/test_dag_serialization.py | 1 +
tests/www/views/test_views_tasks.py | 7 +
15 files changed, 572 insertions(+), 422 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%)