This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch 2-4-posts
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
omit d96efe0057 Remove smart sensor from blogpost
omit 70f9f75fad Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
omit f468f6a523 Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
omit 03042c4541 Apply suggestions from code review
omit 3320f098cb Add bit about ExternalPythonOperator
omit c9bae3e0d9 Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
omit 1b67aa8ae2 Apply suggestions from code review
omit 9356193888 Apply suggestions from code review
omit 84dd0121ec Apply suggestions from code review
omit 38cb17d3a2 Add missing closing code fences
omit b8dd97ceac Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
omit 287b4f267d Add posts about 2.4 release
add 313484996e Added CNDI as a deployment method (#658)
add 136c631ae8 Add documentation for Apache Airflow 2.4.0 (#660)
add 2a35dc6ec9 Add posts about 2.4 release
add 1a2633989f Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
add 2b9bd68847 Add missing closing code fences
add 7ee4cc79bf Apply suggestions from code review
add a5c5096ac2 Apply suggestions from code review
add e2bb5ea1b5 Apply suggestions from code review
add 5b545a9052 Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
add b2f5a0f563 Add bit about ExternalPythonOperator
add 96883beb8c Apply suggestions from code review
add 222102ac38 Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
add daf4a72f9b Update
landing-pages/site/content/en/blog/airflow-2.4.0/index.md
add 9abcac5c5f Remove smart sensor from blogpost
add 43dc2b5fd3 Fix doc error
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 (d96efe0057)
\
N -- N -- N refs/heads/2-4-posts (43dc2b5fd3)
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.
No new revisions were added by this update.
Summary of changes:
docs-archive/apache-airflow/2.4.0/.buildinfo | 4 +
.../example_dags/example_bash_operator/index.html} | 596 +-
.../example_branch_datetime_operator/index.html} | 815 +-
.../index.html} | 588 +-
.../example_dags/example_branch_labels/index.html} | 588 +-
.../example_branch_operator/index.html} | 588 +-
.../example_branch_operator_decorator/index.html} | 588 +-
.../index.html} | 621 +-
.../example_dags/example_complex/index.html} | 588 +-
.../example_dags/example_datasets/index.html} | 608 +-
.../example_external_task_marker_dag/index.html} | 617 +-
.../example_kubernetes_executor/index.html} | 620 +-
.../example_dags/example_latest_only/index.html} | 588 +-
.../example_latest_only_with_trigger/index.html} | 588 +-
.../example_local_kubernetes_executor/index.html} | 620 +-
.../example_nested_branch_dag/index.html} | 597 +-
.../index.html} | 759 +-
.../example_python_operator/index.html} | 764 +-
.../example_short_circuit_decorator/index.html} | 618 +-
.../example_short_circuit_operator/index.html} | 588 +-
.../example_dags/example_skip_dag/index.html} | 647 +-
.../example_subdag_operator/index.html} | 596 +-
.../example_dags/example_task_group/index.html} | 588 +-
.../example_task_group_decorator/index.html} | 811 +-
.../example_time_delta_sensor_async/index.html} | 589 +-
.../example_trigger_controller_dag/index.html} | 590 +-
.../example_trigger_target_dag/index.html} | 620 +-
.../airflow/example_dags/example_xcom/index.html} | 794 +-
.../example_dags/example_xcomargs/index.html} | 640 +-
.../2.4.0/_api/airflow/example_dags/index.html} | 609 +-
.../airflow/example_dags/libs/helper/index.html} | 550 +-
.../_api/airflow/example_dags/libs/index.html} | 520 +-
.../_api/airflow/example_dags/plugins/index.html} | 520 +-
.../example_dags/plugins/workday/index.html} | 621 +-
.../_api/airflow/example_dags/subdags/index.html} | 520 +-
.../example_dags/subdags/subdag/index.html} | 555 +-
.../_api/airflow/example_dags/tutorial/index.html} | 590 +-
.../airflow/example_dags/tutorial_dag/index.html} | 589 +-
.../example_dags/tutorial_taskflow_api/index.html} | 600 +-
.../tutorial_taskflow_api_virtualenv/index.html} | 620 +-
.../2.4.0/_api/airflow/exceptions/index.html | 1705 +++
.../airflow/executors/base_executor/index.html} | 1106 +-
.../airflow/executors/celery_executor/index.html} | 890 +-
.../celery_kubernetes_executor/index.html} | 763 +-
.../airflow/executors/dask_executor/index.html} | 620 +-
.../airflow/executors/debug_executor/index.html} | 642 +-
.../executors/executor_constants/index.html} | 605 +-
.../airflow/executors/executor_loader/index.html} | 681 +-
.../2.4.0/_api/airflow/executors/index.html} | 537 +-
.../executors/kubernetes_executor/index.html} | 916 +-
.../airflow/executors/local_executor/index.html} | 889 +-
.../local_kubernetes_executor/index.html} | 926 +-
.../executors/sequential_executor/index.html} | 613 +-
.../2.4.0/_api/airflow/hooks/base/index.html} | 755 +-
.../2.4.0/_api/airflow/hooks/dbapi}/index.html | 311 +-
.../_api/airflow/hooks/filesystem/index.html} | 574 +-
.../2.4.0/_api/airflow/hooks}/index.html | 314 +-
.../_api/airflow/hooks/subprocess/index.html} | 603 +-
.../airflow/models/abstractoperator/index.html | 1573 +++
.../2.4.0/_api/airflow/models/base/index.html} | 804 +-
.../_api/airflow/models/baseoperator/index.html | 2344 ++++
.../_api/airflow/models/connection/index.html} | 1084 +-
.../2.4.0/_api/airflow/models/crypto/index.html} | 853 +-
.../2.4.0/_api/airflow/models/dag/index.html | 3357 +++++
.../2.4.0/_api/airflow/models/dagbag/index.html} | 787 +-
.../2.4.0/_api/airflow/models/dagcode/index.html} | 757 +-
.../2.4.0/_api/airflow/models/dagparam/index.html} | 572 +-
.../_api/airflow/models/dagpickle/index.html} | 652 +-
.../2.4.0/_api/airflow/models/dagrun/index.html | 1670 +++
.../_api/airflow/models/dagwarning/index.html} | 709 +-
.../2.4.0/_api/airflow/models/dataset/index.html | 1669 +++
.../airflow/models/db_callback_request/index.html} | 812 +-
.../2.4.0/_api/airflow/models/errors/index.html} | 647 +-
.../_api/airflow/models/expandinput/index.html} | 821 +-
.../2.4.0/_api/airflow/models/index.html} | 603 +-
.../2.4.0/_api/airflow/models/log/index.html} | 832 +-
.../_api/airflow/models/mappedoperator/index.html | 1960 +++
.../2.4.0/_api/airflow/models/operator/index.html} | 591 +-
.../2.4.0/_api/airflow/models/param/index.html} | 886 +-
.../2.4.0/_api/airflow/models/pool/index.html} | 884 +-
.../airflow/models/renderedtifields/index.html} | 756 +-
.../_api/airflow/models/serialized_dag/index.html} | 1098 +-
.../_api/airflow/models/skipmixin/index.html} | 676 +-
.../2.4.0/_api/airflow/models/slamiss/index.html} | 826 +-
.../2.4.0/_api/airflow/models/taskfail/index.html} | 703 +-
.../_api/airflow/models/taskinstance/index.html | 2401 ++++
.../2.4.0/_api/airflow/models/tasklog/index.html} | 656 +-
.../2.4.0/_api/airflow/models/taskmap/index.html} | 868 +-
.../_api/airflow/models/taskmixin/index.html} | 1098 +-
.../_api/airflow/models/taskreschedule/index.html} | 910 +-
.../2.4.0/_api/airflow/models/trigger/index.html} | 740 +-
.../2.4.0/_api/airflow/models/variable/index.html} | 819 +-
.../2.4.0/_api/airflow/models/xcom/index.html} | 862 +-
.../2.4.0/_api/airflow/models/xcom_arg/index.html | 1585 +++
.../2.4.0/_api/airflow/operators/bash/index.html} | 849 +-
.../_api/airflow/operators/branch/index.html} | 601 +-
.../_api/airflow/operators/datetime/index.html} | 618 +-
.../2.4.0/_api/airflow/operators/email/index.html} | 624 +-
.../2.4.0/_api/airflow/operators/empty/index.html} | 599 +-
.../airflow/operators/generic_transfer/index.html} | 624 +-
.../2.4.0/_api/airflow/operators/index.html} | 546 +-
.../_api/airflow/operators/latest_only/index.html} | 597 +-
.../2.4.0/_api/airflow/operators/python/index.html | 1523 ++
.../_api/airflow/operators/smooth/index.html} | 598 +-
.../_api/airflow/operators/subdag/index.html} | 671 +-
.../airflow/operators/trigger_dagrun/index.html} | 702 +-
.../_api/airflow/operators/weekday/index.html} | 631 +-
.../_api/airflow/secrets/base_secrets/index.html} | 653 +-
.../secrets/environment_variables/index.html} | 612 +-
.../2.4.0/_api/airflow/secrets/index.html} | 565 +-
.../airflow/secrets/local_filesystem/index.html} | 839 +-
.../_api/airflow/secrets/metastore/index.html} | 577 +-
.../2.4.0/_api/airflow/sensors/base/index.html} | 715 +-
.../2.4.0/_api/airflow/sensors/bash/index.html} | 590 +-
.../_api/airflow/sensors/date_time/index.html} | 639 +-
.../_api/airflow/sensors/external_task/index.html} | 795 +-
.../_api/airflow/sensors/filesystem/index.html} | 598 +-
.../2.4.0/_api/airflow/sensors/index.html} | 537 +-
.../2.4.0/_api/airflow/sensors/python/index.html} | 595 +-
.../_api/airflow/sensors/time_delta/index.html} | 614 +-
.../_api/airflow/sensors/time_sensor/index.html} | 614 +-
.../2.4.0/_api/airflow/sensors/weekday/index.html} | 613 +-
.../_api/airflow/timetables/_cron}/index.html | 303 +-
.../2.4.0/_api/airflow/timetables/base/index.html} | 853 +-
.../_api/airflow/timetables/events/index.html} | 632 +-
.../2.4.0/_api/airflow/timetables/index.html} | 512 +-
.../_api/airflow/timetables/interval/index.html} | 707 +-
.../_api/airflow/timetables/simple/index.html} | 705 +-
.../_api/airflow/timetables/trigger/index.html} | 609 +-
.../airflow/utils/dag_parsing_context/index.html} | 564 +-
.../{2.0.0 => 2.4.0}/_api/index.html | 0
.../{2.0.0 => 2.4.0}/_images/add-dag-tags.png | Bin
.../{2.0.0 => 2.4.0}/_images/add-role.png | Bin
.../apache-airflow/2.4.0/_images/airflow_erd.svg | 1502 ++
.../{1.10.1 => 2.4.0}/_images/apache.jpg | Bin
.../{2.1.0 => 2.4.0}/_images/arch-diag-basic.png | Bin
.../_images/arch-diag-kubernetes.png | Bin
.../_images/arch-diag-kubernetes2.png | Bin
.../{2.0.0 => 2.4.0}/_images/arch-diag-logging.png | Bin
.../{2.1.0 => 2.4.0}/_images/basic-dag.png | Bin
.../{1.10.10 => 2.4.0}/_images/branch_note.png | Bin
.../_images/branch_with_trigger.png | Bin
.../_images/branch_without_trigger.png | Bin
.../{2.2.0 => 2.4.0}/_images/calendar.png | Bin
.../{1.10.10 => 2.4.0}/_images/cli_completion.gif | Bin
.../{2.2.0 => 2.4.0}/_images/code.png | Bin
.../{2.0.0 => 2.4.0}/_images/connection_create.png | Bin
.../{2.0.0 => 2.4.0}/_images/connection_edit.png | Bin
.../{2.0.0 => 2.4.0}/_images/context.png | Bin
.../{2.1.0 => 2.4.0}/_images/dag_doc.png | Bin
.../_images/dag_file_processing_diagram.png | Bin
.../{2.0.1 => 2.4.0}/_images/dag_serialization.png | Bin
.../{1.10.11 => 2.4.0}/_images/dags-page-new.png | Bin
.../{1.10.11 => 2.4.0}/_images/dags-page-old.png | Bin
.../{2.0.0 => 2.4.0}/_images/dags.png | Bin
.../2.4.0/_images/dataset-scheduled-dags.png | Bin 0 -> 77225 bytes
.../apache-airflow/2.4.0/_images/datasets.png | Bin 0 -> 341201 bytes
.../default_instance_name_configuration.png | Bin
.../{2.0.0 => 2.4.0}/_images/duration.png | Bin
.../_images/edge_label_example.png | Bin
.../{2.3.0 => 2.4.0}/_images/email_connection.png | Bin
.../example_instance_name_configuration.png | Bin
.../_images/example_passing_conf.png | Bin
.../{2.2.0 => 2.4.0}/_images/gantt.png | Bin
.../{1.10.11 => 2.4.0}/_images/graph-view-new.png | Bin
.../{1.10.11 => 2.4.0}/_images/graph-view-old.png | Bin
.../{2.2.0 => 2.4.0}/_images/graph.png | Bin
...iz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.svg | 142 +
...iz-b490027b72c11b5405e4d1a0750779ebc458ebac.svg | 200 +
.../{2.3.0 => 2.4.0}/_images/grid.png | Bin
.../_images/grid_instance_details.png | Bin
.../{2.3.0 => 2.4.0}/_images/grid_mapped_task.png | Bin
.../{2.3.0 => 2.4.0}/_images/grid_run_details.png | Bin
.../{2.3.0 => 2.4.0}/_images/grid_task_group.png | Bin
.../2.4.0/_images/hello_world_graph_view.png | Bin 0 -> 73688 bytes
.../2.4.0/_images/hello_world_grid_view.png | Bin 0 -> 132851 bytes
.../2.4.0/_images/howto-owner-links.gif | Bin 0 -> 829619 bytes
.../{1.10.13 => 2.4.0}/_images/k8s-failed-pod.png | Bin
.../{1.10.13 => 2.4.0}/_images/k8s-happy-path.png | Bin
.../_images/latest_only_with_trigger.png | Bin
.../_images/mapping-simple-graph.png | Bin
.../_images/mapping-simple-grid.png | Bin
.../{2.0.0 => 2.4.0}/_images/new-role.png | Bin
.../_images/operator_extra_link.png | Bin
.../_images/run_task_on_celery_executor.png | Bin
.../{1.10.1 => 2.4.0}/_images/subdag_after.png | Bin
.../{1.10.1 => 2.4.0}/_images/subdag_before.png | Bin
.../{2.0.0 => 2.4.0}/_images/subdag_zoom.png | Bin
.../{2.1.0 => 2.4.0}/_images/task_doc.png | Bin
.../{2.0.0 => 2.4.0}/_images/task_group.gif | Bin
.../_images/task_lifecycle_diagram.png | Bin
.../_images/task_manual_vs_scheduled.png | Bin
.../_images/template_field_renderer_path.png | Bin
.../{1.10.11 => 2.4.0}/_images/tree-view-new.png | Bin
.../{1.10.11 => 2.4.0}/_images/tree-view-old.png | Bin
.../2.4.0/_images/tutorial-pipeline-1.png | Bin 0 -> 566225 bytes
.../2.4.0/_images/tutorial-pipeline-2.png | Bin 0 -> 345529 bytes
.../{2.2.0 => 2.4.0}/_images/ui-alert-message.png | Bin
.../_images/ui-timezone-chooser.png | Bin
.../_images/usage_cli_export.png | Bin
.../_images/usage_cli_imgcat.png | Bin
.../{2.0.0 => 2.4.0}/_images/variable_hidden.png | Bin
.../{2.2.5 => 2.4.0}/_images/watcher.png | Bin
.../example_dags/example_bash_operator.html} | 350 +-
.../example_branch_datetime_operator.html} | 378 +-
.../example_branch_day_of_week_operator.html} | 334 +-
.../example_dags/example_branch_labels.html} | 319 +-
.../example_dags/example_branch_operator.html} | 339 +-
.../example_branch_operator_decorator.html} | 332 +-
.../example_branch_python_dop_operator_3.html} | 335 +-
.../airflow/example_dags/example_complex.html} | 684 +-
.../airflow/example_dags/example_datasets.html} | 403 +-
.../example_external_task_marker_dag.html} | 371 +-
.../example_dags/example_kubernetes_executor.html} | 703 +-
.../airflow/example_dags/example_latest_only.html} | 311 +-
.../example_latest_only_with_trigger.html} | 322 +-
.../example_local_kubernetes_executor.html} | 345 +-
.../example_dags/example_nested_branch_dag.html} | 330 +-
.../example_passing_params_via_test_command.html} | 360 +-
.../example_dags/example_python_operator.html} | 617 +-
.../example_short_circuit_decorator.html} | 334 +-
.../example_short_circuit_operator.html} | 335 +-
.../airflow/example_dags/example_skip_dag.html} | 339 +-
.../example_dags/example_subdag_operator.html} | 336 +-
.../airflow/example_dags/example_task_group.html} | 338 +-
.../example_task_group_decorator.html} | 353 +-
.../example_time_delta_sensor_async.html} | 315 +-
.../example_trigger_controller_dag.html} | 315 +-
.../example_dags/example_trigger_target_dag.html} | 329 +-
.../airflow/example_dags/example_xcom.html} | 367 +-
.../airflow/example_dags/example_xcomargs.html} | 339 +-
.../airflow/example_dags/libs/helper.html} | 296 +-
.../airflow/example_dags/plugins/workday.html} | 361 +-
.../airflow/example_dags/subdags/subdag.html} | 330 +-
.../_modules/airflow/example_dags/tutorial.html} | 399 +-
.../airflow/example_dags/tutorial_dag.html} | 409 +-
.../example_dags/tutorial_taskflow_api.html} | 380 +-
.../tutorial_taskflow_api_virtualenv.html} | 361 +-
.../2.4.0/_modules/airflow/exceptions.html} | 989 +-
.../_modules/airflow/executors/base_executor.html} | 1034 +-
.../airflow/executors/celery_executor.html | 1530 ++
.../executors/celery_kubernetes_executor.html} | 679 +-
.../_modules/airflow/executors/dask_executor.html} | 413 +-
.../airflow/executors/debug_executor.html} | 611 +-
.../airflow/executors/executor_constants.html} | 300 +-
.../airflow/executors/executor_loader.html} | 432 +-
.../airflow/executors/kubernetes_executor.html | 1704 +++
.../airflow/executors/local_executor.html} | 862 +-
.../executors/local_kubernetes_executor.html} | 848 +-
.../airflow/executors/sequential_executor.html} | 351 +-
.../2.4.0/_modules/airflow/hooks/base.html} | 446 +-
.../2.4.0/_modules/airflow/hooks/filesystem.html} | 325 +-
.../2.4.0/_modules/airflow/hooks/subprocess.html} | 707 +-
.../2.4.0/_modules/airflow/macros.html} | 353 +-
.../2.4.0/_modules/airflow/macros/hive.html} | 383 +-
.../_modules/airflow/models/abstractoperator.html | 1379 ++
.../2.4.0/_modules/airflow/models/base.html} | 354 +-
.../_modules/airflow/models/baseoperator.html | 2645 ++++
.../2.4.0/_modules/airflow/models/connection.html | 1318 ++
.../2.4.0/_modules/airflow/models/crypto.html} | 364 +-
.../2.4.0/_modules/airflow/models/dag.html | 4376 ++++++
.../2.4.0/_modules/airflow/models/dagbag.html | 1552 +++
.../2.4.0/_modules/airflow/models/dagcode.html} | 832 +-
.../2.4.0/_modules/airflow/models/dagpickle.html} | 326 +-
.../2.4.0/_modules/airflow/models/dagrun.html | 2154 +++
.../2.4.0/_modules/airflow/models/dagwarning.html} | 582 +-
.../2.4.0/_modules/airflow/models/dataset.html} | 799 +-
.../airflow/models/db_callback_request.html} | 328 +-
.../2.4.0/_modules/airflow/models/errors.html} | 310 +-
.../_modules/airflow/models/expandinput.html} | 857 +-
.../2.4.0/_modules/airflow/models/log.html} | 559 +-
.../_modules/airflow/models/mappedoperator.html | 1641 +++
.../2.4.0/_modules/airflow/models/operator.html} | 301 +-
.../2.4.0/_modules/airflow/models/param.html} | 888 +-
.../2.4.0/_modules/airflow/models/pool.html} | 929 +-
.../_modules/airflow/models/renderedtifields.html} | 723 +-
.../_modules/airflow/models/serialized_dag.html} | 1010 +-
.../2.4.0/_modules/airflow/models/skipmixin.html} | 470 +-
.../2.4.0/_modules/airflow/models/slamiss.html} | 320 +-
.../2.4.0/_modules/airflow/models/taskfail.html} | 358 +-
.../_modules/airflow/models/taskinstance.html | 3538 +++++
.../2.4.0/_modules/airflow/models/tasklog.html} | 317 +-
.../2.4.0/_modules/airflow/models/taskmap.html} | 385 +-
.../2.4.0/_modules/airflow/models/taskmixin.html} | 910 +-
.../_modules/airflow/models/taskreschedule.html} | 614 +-
.../2.4.0/_modules/airflow/models/trigger.html} | 666 +-
.../2.4.0/_modules/airflow/models/variable.html} | 911 +-
.../2.4.0/_modules/airflow/models/xcom.html | 1566 +++
.../2.4.0/_modules/airflow/models/xcom_arg.html | 1355 ++
.../2.4.0/_modules/airflow/operators/bash.html} | 803 +-
.../2.4.0/_modules/airflow/operators/branch.html} | 329 +-
.../_modules/airflow/operators/datetime.html} | 390 +-
.../2.4.0/_modules/airflow/operators/email.html} | 362 +-
.../2.4.0/_modules/airflow/operators/empty.html} | 309 +-
.../airflow/operators/generic_transfer.html} | 379 +-
.../_modules/airflow/operators/latest_only.html} | 354 +-
.../2.4.0/_modules/airflow/operators/python.html | 1635 +++
.../2.4.0/_modules/airflow/operators/smooth.html} | 311 +-
.../2.4.0/_modules/airflow/operators/subdag.html} | 864 +-
.../airflow/operators/trigger_dagrun.html} | 649 +-
.../2.4.0/_modules/airflow/operators/weekday.html} | 395 +-
.../2.4.0/_modules/airflow/secrets.html} | 308 +-
.../_modules/airflow/secrets/base_secrets.html} | 428 +-
.../airflow/secrets/environment_variables.html} | 334 +-
.../airflow/secrets/local_filesystem.html} | 971 +-
.../2.4.0/_modules/airflow/secrets/metastore.html} | 346 +-
.../2.4.0/_modules/airflow/sensors/base.html} | 923 +-
.../2.4.0/_modules/airflow/sensors/bash.html} | 358 +-
.../2.4.0/_modules/airflow/sensors/date_time.html} | 370 +-
.../_modules/airflow/sensors/external_task.html} | 1060 +-
.../_modules/airflow/sensors/filesystem.html} | 343 +-
.../2.4.0/_modules/airflow/sensors/python.html} | 344 +-
.../_modules/airflow/sensors/time_delta.html} | 333 +-
.../_modules/airflow/sensors/time_sensor.html} | 344 +-
.../2.4.0/_modules/airflow/sensors/weekday.html} | 384 +-
.../2.4.0/_modules/airflow/timetables/_cron.html} | 412 +-
.../2.4.0/_modules/airflow/timetables/base.html} | 680 +-
.../2.4.0/_modules/airflow/timetables/events.html} | 604 +-
.../_modules/airflow/timetables/interval.html} | 875 +-
.../2.4.0/_modules/airflow/timetables/simple.html} | 424 +-
.../_modules/airflow/timetables/trigger.html} | 373 +-
.../airflow/utils/dag_parsing_context.html} | 334 +-
.../2.4.0/_modules}/index.html | 388 +-
.../example_bash_operator/index.rst.txt | 0
.../example_branch_datetime_operator/index.rst.txt | 75 +
.../index.rst.txt | 0
.../example_branch_labels/index.rst.txt | 0
.../example_branch_operator/index.rst.txt | 0
.../index.rst.txt | 19 +
.../index.rst.txt | 47 +
.../example_dags/example_complex/index.rst.txt | 0
.../example_dags/example_datasets/index.rst.txt | 43 +
.../example_external_task_marker_dag/index.rst.txt | 0
.../example_kubernetes_executor/index.rst.txt | 0
.../example_dags/example_latest_only/index.rst.txt | 0
.../example_latest_only_with_trigger/index.rst.txt | 0
.../index.rst.txt | 0
.../example_nested_branch_dag/index.rst.txt | 29 +
.../index.rst.txt | 0
.../example_python_operator/index.rst.txt | 55 +
.../example_short_circuit_decorator/index.rst.txt | 40 +
.../example_short_circuit_operator/index.rst.txt | 0
.../example_dags/example_skip_dag/index.rst.txt | 61 +
.../example_subdag_operator/index.rst.txt | 0
.../example_dags/example_task_group/index.rst.txt | 0
.../example_task_group_decorator/index.rst.txt | 0
.../example_time_delta_sensor_async/index.rst.txt | 0
.../example_trigger_controller_dag/index.rst.txt | 0
.../example_trigger_target_dag/index.rst.txt | 0
.../example_dags/example_xcom/index.rst.txt | 0
.../example_dags/example_xcomargs/index.rst.txt | 0
.../_api/airflow/example_dags/index.rst.txt | 57 +
.../airflow/example_dags/libs/helper/index.rst.txt | 0
.../_api/airflow/example_dags/libs/index.rst.txt | 0
.../airflow/example_dags/plugins/index.rst.txt | 0
.../example_dags/plugins/workday/index.rst.txt | 0
.../airflow/example_dags/subdags/index.rst.txt | 0
.../example_dags/subdags/subdag/index.rst.txt | 0
.../airflow/example_dags/tutorial/index.rst.txt | 0
.../example_dags/tutorial_dag/index.rst.txt | 20 +
.../tutorial_taskflow_api/index.rst.txt | 29 +
.../tutorial_taskflow_api_virtualenv/index.rst.txt | 39 +
.../_sources/_api/airflow/exceptions/index.rst.txt | 440 +
.../airflow/executors/base_executor/index.rst.txt | 255 +
.../executors/celery_executor/index.rst.txt | 222 +
.../celery_kubernetes_executor/index.rst.txt | 139 +
.../airflow/executors/dask_executor/index.rst.txt | 0
.../airflow/executors/debug_executor/index.rst.txt | 0
.../executors/executor_constants/index.rst.txt | 0
.../executors/executor_loader/index.rst.txt | 105 +
.../_sources/_api/airflow/executors/index.rst.txt | 0
.../executors/kubernetes_executor/index.rst.txt | 221 +
.../airflow/executors/local_executor/index.rst.txt | 0
.../local_kubernetes_executor/index.rst.txt | 137 +
.../executors/sequential_executor/index.rst.txt | 0
.../_sources/_api/airflow/hooks/base/index.rst.txt | 0
.../_api/airflow/hooks/dbapi/index.rst.txt | 6 +
.../_api/airflow/hooks/filesystem/index.rst.txt | 0
.../_sources/_api/airflow/hooks/index.rst.txt | 23 +
.../_api/airflow/hooks/subprocess/index.rst.txt | 0
.../airflow/models/abstractoperator/index.rst.txt | 311 +
.../_api/airflow/models/base/index.rst.txt | 71 +
.../_api/airflow/models/baseoperator/index.rst.txt | 900 ++
.../_api/airflow/models/connection/index.rst.txt | 0
.../_api/airflow/models/crypto/index.rst.txt | 0
.../_sources/_api/airflow/models/dag/index.rst.txt | 1308 ++
.../_api/airflow/models/dagbag/index.rst.txt | 143 +
.../_api/airflow/models/dagcode/index.rst.txt | 0
.../_api/airflow/models/dagparam/index.rst.txt | 0
.../_api/airflow/models/dagpickle/index.rst.txt | 0
.../_api/airflow/models/dagrun/index.rst.txt | 355 +
.../_api/airflow/models/dagwarning/index.rst.txt | 90 +
.../_api/airflow/models/dataset/index.rst.txt | 352 +
.../models/db_callback_request/index.rst.txt | 64 +
.../_api/airflow/models/errors/index.rst.txt | 0
.../_api/airflow/models/expandinput/index.rst.txt | 131 +
.../_sources/_api/airflow/models/index.rst.txt | 54 +
.../_sources/_api/airflow/models/log/index.rst.txt | 0
.../airflow/models/mappedoperator/index.rst.txt | 454 +
.../_api/airflow/models/operator/index.rst.txt | 0
.../_api/airflow/models/param/index.rst.txt | 0
.../_api/airflow/models/pool/index.rst.txt | 194 +
.../airflow/models/renderedtifields/index.rst.txt | 0
.../airflow/models/serialized_dag/index.rst.txt | 240 +
.../_api/airflow/models/skipmixin/index.rst.txt | 0
.../_api/airflow/models/slamiss/index.rst.txt | 0
.../_api/airflow/models/taskfail/index.rst.txt | 0
.../_api/airflow/models/taskinstance/index.rst.txt | 778 ++
.../_api/airflow/models/tasklog/index.rst.txt | 0
.../_api/airflow/models/taskmap/index.rst.txt | 0
.../_api/airflow/models/taskmixin/index.rst.txt | 207 +
.../airflow/models/taskreschedule/index.rst.txt | 136 +
.../_api/airflow/models/trigger/index.rst.txt | 0
.../_api/airflow/models/variable/index.rst.txt | 0
.../_api/airflow/models/xcom/index.rst.txt | 0
.../_api/airflow/models/xcom_arg/index.rst.txt | 324 +
.../_api/airflow/operators/bash/index.rst.txt | 0
.../_api/airflow/operators/branch/index.rst.txt | 58 +
.../_api/airflow/operators/datetime/index.rst.txt | 0
.../_api/airflow/operators/email/index.rst.txt | 0
.../_api/airflow/operators/empty/index.rst.txt | 47 +
.../operators/generic_transfer/index.rst.txt | 0
.../_sources/_api/airflow/operators/index.rst.txt | 31 +
.../airflow/operators/latest_only/index.rst.txt | 53 +
.../_api/airflow/operators/python/index.rst.txt | 364 +
.../_api/airflow/operators/smooth/index.rst.txt | 0
.../_api/airflow/operators/subdag/index.rst.txt | 0
.../airflow/operators/trigger_dagrun/index.rst.txt | 114 +
.../_api/airflow/operators/weekday/index.rst.txt | 89 +
.../airflow/secrets/base_secrets/index.rst.txt | 0
.../secrets/environment_variables/index.rst.txt | 0
.../_sources/_api/airflow/secrets/index.rst.txt | 0
.../airflow/secrets/local_filesystem/index.rst.txt | 0
.../_api/airflow/secrets/metastore/index.rst.txt | 0
.../_api/airflow/sensors/base/index.rst.txt | 127 +
.../_api/airflow/sensors/bash/index.rst.txt | 0
.../_api/airflow/sensors/date_time/index.rst.txt | 0
.../airflow/sensors/external_task/index.rst.txt | 186 +
.../_api/airflow/sensors/filesystem/index.rst.txt | 0
.../_sources/_api/airflow/sensors/index.rst.txt | 28 +
.../_api/airflow/sensors/python/index.rst.txt | 0
.../_api/airflow/sensors/time_delta/index.rst.txt | 0
.../_api/airflow/sensors/time_sensor/index.rst.txt | 0
.../_api/airflow/sensors/weekday/index.rst.txt | 78 +
.../_api/airflow/timetables/_cron/index.rst.txt | 40 +
.../_api/airflow/timetables/base/index.rst.txt | 244 +
.../_api/airflow/timetables/events/index.rst.txt | 0
.../_sources/_api/airflow/timetables/index.rst.txt | 19 +
.../_api/airflow/timetables/interval/index.rst.txt | 145 +
.../_api/airflow/timetables/simple/index.rst.txt | 135 +
.../_api/airflow/timetables/trigger/index.rst.txt | 81 +
.../utils/dag_parsing_context/index.rst.txt | 52 +
.../2.4.0/_sources/best-practices.rst.txt | 867 ++
.../_sources/cli-and-env-variables-ref.rst.txt | 0
.../_sources/concepts/cluster-policies.rst.txt | 98 +
.../_sources/concepts/connections.rst.txt | 0
.../_sources/concepts/dagfile-processing.rst.txt | 0
.../2.4.0/_sources/concepts/dags.rst.txt | 826 ++
.../2.4.0/_sources/concepts/datasets.rst.txt | 201 +
.../2.4.0/_sources/concepts/deferring.rst.txt | 173 +
.../_sources/concepts/dynamic-task-mapping.rst.txt | 438 +
.../2.4.0/_sources/concepts/index.rst.txt | 60 +
.../2.4.0/_sources/concepts/operators.rst.txt | 226 +
.../2.4.0/_sources/concepts/overview.rst.txt | 98 +
.../_sources/concepts/params.rst.txt | 0
.../_sources/concepts/pools.rst.txt | 0
.../_sources/concepts/priority-weight.rst.txt | 0
.../2.4.0/_sources/concepts/scheduler.rst.txt | 386 +
.../2.4.0/_sources/concepts/sensors.rst.txt | 32 +
.../2.4.0/_sources/concepts/taskflow.rst.txt | 90 +
.../2.4.0/_sources/concepts/tasks.rst.txt | 265 +
.../2.4.0/_sources/concepts/timetable.rst.txt | 212 +
.../_sources/concepts/variables.rst.txt | 0
.../_sources/concepts/xcoms.rst.txt | 0
.../_sources/configurations-ref.rst.txt | 0
.../apache-airflow/2.4.0/_sources/dag-run.rst.txt | 285 +
.../_sources/dag-serialization.rst.txt | 0
.../2.4.0/_sources/database-erd-ref.rst.txt | 38 +
.../_sources/deprecated-rest-api-ref.rst.txt | 0
.../_sources/executor/celery.rst.txt | 0
.../_sources/executor/celery_kubernetes.rst.txt | 0
.../_sources/executor/dask.rst.txt | 0
.../_sources/executor/debug.rst.txt | 0
.../_sources/executor/index.rst.txt | 0
.../2.4.0/_sources/executor/kubernetes.rst.txt | 282 +
.../_sources/executor/local.rst.txt | 0
.../_sources/executor/local_kubernetes.rst.txt | 0
.../_sources/executor/sequential.rst.txt | 0
.../2.4.0/_sources/extra-packages-ref.rst.txt | 383 +
.../apache-airflow/2.4.0/_sources/faq.rst.txt | 502 +
.../2.4.0/_sources/howto/add-dag-tags.rst.txt | 40 +
.../2.4.0/_sources/howto/add-owner-links.rst.txt | 49 +
.../2.4.0/_sources/howto/connection.rst.txt | 445 +
.../_sources/howto/create-custom-decorator.rst.txt | 123 +
.../2.4.0/_sources/howto/custom-operator.rst.txt | 299 +
.../_sources/howto/customize-ui.rst.txt | 0
.../_sources/howto/define_extra_link.rst.txt | 0
.../_sources/howto/docker-compose/index.rst.txt | 344 +
.../_sources/howto/dynamic-dag-generation.rst.txt | 209 +
.../_sources/howto/email-config.rst.txt | 0
.../_sources/howto/export-more-env-vars.rst.txt | 0
.../2.4.0/_sources/howto/index.rst.txt | 50 +
.../_sources/howto/operator/bash.rst.txt | 0
.../2.4.0/_sources/howto/operator/datetime.rst.txt | 74 +
.../howto/operator/external_task_sensor.rst.txt | 79 +
.../_sources/howto/operator/index.rst.txt | 0
.../2.4.0/_sources/howto/operator/python.rst.txt | 187 +
.../_sources/howto/operator/weekday.rst.txt | 0
.../_sources/howto/run-behind-proxy.rst.txt | 0
.../_sources/howto/run-with-systemd.rst.txt | 0
.../_sources/howto/set-config.rst.txt | 0
.../2.4.0/_sources/howto/set-up-database.rst.txt | 378 +
.../2.4.0/_sources/howto/timetable.rst.txt | 353 +
.../_sources/howto/use-test-config.rst.txt | 0
.../_sources/howto/variable.rst.txt | 0
.../apache-airflow/2.4.0/_sources/index.rst.txt | 176 +
.../_sources/installation/dependencies.rst.txt | 0
.../2.4.0/_sources/installation/index.rst.txt | 318 +
.../installation/installing-from-pypi.rst.txt | 0
.../installation/installing-from-sources.rst.txt | 0
.../_sources/installation/prerequisites.rst.txt | 0
.../installation/setting-up-the-database.rst.txt | 0
.../installation/supported-versions.rst.txt | 69 +
.../2.4.0/_sources/installation/upgrading.rst.txt | 271 +
.../{2.3.0 => 2.4.0}/_sources/integration.rst.txt | 0
.../{2.2.0 => 2.4.0}/_sources/kubernetes.rst.txt | 0
.../{1.10.10 => 2.4.0}/_sources/license.rst.txt | 0
.../apache-airflow/2.4.0/_sources/lineage.rst.txt | 113 +
.../{2.3.0 => 2.4.0}/_sources/listeners.rst.txt | 0
.../_sources/logging-monitoring/callbacks.rst.txt | 84 +
.../logging-monitoring/check-health.rst.txt | 142 +
.../_sources/logging-monitoring/errors.rst.txt | 0
.../_sources/logging-monitoring/index.rst.txt | 0
.../logging-architecture.rst.txt | 0
.../logging-monitoring/logging-tasks.rst.txt | 0
.../_sources/logging-monitoring/metrics.rst.txt | 166 +
.../tracking-user-activity.rst.txt | 0
.../2.4.0/_sources/migrations-ref.rst.txt | 305 +
.../2.4.0/_sources/modules_management.rst.txt | 419 +
.../2.4.0/_sources/operators-and-hooks-ref.rst.txt | 131 +
.../{2.3.3 => 2.4.0}/_sources/plugins.rst.txt | 0
.../2.4.0/_sources/privacy_notice.rst.txt | 68 +
.../2.4.0/_sources/production-deployment.rst.txt | 230 +
.../apache-airflow/2.4.0/_sources/project.rst.txt | 105 +
.../2.4.0/_sources/python-api-ref.rst.txt | 175 +
.../2.4.0/_sources/release-process.rst.txt | 94 +
.../_sources/release_notes.rst.txt | 0
.../_sources/security/access-control.rst.txt | 0
.../{2.3.0 => 2.4.0}/_sources/security/api.rst.txt | 0
.../2.4.0/_sources/security/flower.rst.txt | 62 +
.../_sources/security/index.rst.txt | 0
.../_sources/security/kerberos.rst.txt | 0
.../2.4.0/_sources/security/secrets/fernet.rst.txt | 63 +
.../_sources/security/secrets/index.rst.txt | 0
.../security/secrets/mask-sensitive-values.rst.txt | 0
.../security/secrets/secrets-backend/index.rst.txt | 0
.../local-filesystem-secrets-backend.rst.txt | 0
.../_sources/security/webserver.rst.txt | 0
.../_sources/security/workload.rst.txt | 0
.../_sources/stable-rest-api-ref.rst.txt | 0
.../apache-airflow/2.4.0/_sources/start.rst.txt | 118 +
.../2.4.0/_sources/templates-ref.rst.txt | 185 +
.../apache-airflow/2.4.0/_sources/timezone.rst.txt | 182 +
.../2.4.0/_sources/tutorial/fundamentals.rst.txt | 403 +
.../2.4.0/_sources/tutorial/index.rst.txt | 28 +
.../2.4.0/_sources/tutorial/pipeline.rst.txt | 326 +
.../2.4.0/_sources/tutorial/taskflow.rst.txt | 572 +
.../apache-airflow/2.4.0/_sources/ui.rst.txt | 183 +
.../_sources/upgrading-from-1-10/index.rst.txt | 1229 ++
.../upgrading-from-1-10/upgrade-check.rst.txt | 0
.../2.4.0/_sources/usage-cli.rst.txt | 351 +
docs-archive/apache-airflow/2.4.0/_specs/v1.yaml | 4776 +++++++
.../2.4.0}/_static/_gen/css/main-custom.min.css | 0
.../2.4.0}/_static/_gen/css/main.min.css | 0
.../2.4.0}/_static/_gen/js/docs.js | 0
.../_sphinx_javascript_frameworks_compat.js | 0
.../2.4.0}/_static/basic.css | 0
.../2.4.0}/_static/check-solid.svg | 0
.../2.4.0}/_static/clipboard.min.js | 0
.../2.4.0}/_static/copy-button.svg | 0
.../2.4.0}/_static/copybutton.css | 0
.../2.4.0}/_static/copybutton.js | 0
.../2.4.0}/_static/copybutton_funcs.js | 0
.../2.4.0}/_static/doctools.js | 0
.../2.4.0/_static/documentation_options.js | 14 +
.../{1.10.13 => 2.4.0}/_static/exampleinclude.css | 0
.../2.4.0}/_static/file.png | Bin
.../{2.3.4 => 2.4.0}/_static/gh-jira-links.js | 0
.../2.4.0}/_static/graphviz.css | 0
.../2.4.0}/_static/jquery-3.6.0.js | 0
.../2.4.0}/_static/jquery.js | 0
.../2.4.0}/_static/language_data.js | 0
.../2.4.0}/_static/minus.png | Bin
.../2.4.0}/_static/pin_32.png | Bin
.../2.4.0}/_static/plus.png | Bin
.../2.4.0}/_static/pygments.css | 0
.../{2.0.2 => 2.4.0}/_static/redoc.js | 0
.../2.4.0}/_static/searchtools.js | 0
.../2.4.0}/_static/underscore-1.13.1.js | 0
.../2.4.0}/_static/underscore.js | 0
.../apache-airflow/{2.2.0 => 2.4.0}/airflow.sh | 0
.../apache-airflow/2.4.0/best-practices.html | 1739 +++
.../2.4.0/build.rst} | 13 +-
.../apache-airflow/{2.3.0 => 2.4.0}/changelog.html | 0
.../2.4.0/cli-and-env-variables-ref.html | 5399 ++++++++
.../apache-airflow/stable => 2.4.0}/cli-ref.html | 0
.../apache-airflow/{2.1.0 => 2.4.0}/concepts.html | 0
.../2.4.0/concepts/cluster-policies.html} | 616 +-
.../2.4.0/concepts/connections.html} | 521 +-
.../2.4.0/concepts/dagfile-processing.html} | 520 +-
.../apache-airflow/2.4.0/concepts/dags.html | 1884 +++
.../2.4.0/concepts/datasets.html} | 651 +-
.../2.4.0/concepts/deferring.html} | 755 +-
.../2.4.0/concepts/dynamic-task-mapping.html} | 987 +-
.../2.4.0/concepts/index.html} | 568 +-
.../2.4.0/concepts/operators.html} | 784 +-
.../2.4.0/concepts/overview.html} | 544 +-
.../2.4.0/concepts/params.html} | 753 +-
.../2.4.0/concepts/pools.html} | 552 +-
.../2.4.0/concepts/priority-weight.html} | 329 +-
.../2.4.0/concepts/scheduler.html} | 974 +-
.../2.4.0/concepts/sensors.html} | 303 +-
.../2.4.0/concepts/taskflow.html} | 558 +-
.../2.4.0/concepts/tasks.html} | 865 +-
.../2.4.0/concepts/timetable.html} | 643 +-
.../2.4.0/concepts/variables.html} | 318 +-
.../2.4.0/concepts/xcoms.html} | 545 +-
.../apache-airflow/2.4.0/configurations-ref.html | 8049 +++++++++++
.../2.4.0/dag-run.html} | 798 +-
.../2.4.0/dag-serialization.html} | 486 +-
.../2.4.0/database-erd-ref.html} | 225 +-
.../2.4.0/deprecated-rest-api-ref.html} | 573 +-
.../apache-airflow/2.4.0/docker-compose.yaml | 278 +
.../apache-airflow/stable => 2.4.0}/errors.html | 0
.../2.4.0/executor/celery.html} | 636 +-
.../2.4.0/executor/celery_kubernetes.html} | 302 +-
.../2.4.0/executor/dask.html} | 300 +-
.../2.4.0/executor/debug.html} | 307 +-
.../2.4.0/executor}/index.html | 318 +-
.../2.4.0/executor/kubernetes.html} | 1050 +-
.../2.4.0/executor/local.html} | 304 +-
.../2.4.0/executor/local_kubernetes.html} | 287 +-
.../2.4.0/executor/sequential.html} | 284 +-
.../2.4.0/extra-packages-ref.html} | 1096 +-
.../2.4.0/faq.html} | 996 +-
docs-archive/apache-airflow/2.4.0/genindex.html | 6084 ++++++++
.../2.4.0/howto/add-dag-tags.html} | 305 +-
.../stable => 2.4.0}/howto/add-new-role.html | 0
.../2.4.0/howto/add-owner-links.html} | 516 +-
.../stable => 2.4.0}/howto/check-health.html | 0
.../2.4.0/howto/connection.html} | 981 +-
.../stable => 2.4.0}/howto/connection/index.html | 0
.../2.4.0/howto/create-custom-decorator.html} | 821 +-
.../2.4.0/howto/custom-operator.html} | 839 +-
.../howto/customize-dag-ui-page-instance-name.html | 0
.../howto/customize-state-colors-ui.html | 0
.../2.4.0/howto/customize-ui.html} | 669 +-
.../2.4.0/howto/define_extra_link.html} | 740 +-
.../2.4.0/howto/docker-compose/index.html} | 902 +-
.../2.4.0/howto/dynamic-dag-generation.html} | 621 +-
.../2.4.0/howto/email-config.html} | 598 +-
.../2.4.0/howto/export-more-env-vars.html} | 517 +-
.../2.4.0/howto/index.html} | 552 +-
.../howto/initialize-database.html | 0
.../2.4.0/howto/operator/bash.html} | 644 +-
.../2.4.0/howto/operator/datetime.html} | 573 +-
.../stable => 2.4.0}/howto/operator/external.html | 0
.../howto/operator/external_task_sensor.html} | 598 +-
.../2.4.0/howto/operator/index.html} | 528 +-
.../2.4.0/howto/operator/python.html} | 856 +-
.../2.4.0/howto/operator/weekday.html} | 543 +-
.../2.4.0/howto/run-behind-proxy.html} | 551 +-
.../2.4.0/howto/run-with-systemd.html} | 311 +-
.../stable => 2.4.0}/howto/secure-connections.html | 0
.../2.4.0/howto/set-config.html} | 580 +-
.../2.4.0/howto/set-up-database.html} | 874 +-
.../2.4.0/howto/timetable.html} | 976 +-
.../howto/tracking-user-activity.html | 0
.../howto/use-alternative-secrets-backend.html | 0
.../2.4.0/howto/use-test-config.html} | 306 +-
.../2.4.0/howto/variable.html} | 541 +-
.../stable => 2.4.0}/howto/write-logs.html | 0
.../2.4.0/http-routingtable.html} | 318 +-
.../2.4.0}/index.html | 284 +-
.../{2.1.4 => 2.4.0}/installation.html | 0
.../2.4.0/installation/dependencies.html} | 548 +-
.../2.4.0/installation/index.html} | 707 +-
.../2.4.0/installation/installing-from-pypi.html} | 612 +-
.../installation/installing-from-sources.html} | 580 +-
.../2.4.0/installation/prerequisites.html} | 320 +-
.../installation/setting-up-the-database.html} | 294 +-
.../2.4.0/installation/supported-versions.html} | 552 +-
.../2.4.0/installation/upgrading.html} | 797 +-
.../2.4.0/integration.html} | 224 +-
.../2.4.0/kubernetes.html} | 258 +-
.../2.4.0/license.html} | 740 +-
.../2.4.0/lineage.html} | 491 +-
.../2.4.0/listeners.html} | 230 +-
.../2.4.0/logging-monitoring/callbacks.html} | 527 +-
.../2.4.0/logging-monitoring/check-health.html} | 564 +-
.../2.4.0/logging-monitoring/errors.html} | 645 +-
.../2.4.0/logging-monitoring}/index.html | 277 +-
.../logging-monitoring/logging-architecture.html} | 282 +-
.../2.4.0/logging-monitoring/logging-tasks.html} | 567 +-
.../2.4.0/logging-monitoring/metrics.html} | 737 +-
.../tracking-user-activity.html} | 285 +-
.../{2.2.0 => 2.4.0}/macros-ref.html | 0
.../apache-airflow/stable => 2.4.0}/metrics.html | 0
.../2.4.0/migrations-ref.html} | 1143 +-
.../2.4.0/modules_management.html} | 853 +-
docs-archive/apache-airflow/2.4.0/objects.inv | Bin 0 -> 28524 bytes
.../2.4.0/operators-and-hooks-ref.html} | 527 +-
.../_static/redoc.js | 0
.../2.4.0/plugins.html} | 664 +-
.../2.4.0/privacy_notice.html} | 243 +-
.../2.4.0/production-deployment.html} | 560 +-
.../2.4.0/project.html} | 290 +-
.../2.4.0/py-modindex.html} | 1267 +-
.../2.4.0/python-api-ref.html} | 623 +-
.../2.4.0/release-process.html} | 263 +-
.../apache-airflow/2.4.0/release_notes.html | 13780 +++++++++++++++++++
.../{2.1.0 => 2.4.0}/rest-api-ref.html | 0
.../apache-airflow/{2.1.0 => 2.4.0}/scheduler.html | 0
.../2.4.0/search.html} | 256 +-
docs-archive/apache-airflow/2.4.0/searchindex.js | 1 +
.../apache-airflow/stable => 2.4.0}/security.html | 0
.../2.4.0/security/access-control.html} | 1172 +-
.../2.4.0/security/api.html} | 729 +-
.../2.4.0/security/flower.html} | 306 +-
.../2.4.0/security}/index.html | 296 +-
.../2.4.0/security/kerberos.html} | 595 +-
.../2.4.0/security/secrets/fernet.html} | 326 +-
.../2.4.0/security/secrets}/index.html | 290 +-
.../security/secrets/mask-sensitive-values.html} | 528 +-
.../security/secrets/secrets-backend/index.html} | 575 +-
.../local-filesystem-secrets-backend.html} | 615 +-
.../2.4.0/security/webserver.html} | 796 +-
.../2.4.0/security/workload.html} | 307 +-
.../stable => 2.4.0}/stable-rest-api-ref.html | 0
.../2.4.0/start.html} | 487 +-
.../apache-airflow/2.4.0/start/docker.html | 1 +
docs-archive/apache-airflow/2.4.0/start/index.html | 1 +
docs-archive/apache-airflow/2.4.0/start/local.html | 1 +
.../2.4.0/templates-ref.html} | 807 +-
.../2.4.0/timezone.html} | 571 +-
docs-archive/apache-airflow/2.4.0/tutorial.html | 1 +
.../2.4.0/tutorial/fundamentals.html} | 1189 +-
.../2.4.0/tutorial}/index.html | 263 +-
.../2.4.0/tutorial/pipeline.html} | 859 +-
.../apache-airflow/2.4.0/tutorial/taskflow.html | 1768 +++
.../2.4.0/tutorial_taskflow_api.html | 1 +
.../2.4.0/ui.html} | 540 +-
.../{2.1.4 => 2.4.0}/upgrade-check.html | 0
.../2.4.0/upgrading-from-1-10/index.html | 2292 +++
.../2.4.0/upgrading-from-1-10/upgrade-check.html} | 760 +-
.../{2.1.4 => 2.4.0}/upgrading-to-2.html | 0
.../2.4.0/usage-cli.html} | 799 +-
docs-archive/apache-airflow/stable.txt | 2 +-
.../docker-stack/_sources/build-arg-ref.rst.txt | 18 +-
docs-archive/docker-stack/_sources/build.rst.txt | 11 -
.../docker-stack/_sources/changelog.rst.txt | 14 +-
.../docker-stack/_sources/entrypoint.rst.txt | 18 +-
docs-archive/docker-stack/_sources/index.rst.txt | 6 +-
docs-archive/docker-stack/build-arg-ref.html | 18 +-
docs-archive/docker-stack/build.html | 202 +-
docs-archive/docker-stack/changelog.html | 19 +-
docs-archive/docker-stack/entrypoint.html | 20 +-
docs-archive/docker-stack/index.html | 20 +-
docs-archive/docker-stack/recipes.html | 18 +-
docs-archive/docker-stack/searchindex.js | 2 +-
.../site/content/en/blog/airflow-2.4.0/index.md | 2 +-
landing-pages/site/content/en/ecosystem/_index.md | 2 +
772 files changed, 226796 insertions(+), 90695 deletions(-)
create mode 100644 docs-archive/apache-airflow/2.4.0/.buildinfo
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_bash_operator/index.html}
(69%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_branch_datetime_operator/index.html}
(63%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_branch_day_of_week_operator/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_branch_labels/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_branch_operator/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_branch_operator_decorator/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_branch_python_dop_operator_3/index.html}
(67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_complex/index.html} (69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_datasets/index.html}
(68%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_external_task_marker_dag/index.html}
(67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_kubernetes_executor/index.html}
(67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_latest_only/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_latest_only_with_trigger/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_local_kubernetes_executor/index.html}
(66%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_nested_branch_dag/index.html}
(69%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_passing_params_via_test_command/index.html}
(66%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_python_operator/index.html}
(66%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_short_circuit_decorator/index.html}
(67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_short_circuit_operator/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_skip_dag/index.html}
(61%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_subdag_operator/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_task_group/index.html}
(69%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_task_group_decorator/index.html}
(63%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_time_delta_sensor_async/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_trigger_controller_dag/index.html}
(69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_trigger_target_dag/index.html}
(67%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_xcom/index.html} (64%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/example_xcomargs/index.html}
(66%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/index.html} (65%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/libs/helper/index.html} (78%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/libs/index.html} (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/plugins/index.html} (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/plugins/workday/index.html} (71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/subdags/index.html} (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/subdags/subdag/index.html} (77%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/tutorial/index.html} (69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/tutorial_dag/index.html} (69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/tutorial_taskflow_api/index.html}
(68%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/example_dags/tutorial_taskflow_api_virtualenv/index.html}
(67%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/exceptions/index.html
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/executors/base_executor/index.html} (52%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/celery_executor/index.html} (55%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/celery_kubernetes_executor/index.html}
(60%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/dask_executor/index.html} (71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/debug_executor/index.html} (68%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/executor_constants/index.html} (71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/executor_loader/index.html} (67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/index.html} (76%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/kubernetes_executor/index.html}
(54%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/local_executor/index.html} (55%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/executors/local_kubernetes_executor/index.html}
(60%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/executors/sequential_executor/index.html}
(71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/hooks/base/index.html} (65%)
copy docs-archive/{docker-stack =>
apache-airflow/2.4.0/_api/airflow/hooks/dbapi}/index.html (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/hooks/filesystem/index.html} (76%)
copy docs-archive/{docker-stack =>
apache-airflow/2.4.0/_api/airflow/hooks}/index.html (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/hooks/subprocess/index.html} (73%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/abstractoperator/index.html
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/base/index.html} (65%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/baseoperator/index.html
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/connection/index.html} (52%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/crypto/index.html} (64%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/dag/index.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/dagbag/index.html} (58%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/dagcode/index.html} (60%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/dagparam/index.html} (71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/dagpickle/index.html} (67%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/dagrun/index.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/dagwarning/index.html} (63%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/dataset/index.html
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/db_callback_request/index.html} (65%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/errors/index.html} (67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/expandinput/index.html} (57%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/index.html} (67%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/log/index.html} (65%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/mappedoperator/index.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/operator/index.html} (71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/param/index.html} (55%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/pool/index.html} (55%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/renderedtifields/index.html} (58%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/serialized_dag/index.html} (51%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/skipmixin/index.html} (65%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/slamiss/index.html} (65%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/taskfail/index.html} (64%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/taskinstance/index.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/tasklog/index.html} (67%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/taskmap/index.html} (63%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/taskmixin/index.html} (53%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/models/taskreschedule/index.html} (59%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/trigger/index.html} (61%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/variable/index.html} (56%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/models/xcom/index.html} (56%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/models/xcom_arg/index.html
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/operators/bash/index.html} (64%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/branch/index.html} (67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/datetime/index.html} (70%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/email/index.html} (69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/empty/index.html} (67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/generic_transfer/index.html} (69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/index.html} (76%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/latest_only/index.html} (67%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_api/airflow/operators/python/index.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/smooth/index.html} (73%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/subdag/index.html} (67%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/trigger_dagrun/index.html} (63%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/operators/weekday/index.html} (69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/secrets/base_secrets/index.html} (68%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/secrets/environment_variables/index.html}
(72%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/secrets/index.html} (78%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_api/airflow/secrets/local_filesystem/index.html} (66%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/secrets/metastore/index.html} (75%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/base/index.html} (65%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/bash/index.html} (74%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/date_time/index.html} (69%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/external_task/index.html} (58%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/filesystem/index.html} (73%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/index.html} (77%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/python/index.html} (73%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/time_delta/index.html} (72%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/time_sensor/index.html} (72%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/sensors/weekday/index.html} (71%)
copy docs-archive/{docker-stack =>
apache-airflow/2.4.0/_api/airflow/timetables/_cron}/index.html (81%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/timetables/base/index.html} (58%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/timetables/events/index.html} (70%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/timetables/index.html} (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/timetables/interval/index.html} (66%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/timetables/simple/index.html} (66%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/timetables/trigger/index.html} (72%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_api/airflow/utils/dag_parsing_context/index.html} (77%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_api/index.html (100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/add-dag-tags.png
(100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/add-role.png (100%)
create mode 100644 docs-archive/apache-airflow/2.4.0/_images/airflow_erd.svg
copy docs-archive/apache-airflow/{1.10.1 => 2.4.0}/_images/apache.jpg (100%)
copy docs-archive/apache-airflow/{2.1.0 => 2.4.0}/_images/arch-diag-basic.png
(100%)
copy docs-archive/apache-airflow/{1.10.13 =>
2.4.0}/_images/arch-diag-kubernetes.png (100%)
copy docs-archive/apache-airflow/{1.10.13 =>
2.4.0}/_images/arch-diag-kubernetes2.png (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_images/arch-diag-logging.png (100%)
copy docs-archive/apache-airflow/{2.1.0 => 2.4.0}/_images/basic-dag.png (100%)
copy docs-archive/apache-airflow/{1.10.10 => 2.4.0}/_images/branch_note.png
(100%)
copy docs-archive/apache-airflow/{1.10.10 =>
2.4.0}/_images/branch_with_trigger.png (100%)
copy docs-archive/apache-airflow/{1.10.10 =>
2.4.0}/_images/branch_without_trigger.png (100%)
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/_images/calendar.png (100%)
copy docs-archive/apache-airflow/{1.10.10 => 2.4.0}/_images/cli_completion.gif
(100%)
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/_images/code.png (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_images/connection_create.png (100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/connection_edit.png
(100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/context.png (100%)
copy docs-archive/apache-airflow/{2.1.0 => 2.4.0}/_images/dag_doc.png (100%)
copy docs-archive/apache-airflow/{2.2.3 =>
2.4.0}/_images/dag_file_processing_diagram.png (100%)
copy docs-archive/apache-airflow/{2.0.1 =>
2.4.0}/_images/dag_serialization.png (100%)
copy docs-archive/apache-airflow/{1.10.11 => 2.4.0}/_images/dags-page-new.png
(100%)
copy docs-archive/apache-airflow/{1.10.11 => 2.4.0}/_images/dags-page-old.png
(100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/dags.png (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/dataset-scheduled-dags.png
create mode 100644 docs-archive/apache-airflow/2.4.0/_images/datasets.png
copy docs-archive/apache-airflow/{2.1.0 =>
2.4.0}/_images/default_instance_name_configuration.png (100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/duration.png (100%)
copy docs-archive/apache-airflow/{2.1.0 =>
2.4.0}/_images/edge_label_example.png (100%)
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/_images/email_connection.png
(100%)
copy docs-archive/apache-airflow/{2.1.0 =>
2.4.0}/_images/example_instance_name_configuration.png (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_images/example_passing_conf.png (100%)
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/_images/gantt.png (100%)
copy docs-archive/apache-airflow/{1.10.11 => 2.4.0}/_images/graph-view-new.png
(100%)
copy docs-archive/apache-airflow/{1.10.11 => 2.4.0}/_images/graph-view-old.png
(100%)
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/_images/graph.png (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.svg
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/graphviz-b490027b72c11b5405e4d1a0750779ebc458ebac.svg
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/_images/grid.png (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_images/grid_instance_details.png (100%)
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/_images/grid_mapped_task.png
(100%)
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/_images/grid_run_details.png
(100%)
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/_images/grid_task_group.png
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/hello_world_graph_view.png
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/hello_world_grid_view.png
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/howto-owner-links.gif
copy docs-archive/apache-airflow/{1.10.13 => 2.4.0}/_images/k8s-failed-pod.png
(100%)
copy docs-archive/apache-airflow/{1.10.13 => 2.4.0}/_images/k8s-happy-path.png
(100%)
copy docs-archive/apache-airflow/{1.10.11 =>
2.4.0}/_images/latest_only_with_trigger.png (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_images/mapping-simple-graph.png (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_images/mapping-simple-grid.png (100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/new-role.png (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_images/operator_extra_link.png (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_images/run_task_on_celery_executor.png (100%)
copy docs-archive/apache-airflow/{1.10.1 => 2.4.0}/_images/subdag_after.png
(100%)
copy docs-archive/apache-airflow/{1.10.1 => 2.4.0}/_images/subdag_before.png
(100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/subdag_zoom.png
(100%)
copy docs-archive/apache-airflow/{2.1.0 => 2.4.0}/_images/task_doc.png (100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/task_group.gif (100%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_images/task_lifecycle_diagram.png (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_images/task_manual_vs_scheduled.png (100%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_images/template_field_renderer_path.png (100%)
copy docs-archive/apache-airflow/{1.10.11 => 2.4.0}/_images/tree-view-new.png
(100%)
copy docs-archive/apache-airflow/{1.10.11 => 2.4.0}/_images/tree-view-old.png
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/tutorial-pipeline-1.png
create mode 100644
docs-archive/apache-airflow/2.4.0/_images/tutorial-pipeline-2.png
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/_images/ui-alert-message.png
(100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_images/ui-timezone-chooser.png (100%)
copy docs-archive/apache-airflow/{1.10.10 =>
2.4.0}/_images/usage_cli_export.png (100%)
copy docs-archive/apache-airflow/{1.10.10 =>
2.4.0}/_images/usage_cli_imgcat.png (100%)
copy docs-archive/apache-airflow/{2.0.0 => 2.4.0}/_images/variable_hidden.png
(100%)
copy docs-archive/apache-airflow/{2.2.5 => 2.4.0}/_images/watcher.png (100%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_bash_operator.html}
(79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_branch_datetime_operator.html}
(72%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_branch_day_of_week_operator.html}
(80%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_branch_labels.html}
(81%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_branch_operator.html}
(80%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_branch_operator_decorator.html}
(80%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_branch_python_dop_operator_3.html}
(80%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_complex.html} (67%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_datasets.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_external_task_marker_dag.html}
(77%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_kubernetes_executor.html}
(65%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_latest_only.html}
(82%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_latest_only_with_trigger.html}
(81%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_local_kubernetes_executor.html}
(78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_nested_branch_dag.html}
(79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_passing_params_via_test_command.html}
(77%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_python_operator.html}
(74%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_short_circuit_decorator.html}
(78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_short_circuit_operator.html}
(79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_skip_dag.html} (79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_subdag_operator.html}
(80%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_task_group.html}
(79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_task_group_decorator.html}
(78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_time_delta_sensor_async.html}
(82%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_trigger_controller_dag.html}
(82%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_trigger_target_dag.html}
(81%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_xcom.html} (76%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/example_xcomargs.html} (79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/libs/helper.html} (84%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/plugins/workday.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/subdags/subdag.html} (81%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/tutorial.html} (77%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/tutorial_dag.html} (76%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/tutorial_taskflow_api.html}
(79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/example_dags/tutorial_taskflow_api_virtualenv.html}
(78%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/exceptions.html} (55%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/executors/base_executor.html} (51%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/executors/celery_executor.html
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/executors/celery_kubernetes_executor.html}
(63%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/executors/dask_executor.html} (69%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/executors/debug_executor.html} (68%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/executors/executor_constants.html} (82%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/executors/executor_loader.html} (70%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/executors/kubernetes_executor.html
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/executors/local_executor.html} (53%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/executors/local_kubernetes_executor.html}
(62%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/executors/sequential_executor.html} (78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/hooks/base.html} (72%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/hooks/filesystem.html} (82%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/_modules/airflow/hooks/subprocess.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/macros.html} (79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/macros/hive.html} (74%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/abstractoperator.html
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/base.html} (77%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/baseoperator.html
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/connection.html
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/crypto.html} (78%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/dag.html
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/dagbag.html
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/models/dagcode.html} (65%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/dagpickle.html} (80%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/dagrun.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_modules/airflow/models/dagwarning.html} (74%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/models/dataset.html} (51%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/db_callback_request.html} (78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/errors.html} (82%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/models/expandinput.html} (59%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_modules/airflow/models/log.html} (77%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/mappedoperator.html
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/operator.html} (84%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/models/param.html} (60%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/models/pool.html} (59%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/models/renderedtifields.html} (60%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/models/serialized_dag.html} (52%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/skipmixin.html} (67%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/slamiss.html} (79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/taskfail.html} (75%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/taskinstance.html
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/tasklog.html} (80%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/models/taskmap.html} (73%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/models/taskmixin.html} (58%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/models/taskreschedule.html} (68%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/models/trigger.html} (64%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/models/variable.html} (60%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/xcom.html
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/models/xcom_arg.html
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/_modules/airflow/operators/bash.html} (68%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/branch.html} (81%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/datetime.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/email.html} (76%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/empty.html} (83%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/generic_transfer.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/latest_only.html} (78%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_modules/airflow/operators/python.html
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/smooth.html} (82%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/operators/subdag.html} (61%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/operators/trigger_dagrun.html} (65%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/operators/weekday.html} (76%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/secrets.html} (84%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/secrets/base_secrets.html} (72%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/secrets/environment_variables.html} (79%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/secrets/local_filesystem.html} (56%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/secrets/metastore.html} (79%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/base.html} (59%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/bash.html} (76%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/date_time.html} (77%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/external_task.html} (51%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/filesystem.html} (78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/python.html} (78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/time_delta.html} (79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/time_sensor.html} (78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/sensors/weekday.html} (77%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/timetables/_cron.html} (70%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/_modules/airflow/timetables/base.html} (68%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/_modules/airflow/timetables/events.html} (73%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/_modules/airflow/timetables/interval.html} (63%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/timetables/simple.html} (71%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/timetables/trigger.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/_modules/airflow/utils/dag_parsing_context.html} (79%)
copy docs-archive/{docker-stack => apache-airflow/2.4.0/_modules}/index.html
(77%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_bash_operator/index.rst.txt
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_branch_datetime_operator/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_branch_day_of_week_operator/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_branch_labels/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_branch_operator/index.rst.txt
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_branch_operator_decorator/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_branch_python_dop_operator_3/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_complex/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_datasets/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_external_task_marker_dag/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_kubernetes_executor/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_latest_only/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_latest_only_with_trigger/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_local_kubernetes_executor/index.rst.txt
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_nested_branch_dag/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_passing_params_via_test_command/index.rst.txt
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_python_operator/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_short_circuit_decorator/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_short_circuit_operator/index.rst.txt
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/example_skip_dag/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_subdag_operator/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_task_group/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_task_group_decorator/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_time_delta_sensor_async/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_trigger_controller_dag/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_trigger_target_dag/index.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_xcom/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/example_xcomargs/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/libs/helper/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/libs/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/plugins/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/example_dags/plugins/workday/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/subdags/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/subdags/subdag/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/_api/airflow/example_dags/tutorial/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/tutorial_dag/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/tutorial_taskflow_api/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/example_dags/tutorial_taskflow_api_virtualenv/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/exceptions/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/executors/base_executor/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/executors/celery_executor/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/executors/celery_kubernetes_executor/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/executors/dask_executor/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/executors/debug_executor/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/_api/airflow/executors/executor_constants/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/executors/executor_loader/index.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/_api/airflow/executors/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/executors/kubernetes_executor/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/executors/local_executor/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/executors/local_kubernetes_executor/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/executors/sequential_executor/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/hooks/base/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/hooks/dbapi/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/hooks/filesystem/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/hooks/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/hooks/subprocess/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/abstractoperator/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/base/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/baseoperator/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/connection/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/crypto/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/dag/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/dagbag/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/dagcode/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.4 =>
2.4.0}/_sources/_api/airflow/models/dagparam/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.4 =>
2.4.0}/_sources/_api/airflow/models/dagpickle/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/dagrun/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/dagwarning/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/dataset/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/db_callback_request/index.rst.txt
copy docs-archive/apache-airflow/{2.2.4 =>
2.4.0}/_sources/_api/airflow/models/errors/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/expandinput/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/index.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/_api/airflow/models/log/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/mappedoperator/index.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/_api/airflow/models/operator/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/param/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/pool/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/renderedtifields/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/serialized_dag/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/skipmixin/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/slamiss/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/taskfail/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/taskinstance/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/tasklog/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/taskmap/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/taskmixin/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/taskreschedule/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/trigger/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/variable/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/models/xcom/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/models/xcom_arg/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/operators/bash/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/operators/branch/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/operators/datetime/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/operators/email/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/operators/empty/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/operators/generic_transfer/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/operators/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/operators/latest_only/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/operators/python/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/operators/smooth/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/operators/subdag/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/operators/trigger_dagrun/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/operators/weekday/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/secrets/base_secrets/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/secrets/environment_variables/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.4 =>
2.4.0}/_sources/_api/airflow/secrets/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/secrets/local_filesystem/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/secrets/metastore/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/sensors/base/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/sensors/bash/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/sensors/date_time/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/sensors/external_task/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/sensors/filesystem/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/sensors/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/sensors/python/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/sensors/time_delta/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/sensors/time_sensor/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/sensors/weekday/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/timetables/_cron/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/timetables/base/index.rst.txt
copy docs-archive/apache-airflow/{2.3.4 =>
2.4.0}/_sources/_api/airflow/timetables/events/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/timetables/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/timetables/interval/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/timetables/simple/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/timetables/trigger/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/_api/airflow/utils/dag_parsing_context/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/best-practices.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/cli-and-env-variables-ref.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/cluster-policies.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/concepts/connections.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/concepts/dagfile-processing.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/dags.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/datasets.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/deferring.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/dynamic-task-mapping.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/operators.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/overview.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/concepts/params.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.4 =>
2.4.0}/_sources/concepts/pools.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/concepts/priority-weight.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/scheduler.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/sensors.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/taskflow.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/tasks.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/concepts/timetable.rst.txt
copy docs-archive/apache-airflow/{2.1.0 =>
2.4.0}/_sources/concepts/variables.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.4 =>
2.4.0}/_sources/concepts/xcoms.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/configurations-ref.rst.txt (100%)
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/dag-run.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/dag-serialization.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/database-erd-ref.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/deprecated-rest-api-ref.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/executor/celery.rst.txt (100%)
copy docs-archive/apache-airflow/{2.0.1 =>
2.4.0}/_sources/executor/celery_kubernetes.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_sources/executor/dask.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/executor/debug.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/executor/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/executor/kubernetes.rst.txt
copy docs-archive/apache-airflow/{1.10.11 =>
2.4.0}/_sources/executor/local.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/executor/local_kubernetes.rst.txt (100%)
copy docs-archive/apache-airflow/{1.10.11 =>
2.4.0}/_sources/executor/sequential.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/extra-packages-ref.rst.txt
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/faq.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/add-dag-tags.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/add-owner-links.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/connection.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/create-custom-decorator.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/custom-operator.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/howto/customize-ui.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/howto/define_extra_link.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/docker-compose/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/dynamic-dag-generation.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/howto/email-config.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/howto/export-more-env-vars.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/index.rst.txt
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_sources/howto/operator/bash.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/operator/datetime.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/operator/external_task_sensor.rst.txt
copy docs-archive/apache-airflow/{2.1.0 =>
2.4.0}/_sources/howto/operator/index.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/operator/python.rst.txt
copy docs-archive/apache-airflow/{2.1.0 =>
2.4.0}/_sources/howto/operator/weekday.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.1 =>
2.4.0}/_sources/howto/run-behind-proxy.rst.txt (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_sources/howto/run-with-systemd.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/howto/set-config.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/set-up-database.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/howto/timetable.rst.txt
copy docs-archive/apache-airflow/{1.10.10 =>
2.4.0}/_sources/howto/use-test-config.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.4 =>
2.4.0}/_sources/howto/variable.rst.txt (100%)
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/index.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/installation/dependencies.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/installation/index.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/installation/installing-from-pypi.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_sources/installation/installing-from-sources.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/installation/prerequisites.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.2 =>
2.4.0}/_sources/installation/setting-up-the-database.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/installation/supported-versions.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/installation/upgrading.rst.txt
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/_sources/integration.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/_sources/kubernetes.rst.txt
(100%)
copy docs-archive/apache-airflow/{1.10.10 => 2.4.0}/_sources/license.rst.txt
(100%)
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/lineage.rst.txt
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/_sources/listeners.rst.txt
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/logging-monitoring/callbacks.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/logging-monitoring/check-health.rst.txt
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/logging-monitoring/errors.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.1 =>
2.4.0}/_sources/logging-monitoring/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_sources/logging-monitoring/logging-architecture.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/logging-monitoring/logging-tasks.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/logging-monitoring/metrics.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/logging-monitoring/tracking-user-activity.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/migrations-ref.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/modules_management.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/operators-and-hooks-ref.rst.txt
copy docs-archive/apache-airflow/{2.3.3 => 2.4.0}/_sources/plugins.rst.txt
(100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/privacy_notice.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/production-deployment.rst.txt
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/project.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/python-api-ref.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/release-process.rst.txt
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/release_notes.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.1 =>
2.4.0}/_sources/security/access-control.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/security/api.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/security/flower.rst.txt
copy docs-archive/apache-airflow/{2.1.4 =>
2.4.0}/_sources/security/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/security/kerberos.rst.txt (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/security/secrets/fernet.rst.txt
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_sources/security/secrets/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_sources/security/secrets/mask-sensitive-values.rst.txt (100%)
copy docs-archive/apache-airflow/{2.3.0 =>
2.4.0}/_sources/security/secrets/secrets-backend/index.rst.txt (100%)
copy docs-archive/apache-airflow/{2.0.0 =>
2.4.0}/_sources/security/secrets/secrets-backend/local-filesystem-secrets-backend.rst.txt
(100%)
copy docs-archive/apache-airflow/{2.3.3 =>
2.4.0}/_sources/security/webserver.rst.txt (100%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_sources/security/workload.rst.txt (100%)
copy docs-archive/apache-airflow/{2.1.0 =>
2.4.0}/_sources/stable-rest-api-ref.rst.txt (100%)
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/start.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/templates-ref.rst.txt
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/timezone.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/tutorial/fundamentals.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/tutorial/index.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/tutorial/pipeline.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/tutorial/taskflow.rst.txt
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/ui.rst.txt
create mode 100644
docs-archive/apache-airflow/2.4.0/_sources/upgrading-from-1-10/index.rst.txt
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/_sources/upgrading-from-1-10/upgrade-check.rst.txt (100%)
create mode 100644 docs-archive/apache-airflow/2.4.0/_sources/usage-cli.rst.txt
create mode 100644 docs-archive/apache-airflow/2.4.0/_specs/v1.yaml
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/_gen/css/main-custom.min.css (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/_gen/css/main.min.css (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/_gen/js/docs.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/_sphinx_javascript_frameworks_compat.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/basic.css (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.0 =>
apache-airflow/2.4.0}/_static/check-solid.svg (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.0 =>
apache-airflow/2.4.0}/_static/clipboard.min.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 =>
apache-airflow/2.4.0}/_static/copy-button.svg (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 =>
apache-airflow/2.4.0}/_static/copybutton.css (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 =>
apache-airflow/2.4.0}/_static/copybutton.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.0 =>
apache-airflow/2.4.0}/_static/copybutton_funcs.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/doctools.js (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/_static/documentation_options.js
copy docs-archive/apache-airflow/{1.10.13 => 2.4.0}/_static/exampleinclude.css
(100%)
copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 =>
apache-airflow/2.4.0}/_static/file.png (100%)
copy docs-archive/apache-airflow/{2.3.4 => 2.4.0}/_static/gh-jira-links.js
(100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 =>
apache-airflow/2.4.0}/_static/graphviz.css (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/jquery-3.6.0.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/jquery.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/language_data.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 =>
apache-airflow/2.4.0}/_static/minus.png (100%)
copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 =>
apache-airflow/2.4.0}/_static/pin_32.png (100%)
copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 =>
apache-airflow/2.4.0}/_static/plus.png (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 =>
apache-airflow/2.4.0}/_static/pygments.css (100%)
copy docs-archive/apache-airflow/{2.0.2 => 2.4.0}/_static/redoc.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 =>
apache-airflow/2.4.0}/_static/searchtools.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 =>
apache-airflow/2.4.0}/_static/underscore-1.13.1.js (100%)
copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 =>
apache-airflow/2.4.0}/_static/underscore.js (100%)
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/airflow.sh (100%)
create mode 100644 docs-archive/apache-airflow/2.4.0/best-practices.html
copy docs-archive/{docker-stack/_sources/build.rst.txt =>
apache-airflow/2.4.0/build.rst} (98%)
copy docs-archive/apache-airflow/{2.3.0 => 2.4.0}/changelog.html (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/cli-and-env-variables-ref.html
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/cli-ref.html (100%)
copy docs-archive/apache-airflow/{2.1.0 => 2.4.0}/concepts.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/cluster-policies.html} (71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/connections.html} (79%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/dagfile-processing.html} (80%)
create mode 100644 docs-archive/apache-airflow/2.4.0/concepts/dags.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/datasets.html} (72%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/concepts/deferring.html} (66%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/concepts/dynamic-task-mapping.html} (54%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/index.html} (74%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/concepts/operators.html} (66%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/overview.html} (75%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/concepts/params.html} (72%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/pools.html} (77%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/concepts/priority-weight.html} (80%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/concepts/scheduler.html} (62%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/concepts/sensors.html} (81%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/taskflow.html} (76%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/concepts/tasks.html} (63%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/concepts/timetable.html} (68%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/concepts/variables.html} (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/concepts/xcoms.html} (75%)
create mode 100644 docs-archive/apache-airflow/2.4.0/configurations-ref.html
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/dag-run.html} (70%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/dag-serialization.html} (80%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/database-erd-ref.html} (87%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/deprecated-rest-api-ref.html} (74%)
create mode 100644 docs-archive/apache-airflow/2.4.0/docker-compose.yaml
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/errors.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/executor/celery.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/executor/celery_kubernetes.html} (82%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/executor/dask.html} (82%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/executor/debug.html} (82%)
copy docs-archive/{docker-stack => apache-airflow/2.4.0/executor}/index.html
(81%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/executor/kubernetes.html} (51%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/executor/local.html} (80%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/executor/local_kubernetes.html} (83%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/executor/sequential.html} (84%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/extra-packages-ref.html} (62%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/faq.html} (55%)
create mode 100644 docs-archive/apache-airflow/2.4.0/genindex.html
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/howto/add-dag-tags.html} (81%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/add-new-role.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/add-owner-links.html} (80%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/check-health.html (100%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/howto/connection.html} (56%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/connection/index.html (100%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/howto/create-custom-decorator.html} (65%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/howto/custom-operator.html} (63%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/howto/customize-dag-ui-page-instance-name.html (100%)
copy docs-archive/apache-airflow/{2.2.0 =>
2.4.0}/howto/customize-state-colors-ui.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/customize-ui.html} (72%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/howto/define_extra_link.html} (72%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/howto/docker-compose/index.html} (61%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/howto/dynamic-dag-generation.html} (67%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/howto/email-config.html} (71%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/export-more-env-vars.html} (79%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/index.html} (74%)
copy docs-archive/apache-airflow/{2.0.1 =>
2.4.0}/howto/initialize-database.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/operator/bash.html} (71%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/howto/operator/datetime.html} (70%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/operator/external.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/operator/external_task_sensor.html} (72%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/operator/index.html} (78%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/howto/operator/python.html} (61%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/operator/weekday.html} (77%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/run-behind-proxy.html} (78%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/howto/run-with-systemd.html} (80%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/secure-connections.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/set-config.html} (74%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/howto/set-up-database.html} (60%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/howto/timetable.html} (52%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/tracking-user-activity.html (100%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/use-alternative-secrets-backend.html (100%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/howto/use-test-config.html} (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/howto/variable.html} (78%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/howto/write-logs.html (100%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/http-routingtable.html} (85%)
copy docs-archive/{docker-stack => apache-airflow/2.4.0}/index.html (81%)
copy docs-archive/apache-airflow/{2.1.4 => 2.4.0}/installation.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/installation/dependencies.html} (78%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/installation/index.html} (68%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/installation/installing-from-pypi.html} (68%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/installation/installing-from-sources.html} (75%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/installation/prerequisites.html} (81%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/installation/setting-up-the-database.html} (82%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/installation/supported-versions.html} (80%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/installation/upgrading.html} (62%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/integration.html} (86%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/kubernetes.html} (84%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/license.html} (58%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/lineage.html} (79%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/listeners.html} (86%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/logging-monitoring/callbacks.html} (78%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/logging-monitoring/check-health.html} (74%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/logging-monitoring/errors.html} (77%)
copy docs-archive/{docker-stack =>
apache-airflow/2.4.0/logging-monitoring}/index.html (84%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/logging-monitoring/logging-architecture.html} (83%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/logging-monitoring/logging-tasks.html} (75%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/logging-monitoring/metrics.html} (73%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/logging-monitoring/tracking-user-activity.html} (83%)
copy docs-archive/apache-airflow/{2.2.0 => 2.4.0}/macros-ref.html (100%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/metrics.html (100%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/migrations-ref.html} (58%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/modules_management.html} (66%)
create mode 100644 docs-archive/apache-airflow/2.4.0/objects.inv
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/operators-and-hooks-ref.html} (80%)
copy docs-archive/apache-airflow/{2.0.2 =>
2.4.0}/output-spelling-results-apache-airflow/_static/redoc.js (100%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/plugins.html} (69%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/privacy_notice.html} (83%)
copy docs-archive/{docker-stack/recipes.html =>
apache-airflow/2.4.0/production-deployment.html} (72%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/project.html} (83%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/py-modindex.html} (64%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/python-api-ref.html} (74%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/release-process.html} (82%)
create mode 100644 docs-archive/apache-airflow/2.4.0/release_notes.html
copy docs-archive/apache-airflow/{2.1.0 => 2.4.0}/rest-api-ref.html (100%)
copy docs-archive/apache-airflow/{2.1.0 => 2.4.0}/scheduler.html (100%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/search.html} (88%)
create mode 100644 docs-archive/apache-airflow/2.4.0/searchindex.js
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/security.html (100%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/security/access-control.html} (59%)
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/security/api.html} (74%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/security/flower.html} (82%)
copy docs-archive/{docker-stack => apache-airflow/2.4.0/security}/index.html
(83%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/security/kerberos.html} (76%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/security/secrets/fernet.html} (80%)
copy docs-archive/{docker-stack =>
apache-airflow/2.4.0/security/secrets}/index.html (83%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/security/secrets/mask-sensitive-values.html} (80%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/security/secrets/secrets-backend/index.html} (75%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/security/secrets/secrets-backend/local-filesystem-secrets-backend.html}
(71%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/security/webserver.html} (66%)
copy docs-archive/{docker-stack/index.html =>
apache-airflow/2.4.0/security/workload.html} (82%)
copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable =>
2.4.0}/stable-rest-api-ref.html (100%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/start.html} (82%)
create mode 100644 docs-archive/apache-airflow/2.4.0/start/docker.html
create mode 100644 docs-archive/apache-airflow/2.4.0/start/index.html
create mode 100644 docs-archive/apache-airflow/2.4.0/start/local.html
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/templates-ref.html} (64%)
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/timezone.html} (74%)
create mode 100644 docs-archive/apache-airflow/2.4.0/tutorial.html
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/tutorial/fundamentals.html} (54%)
copy docs-archive/{docker-stack => apache-airflow/2.4.0/tutorial}/index.html
(85%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/tutorial/pipeline.html} (64%)
create mode 100644 docs-archive/apache-airflow/2.4.0/tutorial/taskflow.html
create mode 100644 docs-archive/apache-airflow/2.4.0/tutorial_taskflow_api.html
copy docs-archive/{docker-stack/changelog.html =>
apache-airflow/2.4.0/ui.html} (80%)
copy docs-archive/apache-airflow/{2.1.4 => 2.4.0}/upgrade-check.html (100%)
create mode 100644
docs-archive/apache-airflow/2.4.0/upgrading-from-1-10/index.html
copy docs-archive/{docker-stack/build-arg-ref.html =>
apache-airflow/2.4.0/upgrading-from-1-10/upgrade-check.html} (73%)
copy docs-archive/apache-airflow/{2.1.4 => 2.4.0}/upgrading-to-2.html (100%)
copy docs-archive/{docker-stack/entrypoint.html =>
apache-airflow/2.4.0/usage-cli.html} (64%)