This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 90b98478cc5 Fix System test type in breeze (#43670)
add b9b06140491 AIP-72: Remove DAG pickling (#43667)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 9 -
airflow/api_connexion/schemas/dag_schema.py | 1 -
.../api_fastapi/core_api/openapi/v1-generated.yaml | 42 -
airflow/api_fastapi/core_api/serializers/dags.py | 2 -
airflow/cli/cli_config.py | 18 -
airflow/cli/commands/dag_command.py | 1 -
airflow/cli/commands/dag_processor_command.py | 1 -
airflow/cli/commands/scheduler_command.py | 4 +-
airflow/cli/commands/task_command.py | 27 +-
airflow/dag_processing/manager.py | 13 +-
airflow/dag_processing/processor.py | 32 +-
airflow/executors/base_executor.py | 3 -
airflow/executors/debug_executor.py | 1 -
airflow/executors/local_executor.py | 1 -
airflow/executors/sequential_executor.py | 2 -
airflow/jobs/local_task_job_runner.py | 2 -
airflow/jobs/scheduler_job_runner.py | 10 -
...metable_.py => 0046_3_0_0_drop_dag_pickling.py} | 46 +-
airflow/models/__init__.py | 3 -
airflow/models/dag.py | 44 -
airflow/models/dagpickle.py | 56 -
airflow/models/taskinstance.py | 20 +-
airflow/serialization/pydantic/dag.py | 2 -
airflow/serialization/pydantic/taskinstance.py | 2 -
airflow/serialization/serialized_objects.py | 4 -
airflow/task/standard_task_runner.py | 1 -
airflow/ui/openapi-gen/requests/schemas.gen.ts | 78 -
airflow/ui/openapi-gen/requests/types.gen.ts | 6 -
airflow/ui/src/pages/DagsList/DagCard.test.tsx | 2 -
airflow/utils/cli.py | 16 -
airflow/utils/db.py | 2 +-
airflow/www/static/js/types/api-generated.ts | 7 -
dev/perf/scheduler_dag_execution_timing.py | 4 +-
dev/perf/sql_queries.py | 2 +-
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 3492 ++++++++++----------
docs/apache-airflow/migrations-ref.rst | 4 +-
newsfragments/aip-72.significant.rst | 4 +
.../celery/executors/celery_kubernetes_executor.py | 10 +-
.../executors/local_kubernetes_executor.py | 9 +-
.../tests/celery/executors/test_celery_executor.py | 3 -
.../executors/test_kubernetes_executor.py | 3 -
tests/api_connexion/endpoints/test_dag_endpoint.py | 32 -
tests/api_connexion/schemas/test_dag_schema.py | 3 -
.../core_api/routes/public/test_dags.py | 4 -
tests/cli/commands/test_task_command.py | 30 -
tests/dag_processing/test_job_runner.py | 88 +-
tests/dag_processing/test_processor.py | 11 +-
tests/executors/test_base_executor.py | 4 -
tests/executors/test_local_executor.py | 3 -
tests/executors/test_sequential_executor.py | 3 -
tests/listeners/test_dag_import_error_listener.py | 2 +-
tests/models/test_dag.py | 7 -
tests/utils/test_cli_util.py | 18 +-
tests/utils/test_db_cleanup.py | 1 -
tests/www/views/test_views_home.py | 2 +-
56 files changed, 1827 insertions(+), 2372 deletions(-)
copy
airflow/migrations/versions/{0030_3_0_0_rename_schedule_interval_to_timetable_.py
=> 0046_3_0_0_drop_dag_pickling.py} (55%)
delete mode 100644 airflow/models/dagpickle.py