This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 5d2cea4515 Restore EXISTING_ROLES from security.py (#34523)
add 541c9addb6 Convert `DagFileProcessor.execute_callbacks` to Internal
API (#28900)
No new revisions were added by this update.
Summary of changes:
airflow/api_internal/endpoints/rpc_api_endpoint.py | 15 +-
airflow/api_internal/internal_api_call.py | 5 +-
airflow/cli/commands/task_command.py | 3 +-
airflow/dag_processing/processor.py | 44 +-
airflow/models/baseoperator.py | 2 +-
airflow/models/dag.py | 96 +-
airflow/models/dagrun.py | 97 +-
airflow/models/param.py | 3 +-
airflow/models/serialized_dag.py | 20 +-
airflow/models/taskinstance.py | 1518 +++++++++++++-------
airflow/models/taskmap.py | 3 +-
airflow/serialization/pydantic/dag.py | 30 +-
airflow/serialization/pydantic/dag_run.py | 81 +-
airflow/serialization/pydantic/dataset.py | 8 +-
airflow/serialization/pydantic/taskinstance.py | 250 +++-
airflow/serialization/serialized_objects.py | 2 +-
airflow/ti_deps/deps/prev_dagrun_dep.py | 6 +-
airflow/utils/context.pyi | 1 +
airflow/www/views.py | 3 +
docs/spelling_wordlist.txt | 2 +
pyproject.toml | 3 +-
.../endpoints/test_rpc_api_endpoint.py | 4 +-
tests/api_internal/test_internal_api_call.py | 5 +-
tests/models/test_taskinstance.py | 50 +-
tests/serialization/test_pydantic_models.py | 6 +
tests/ti_deps/deps/test_prev_dagrun_dep.py | 5 +-
26 files changed, 1579 insertions(+), 683 deletions(-)