You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/10/02 11:06:19 UTC

[airflow-site] branch add-documentation-2022-09-28 updated (2542384ea4 -> d4f2655d0b)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch add-documentation-2022-09-28
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


 discard 2542384ea4 Add documentation for packages - 2022-09-28
     add 2fa6efad2d Add documentation for cncf-kube package
     add affed163ba Add ADA (#668)
     add 0ed5a7ebca Add documentation for Apache Airflow 2.4.1 (#669)
     add 6e7da527d4 Announce 2.4.1 (#670)
     add d4f2655d0b Add documentation for packages - 2022-09-28

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   (2542384ea4)
            \
             N -- N -- N   refs/heads/add-documentation-2022-09-28 (d4f2655d0b)

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:
 .../kubernetes/decorators/kubernetes/index.html    |     4 +-
 .../cncf/kubernetes/hooks/kubernetes/index.html    |    48 +-
 .../kubernetes/operators/kubernetes_pod/index.html |   100 +-
 .../operators/spark_kubernetes/index.html          |    12 +-
 .../kubernetes/python_kubernetes_script/index.html |     8 +-
 .../kubernetes/sensors/spark_kubernetes/index.html |    12 +-
 .../cncf/kubernetes/utils/pod_manager/index.html   |     8 +-
 .../4.4.0/_sources/commits.rst.txt                 |     3 +-
 .../4.4.0/commits.html                             |    18 +-
 .../4.4.0/index.html                               |    26 +-
 .../4.4.0/installing-providers-from-sources.html   |     8 +-
 .../4.4.0/operators.html                           |     2 +-
 .../4.4.0/searchindex.js                           |     2 +-
 .../apache-airflow/{2.4.0 => 2.4.1}/.buildinfo     |     0
 .../example_dags/example_bash_operator}/index.html |   520 +-
 .../example_branch_datetime_operator}/index.html   |   677 +-
 .../index.html                                     |   370 +-
 .../example_dags/example_branch_labels}/index.html |   370 +-
 .../example_branch_operator}/index.html            |   370 +-
 .../example_branch_operator_decorator}/index.html  |   370 +-
 .../index.html                                     |   366 +-
 .../example_dags/example_complex}/index.html       |   370 +-
 .../example_dags/example_datasets}/index.html      |   386 +-
 .../example_external_task_marker_dag}/index.html   |   390 +-
 .../example_kubernetes_executor}/index.html        |   390 +-
 .../example_dags/example_latest_only}/index.html   |   370 +-
 .../example_latest_only_with_trigger}/index.html   |   370 +-
 .../example_local_kubernetes_executor}/index.html  |   532 +-
 .../example_nested_branch_dag}/index.html          |   326 +-
 .../index.html                                     |   374 +-
 .../example_python_operator}/index.html            |   385 +-
 .../example_short_circuit_decorator}/index.html    |   353 +-
 .../example_short_circuit_operator}/index.html     |   370 +-
 .../example_dags/example_skip_dag}/index.html      |   605 +-
 .../example_subdag_operator}/index.html            |   374 +-
 .../example_dags/example_task_group}/index.html    |   370 +-
 .../example_task_group_decorator}/index.html       |   635 +-
 .../example_time_delta_sensor_async}/index.html    |   371 +-
 .../example_trigger_controller_dag}/index.html     |   372 +-
 .../example_trigger_target_dag}/index.html         |   361 +-
 .../airflow/example_dags/example_xcom}/index.html  |   638 +-
 .../example_dags/example_xcomargs}/index.html      |   381 +-
 .../2.4.1/_api/airflow/example_dags}/index.html    |   563 +-
 .../airflow/example_dags/libs/helper}/index.html   |   281 +-
 .../_api/airflow/example_dags/libs}/index.html     |   318 +-
 .../_api/airflow/example_dags/plugins}/index.html  |   318 +-
 .../example_dags/plugins/workday}/index.html       |   373 +-
 .../_api/airflow/example_dags/subdags}/index.html  |   318 +-
 .../example_dags/subdags/subdag}/index.html        |   284 +-
 .../_api/airflow/example_dags/tutorial}/index.html |   372 +-
 .../airflow/example_dags/tutorial_dag}/index.html  |   371 +-
 .../example_dags/tutorial_taskflow_api}/index.html |   329 +-
 .../tutorial_taskflow_api_virtualenv}/index.html   |   363 +-
 .../2.4.1/_api/airflow/exceptions/index.html       |  1705 +++
 .../airflow/executors/base_executor}/index.html    |   758 +-
 .../airflow/executors/celery_executor}/index.html  |   728 +-
 .../celery_kubernetes_executor}/index.html         |   617 +-
 .../airflow/executors/dask_executor}/index.html    |   370 +-
 .../airflow/executors/debug_executor}/index.html   |   488 +-
 .../executors/executor_constants}/index.html       |   366 +-
 .../airflow/executors/executor_loader}/index.html  |   543 +-
 .../2.4.1/_api/airflow/executors}/index.html       |   336 +-
 .../executors/kubernetes_executor}/index.html      |   712 +-
 .../airflow/executors/local_executor}/index.html   |   735 +-
 .../local_kubernetes_executor}/index.html          |   616 +-
 .../executors/sequential_executor}/index.html      |   361 +-
 .../2.4.1/_api/airflow/hooks/base}/index.html      |   603 +-
 .../2.4.1/_api/airflow/hooks/dbapi}/index.html     |   311 +-
 .../_api/airflow/hooks/filesystem}/index.html      |   332 +-
 .../2.4.1/_api/airflow/hooks}/index.html           |   315 +-
 .../_api/airflow/hooks/subprocess}/index.html      |   361 +-
 .../airflow/models/abstractoperator}/index.html    |   886 +-
 .../2.4.1/_api/airflow/models/base}/index.html     |   427 +-
 .../_api/airflow/models/baseoperator/index.html    |  2344 ++++
 .../_api/airflow/models/connection}/index.html     |   766 +-
 .../2.4.1/_api/airflow/models/crypto}/index.html   |   659 +-
 .../2.4.1/_api/airflow/models/dag/index.html       |  3357 +++++
 .../2.4.1/_api/airflow/models/dagbag}/index.html   |   673 +-
 .../2.4.1/_api/airflow/models/dagcode}/index.html  |   651 +-
 .../2.4.1/_api/airflow/models/dagparam}/index.html |   368 +-
 .../_api/airflow/models/dagpickle}/index.html      |   532 +-
 .../2.4.1/_api/airflow/models/dagrun/index.html    |  1670 +++
 .../_api/airflow/models/dagwarning}/index.html     |   649 +-
 .../2.4.1/_api/airflow/models/dataset/index.html   |  1669 +++
 .../airflow/models/db_callback_request}/index.html |   536 +-
 .../2.4.1/_api/airflow/models/errors}/index.html   |   527 +-
 .../_api/airflow/models/expandinput}/index.html    |   699 +-
 .../2.4.1/_api/airflow/models}/index.html          |   403 +-
 .../2.4.1/_api/airflow/models/log}/index.html      |   562 +-
 .../_api/airflow/models/mappedoperator/index.html  |  1960 +++
 .../2.4.1/_api/airflow/models/operator}/index.html |   372 +-
 .../2.4.1/_api/airflow/models/param}/index.html    |   732 +-
 .../2.4.1/_api/airflow/models/pool}/index.html     |   728 +-
 .../airflow/models/renderedtifields}/index.html    |   582 +-
 .../_api/airflow/models/serialized_dag}/index.html |   762 +-
 .../_api/airflow/models/skipmixin}/index.html      |   560 +-
 .../2.4.1/_api/airflow/models/slamiss}/index.html  |   556 +-
 .../2.4.1/_api/airflow/models/taskfail}/index.html |   567 +-
 .../_api/airflow/models/taskinstance/index.html    |  2401 ++++
 .../2.4.1/_api/airflow/models/tasklog}/index.html  |   528 +-
 .../2.4.1/_api/airflow/models/taskmap}/index.html  |   664 +-
 .../_api/airflow/models/taskmixin}/index.html      |   772 +-
 .../_api/airflow/models/taskreschedule}/index.html |   672 +-
 .../2.4.1/_api/airflow/models/trigger}/index.html  |   668 +-
 .../2.4.1/_api/airflow/models/variable}/index.html |   627 +-
 .../2.4.1/_api/airflow/models/xcom}/index.html     |   722 +-
 .../2.4.1/_api/airflow/models/xcom_arg}/index.html |   911 +-
 .../2.4.1/_api/airflow/operators/bash}/index.html  |   457 +-
 .../_api/airflow/operators/branch}/index.html      |   491 +-
 .../_api/airflow/operators/datetime}/index.html    |   361 +-
 .../2.4.1/_api/airflow/operators/email}/index.html |   348 +-
 .../2.4.1/_api/airflow/operators/empty}/index.html |   335 +-
 .../airflow/operators/generic_transfer}/index.html |   348 +-
 .../2.4.1/_api/airflow/operators}/index.html       |   309 +-
 .../_api/airflow/operators/latest_only}/index.html |   489 +-
 .../_api/airflow/operators/python}/index.html      |   878 +-
 .../_api/airflow/operators/smooth}/index.html      |   336 +-
 .../_api/airflow/operators/subdag}/index.html      |   537 +-
 .../airflow/operators/trigger_dagrun}/index.html   |   632 +-
 .../_api/airflow/operators/weekday}/index.html     |   527 +-
 .../_api/airflow/secrets/base_secrets}/index.html  |   495 +-
 .../secrets/environment_variables}/index.html      |   376 +-
 .../2.4.1/_api/airflow/secrets}/index.html         |   343 +-
 .../airflow/secrets/local_filesystem}/index.html   |   541 +-
 .../_api/airflow/secrets/metastore}/index.html     |   333 +-
 .../2.4.1/_api/airflow/sensors/base}/index.html    |   563 +-
 .../2.4.1/_api/airflow/sensors/bash}/index.html    |   333 +-
 .../_api/airflow/sensors/date_time}/index.html     |   385 +-
 .../_api/airflow/sensors/external_task}/index.html |   719 +-
 .../_api/airflow/sensors/filesystem}/index.html    |   331 +-
 .../2.4.1/_api/airflow/sensors}/index.html         |   336 +-
 .../2.4.1/_api/airflow/sensors/python}/index.html  |   334 +-
 .../_api/airflow/sensors/time_delta}/index.html    |   364 +-
 .../_api/airflow/sensors/time_sensor}/index.html   |   364 +-
 .../2.4.1/_api/airflow/sensors/weekday}/index.html |   364 +-
 .../_api/airflow/timetables/_cron}/index.html      |   253 +-
 .../2.4.1/_api/airflow/timetables/base}/index.html |   711 +-
 .../_api/airflow/timetables/events}/index.html     |   387 +-
 .../2.4.1/_api/airflow/timetables}/index.html      |   311 +-
 .../_api/airflow/timetables/interval}/index.html   |   539 +-
 .../_api/airflow/timetables/simple}/index.html     |   549 +-
 .../_api/airflow/timetables/trigger}/index.html    |   369 +-
 .../airflow/utils/dag_parsing_context}/index.html  |   318 +-
 .../{2.0.0 => 2.4.1}/_api/index.html               |     0
 .../{2.0.0 => 2.4.1}/_images/add-dag-tags.png      |   Bin
 .../{2.0.0 => 2.4.1}/_images/add-role.png          |   Bin
 .../{2.4.0 => 2.4.1}/_images/airflow_erd.svg       |     0
 .../{1.10.1 => 2.4.1}/_images/apache.jpg           |   Bin
 .../{2.1.0 => 2.4.1}/_images/arch-diag-basic.png   |   Bin
 .../_images/arch-diag-kubernetes.png               |   Bin
 .../_images/arch-diag-kubernetes2.png              |   Bin
 .../{2.0.0 => 2.4.1}/_images/arch-diag-logging.png |   Bin
 .../{2.1.0 => 2.4.1}/_images/basic-dag.png         |   Bin
 .../{1.10.10 => 2.4.1}/_images/branch_note.png     |   Bin
 .../_images/branch_with_trigger.png                |   Bin
 .../_images/branch_without_trigger.png             |   Bin
 .../{2.2.0 => 2.4.1}/_images/calendar.png          |   Bin
 .../{1.10.10 => 2.4.1}/_images/cli_completion.gif  |   Bin
 .../{2.2.0 => 2.4.1}/_images/code.png              |   Bin
 .../{2.0.0 => 2.4.1}/_images/connection_create.png |   Bin
 .../{2.0.0 => 2.4.1}/_images/connection_edit.png   |   Bin
 .../{2.0.0 => 2.4.1}/_images/context.png           |   Bin
 .../{2.1.0 => 2.4.1}/_images/dag_doc.png           |   Bin
 .../_images/dag_file_processing_diagram.png        |   Bin
 .../{2.0.1 => 2.4.1}/_images/dag_serialization.png |   Bin
 .../{1.10.11 => 2.4.1}/_images/dags-page-new.png   |   Bin
 .../{1.10.11 => 2.4.1}/_images/dags-page-old.png   |   Bin
 .../{2.0.0 => 2.4.1}/_images/dags.png              |   Bin
 .../_images/dataset-scheduled-dags.png             |   Bin
 .../{2.4.0 => 2.4.1}/_images/datasets.png          |   Bin
 .../default_instance_name_configuration.png        |   Bin
 .../{2.0.0 => 2.4.1}/_images/duration.png          |   Bin
 .../_images/edge_label_example.png                 |   Bin
 .../{2.3.0 => 2.4.1}/_images/email_connection.png  |   Bin
 .../example_instance_name_configuration.png        |   Bin
 .../_images/example_passing_conf.png               |   Bin
 .../{2.2.0 => 2.4.1}/_images/gantt.png             |   Bin
 .../{1.10.11 => 2.4.1}/_images/graph-view-new.png  |   Bin
 .../{1.10.11 => 2.4.1}/_images/graph-view-old.png  |   Bin
 .../{2.2.0 => 2.4.1}/_images/graph.png             |   Bin
 ...iz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.svg |     0
 ...iz-b490027b72c11b5405e4d1a0750779ebc458ebac.svg |     0
 .../{2.3.0 => 2.4.1}/_images/grid.png              |   Bin
 .../_images/grid_instance_details.png              |   Bin
 .../{2.3.0 => 2.4.1}/_images/grid_mapped_task.png  |   Bin
 .../{2.3.0 => 2.4.1}/_images/grid_run_details.png  |   Bin
 .../{2.3.0 => 2.4.1}/_images/grid_task_group.png   |   Bin
 .../_images/hello_world_graph_view.png             |   Bin
 .../_images/hello_world_grid_view.png              |   Bin
 .../{2.4.0 => 2.4.1}/_images/howto-owner-links.gif |   Bin
 .../{1.10.13 => 2.4.1}/_images/k8s-failed-pod.png  |   Bin
 .../{1.10.13 => 2.4.1}/_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.1}/_images/new-role.png          |   Bin
 .../_images/operator_extra_link.png                |   Bin
 .../_images/run_task_on_celery_executor.png        |   Bin
 .../{1.10.1 => 2.4.1}/_images/subdag_after.png     |   Bin
 .../{1.10.1 => 2.4.1}/_images/subdag_before.png    |   Bin
 .../{2.0.0 => 2.4.1}/_images/subdag_zoom.png       |   Bin
 .../{2.1.0 => 2.4.1}/_images/task_doc.png          |   Bin
 .../{2.0.0 => 2.4.1}/_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.1}/_images/tree-view-new.png   |   Bin
 .../{1.10.11 => 2.4.1}/_images/tree-view-old.png   |   Bin
 .../_images/tutorial-pipeline-1.png                |   Bin
 .../_images/tutorial-pipeline-2.png                |   Bin
 .../{2.2.0 => 2.4.1}/_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.1}/_images/variable_hidden.png   |   Bin
 .../{2.2.5 => 2.4.1}/_images/watcher.png           |   Bin
 .../example_dags/example_bash_operator.html}       |   325 +-
 .../example_branch_datetime_operator.html}         |   389 +-
 .../example_branch_day_of_week_operator.html}      |   346 +-
 .../example_dags/example_branch_labels.html}       |   294 +-
 .../example_dags/example_branch_operator.html}     |   351 +-
 .../example_branch_operator_decorator.html}        |   343 +-
 .../example_branch_python_dop_operator_3.html}     |   347 +-
 .../airflow/example_dags/example_complex.html}     |   644 +-
 .../airflow/example_dags/example_datasets.html}    |   414 +-
 .../example_external_task_marker_dag.html}         |   382 +-
 .../example_dags/example_kubernetes_executor.html} |   671 +-
 .../airflow/example_dags/example_latest_only.html} |   286 +-
 .../example_latest_only_with_trigger.html}         |   297 +-
 .../example_local_kubernetes_executor.html}        |   320 +-
 .../example_dags/example_nested_branch_dag.html}   |   341 +-
 .../example_passing_params_via_test_command.html}  |   371 +-
 .../example_dags/example_python_operator.html}     |   387 +-
 .../example_short_circuit_decorator.html}          |   345 +-
 .../example_short_circuit_operator.html}           |   346 +-
 .../airflow/example_dags/example_skip_dag.html}    |   350 +-
 .../example_dags/example_subdag_operator.html}     |   311 +-
 .../airflow/example_dags/example_task_group.html}  |   349 +-
 .../example_task_group_decorator.html}             |   364 +-
 .../example_time_delta_sensor_async.html}          |   290 +-
 .../example_trigger_controller_dag.html}           |   290 +-
 .../example_dags/example_trigger_target_dag.html}  |   304 +-
 .../airflow/example_dags/example_xcom.html}        |   378 +-
 .../airflow/example_dags/example_xcomargs.html}    |   351 +-
 .../airflow/example_dags/libs/helper.html}         |   271 +-
 .../airflow/example_dags/plugins/workday.html}     |   373 +-
 .../airflow/example_dags/subdags/subdag.html}      |   317 +-
 .../_modules/airflow/example_dags/tutorial.html}   |   411 +-
 .../airflow/example_dags/tutorial_dag.html}        |   420 +-
 .../example_dags/tutorial_taskflow_api.html}       |   391 +-
 .../tutorial_taskflow_api_virtualenv.html}         |   336 +-
 .../2.4.1/_modules/airflow/exceptions.html}        |   841 +-
 .../_modules/airflow/executors/base_executor.html} |   892 +-
 .../airflow/executors/celery_executor.html         |  1530 ++
 .../executors/celery_kubernetes_executor.html}     |   647 +-
 .../_modules/airflow/executors/dask_executor.html} |   424 +-
 .../airflow/executors/debug_executor.html}         |   432 +-
 .../airflow/executors/executor_constants.html}     |   275 +-
 .../airflow/executors/executor_loader.html}        |   444 +-
 .../airflow/executors/kubernetes_executor.html     |  1704 +++
 .../airflow/executors/local_executor.html}         |   890 +-
 .../executors/local_kubernetes_executor.html}      |   744 +-
 .../airflow/executors/sequential_executor.html}    |   362 +-
 .../2.4.1/_modules/airflow/hooks/base.html}        |   455 +-
 .../2.4.1/_modules/airflow/hooks/filesystem.html}  |   300 +-
 .../2.4.1/_modules/airflow/hooks/subprocess.html}  |   355 +-
 .../2.4.1/_modules/airflow/macros.html}            |   340 +-
 .../2.4.1/_modules/airflow/macros/hive.html}       |   392 +-
 .../_modules/airflow/models/abstractoperator.html  |  1379 ++
 .../2.4.1/_modules/airflow/models/base.html}       |   366 +-
 .../_modules/airflow/models/baseoperator.html      |  2644 ++++
 .../2.4.1/_modules/airflow/models/connection.html  |  1318 ++
 .../2.4.1/_modules/airflow/models/crypto.html}     |   373 +-
 .../2.4.1/_modules/airflow/models/dag.html         |  4376 ++++++
 .../2.4.1/_modules/airflow/models/dagbag.html      |  1552 +++
 .../2.4.1/_modules/airflow/models/dagcode.html}    |   630 +-
 .../2.4.1/_modules/airflow/models/dagpickle.html}  |   301 +-
 .../2.4.1/_modules/airflow/models/dagrun.html      |  2154 +++
 .../2.4.1/_modules/airflow/models/dagwarning.html} |   380 +-
 .../2.4.1/_modules/airflow/models/dataset.html}    |   865 +-
 .../airflow/models/db_callback_request.html}       |   340 +-
 .../2.4.1/_modules/airflow/models/errors.html}     |   285 +-
 .../_modules/airflow/models/expandinput.html}      |   751 +-
 .../2.4.1/_modules/airflow/models/log.html}        |   356 +-
 .../_modules/airflow/models/mappedoperator.html    |  1642 +++
 .../2.4.1/_modules/airflow/models/operator.html}   |   276 +-
 .../2.4.1/_modules/airflow/models/param.html}      |   686 +-
 .../2.4.1/_modules/airflow/models/pool.html}       |   727 +-
 .../_modules/airflow/models/renderedtifields.html} |   789 +-
 .../_modules/airflow/models/serialized_dag.html}   |   868 +-
 .../2.4.1/_modules/airflow/models/skipmixin.html}  |   481 +-
 .../2.4.1/_modules/airflow/models/slamiss.html}    |   331 +-
 .../2.4.1/_modules/airflow/models/taskfail.html}   |   369 +-
 .../_modules/airflow/models/taskinstance.html      |  3542 +++++
 .../2.4.1/_modules/airflow/models/tasklog.html}    |   292 +-
 .../2.4.1/_modules/airflow/models/taskmap.html}    |   396 +-
 .../2.4.1/_modules/airflow/models/taskmixin.html}  |   806 +-
 .../_modules/airflow/models/taskreschedule.html}   |   436 +-
 .../2.4.1/_modules/airflow/models/trigger.html}    |   488 +-
 .../2.4.1/_modules/airflow/models/variable.html}   |   807 +-
 .../2.4.1/_modules/airflow/models/xcom.html        |  1566 +++
 .../2.4.1/_modules/airflow/models/xcom_arg.html    |  1389 ++
 .../2.4.1/_modules/airflow/operators/bash.html}    |   488 +-
 .../2.4.1/_modules/airflow/operators/branch.html}  |   304 +-
 .../_modules/airflow/operators/datetime.html}      |   401 +-
 .../2.4.1/_modules/airflow/operators/email.html}   |   373 +-
 .../2.4.1/_modules/airflow/operators/empty.html}   |   284 +-
 .../airflow/operators/generic_transfer.html}       |   390 +-
 .../_modules/airflow/operators/latest_only.html}   |   366 +-
 .../2.4.1/_modules/airflow/operators/python.html   |  1635 +++
 .../2.4.1/_modules/airflow/operators/smooth.html}  |   286 +-
 .../2.4.1/_modules/airflow/operators/subdag.html}  |   662 +-
 .../airflow/operators/trigger_dagrun.html}         |   617 +-
 .../2.4.1/_modules/airflow/operators/weekday.html} |   407 +-
 .../2.4.1/_modules/airflow/secrets.html}           |   295 +-
 .../_modules/airflow/secrets/base_secrets.html}    |   437 +-
 .../airflow/secrets/environment_variables.html}    |   343 +-
 .../airflow/secrets/local_filesystem.html}         |   827 +-
 .../2.4.1/_modules/airflow/secrets/metastore.html} |   355 +-
 .../2.4.1/_modules/airflow/sensors/base.html}      |   721 +-
 .../2.4.1/_modules/airflow/sensors/bash.html}      |   370 +-
 .../2.4.1/_modules/airflow/sensors/date_time.html} |   381 +-
 .../_modules/airflow/sensors/external_task.html}   |   918 +-
 .../_modules/airflow/sensors/filesystem.html}      |   354 +-
 .../2.4.1/_modules/airflow/sensors/python.html}    |   356 +-
 .../_modules/airflow/sensors/time_delta.html}      |   344 +-
 .../_modules/airflow/sensors/time_sensor.html}     |   355 +-
 .../2.4.1/_modules/airflow/sensors/weekday.html}   |   396 +-
 .../2.4.1/_modules/airflow/timetables/_cron.html}  |   387 +-
 .../2.4.1/_modules/airflow/timetables/base.html}   |   495 +-
 .../2.4.1/_modules/airflow/timetables/events.html} |   401 +-
 .../_modules/airflow/timetables/interval.html}     |   767 +-
 .../2.4.1/_modules/airflow/timetables/simple.html} |   433 +-
 .../_modules/airflow/timetables/trigger.html}      |   384 +-
 .../airflow/utils/dag_parsing_context.html}        |   345 +-
 .../2.4.1}/_modules/index.html                     |   274 +-
 .../example_bash_operator/index.rst.txt            |     0
 .../example_branch_datetime_operator/index.rst.txt |     0
 .../index.rst.txt                                  |     0
 .../example_branch_labels/index.rst.txt            |     0
 .../example_branch_operator/index.rst.txt          |     0
 .../index.rst.txt                                  |     0
 .../index.rst.txt                                  |     0
 .../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        |     0
 .../index.rst.txt                                  |     0
 .../example_python_operator/index.rst.txt          |     0
 .../example_short_circuit_decorator/index.rst.txt  |     0
 .../example_short_circuit_operator/index.rst.txt   |     0
 .../example_dags/example_skip_dag/index.rst.txt    |     0
 .../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        |     0
 .../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        |     0
 .../tutorial_taskflow_api/index.rst.txt            |     0
 .../tutorial_taskflow_api_virtualenv/index.rst.txt |     0
 .../_sources/_api/airflow/exceptions/index.rst.txt |     0
 .../airflow/executors/base_executor/index.rst.txt  |     0
 .../executors/celery_executor/index.rst.txt        |     0
 .../celery_kubernetes_executor/index.rst.txt       |     0
 .../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        |     0
 .../_sources/_api/airflow/executors/index.rst.txt  |     0
 .../executors/kubernetes_executor/index.rst.txt    |     0
 .../airflow/executors/local_executor/index.rst.txt |     0
 .../local_kubernetes_executor/index.rst.txt        |     0
 .../executors/sequential_executor/index.rst.txt    |     0
 .../_sources/_api/airflow/hooks/base/index.rst.txt |     0
 .../_api/airflow/hooks/dbapi/index.rst.txt         |     0
 .../_api/airflow/hooks/filesystem/index.rst.txt    |     0
 .../_sources/_api/airflow/hooks/index.rst.txt      |     0
 .../_api/airflow/hooks/subprocess/index.rst.txt    |     0
 .../airflow/models/abstractoperator/index.rst.txt  |   311 +
 .../_api/airflow/models/base/index.rst.txt         |     0
 .../_api/airflow/models/baseoperator/index.rst.txt |     0
 .../_api/airflow/models/connection/index.rst.txt   |     0
 .../_api/airflow/models/crypto/index.rst.txt       |     0
 .../_sources/_api/airflow/models/dag/index.rst.txt |     0
 .../_api/airflow/models/dagbag/index.rst.txt       |     0
 .../_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       |     0
 .../_api/airflow/models/dagwarning/index.rst.txt   |     0
 .../_api/airflow/models/dataset/index.rst.txt      |     0
 .../models/db_callback_request/index.rst.txt       |     0
 .../_api/airflow/models/errors/index.rst.txt       |     0
 .../_api/airflow/models/expandinput/index.rst.txt  |     0
 .../_sources/_api/airflow/models/index.rst.txt     |     0
 .../_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         |     0
 .../airflow/models/renderedtifields/index.rst.txt  |     0
 .../airflow/models/serialized_dag/index.rst.txt    |     0
 .../_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 |     0
 .../_api/airflow/models/tasklog/index.rst.txt      |     0
 .../_api/airflow/models/taskmap/index.rst.txt      |     0
 .../_api/airflow/models/taskmixin/index.rst.txt    |     0
 .../airflow/models/taskreschedule/index.rst.txt    |     0
 .../_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     |   339 +
 .../_api/airflow/operators/bash/index.rst.txt      |     0
 .../_api/airflow/operators/branch/index.rst.txt    |     0
 .../_api/airflow/operators/datetime/index.rst.txt  |     0
 .../_api/airflow/operators/email/index.rst.txt     |     0
 .../_api/airflow/operators/empty/index.rst.txt     |     0
 .../operators/generic_transfer/index.rst.txt       |     0
 .../_sources/_api/airflow/operators/index.rst.txt  |     0
 .../airflow/operators/latest_only/index.rst.txt    |     0
 .../_api/airflow/operators/python/index.rst.txt    |     0
 .../_api/airflow/operators/smooth/index.rst.txt    |     0
 .../_api/airflow/operators/subdag/index.rst.txt    |     0
 .../airflow/operators/trigger_dagrun/index.rst.txt |     0
 .../_api/airflow/operators/weekday/index.rst.txt   |     0
 .../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        |     0
 .../_api/airflow/sensors/bash/index.rst.txt        |     0
 .../_api/airflow/sensors/date_time/index.rst.txt   |     0
 .../airflow/sensors/external_task/index.rst.txt    |     0
 .../_api/airflow/sensors/filesystem/index.rst.txt  |     0
 .../_sources/_api/airflow/sensors/index.rst.txt    |     0
 .../_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     |     0
 .../_api/airflow/timetables/_cron/index.rst.txt    |     0
 .../_api/airflow/timetables/base/index.rst.txt     |     0
 .../_api/airflow/timetables/events/index.rst.txt   |     0
 .../_sources/_api/airflow/timetables/index.rst.txt |     0
 .../_api/airflow/timetables/interval/index.rst.txt |     0
 .../_api/airflow/timetables/simple/index.rst.txt   |     0
 .../_api/airflow/timetables/trigger/index.rst.txt  |     0
 .../utils/dag_parsing_context/index.rst.txt        |     0
 .../_sources/best-practices.rst.txt                |     0
 .../_sources/cli-and-env-variables-ref.rst.txt     |     0
 .../_sources/concepts/cluster-policies.rst.txt     |     0
 .../_sources/concepts/connections.rst.txt          |     0
 .../_sources/concepts/dagfile-processing.rst.txt   |     0
 .../2.4.1/_sources/concepts/dags.rst.txt           |   832 ++
 .../2.4.1/_sources/concepts/datasets.rst.txt       |   199 +
 .../_sources/concepts/deferring.rst.txt            |     0
 .../_sources/concepts/dynamic-task-mapping.rst.txt |   436 +
 .../_sources/concepts/index.rst.txt                |     0
 .../2.4.1/_sources/concepts/operators.rst.txt      |   234 +
 .../_sources/concepts/overview.rst.txt             |     0
 .../_sources/concepts/params.rst.txt               |     0
 .../_sources/concepts/pools.rst.txt                |     0
 .../_sources/concepts/priority-weight.rst.txt      |     0
 .../_sources/concepts/scheduler.rst.txt            |     0
 .../_sources/concepts/sensors.rst.txt              |     0
 .../_sources/concepts/taskflow.rst.txt             |     0
 .../_sources/concepts/tasks.rst.txt                |     0
 .../_sources/concepts/timetable.rst.txt            |     0
 .../_sources/concepts/variables.rst.txt            |     0
 .../_sources/concepts/xcoms.rst.txt                |     0
 .../_sources/configurations-ref.rst.txt            |     0
 .../{2.4.0 => 2.4.1}/_sources/dag-run.rst.txt      |     0
 .../_sources/dag-serialization.rst.txt             |     0
 .../_sources/database-erd-ref.rst.txt              |     0
 .../_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
 .../_sources/executor/kubernetes.rst.txt           |     0
 .../_sources/executor/local.rst.txt                |     0
 .../_sources/executor/local_kubernetes.rst.txt     |     0
 .../_sources/executor/sequential.rst.txt           |     0
 .../_sources/extra-packages-ref.rst.txt            |     0
 .../{2.4.0 => 2.4.1}/_sources/faq.rst.txt          |     0
 .../_sources/howto/add-dag-tags.rst.txt            |     0
 .../2.4.1/_sources/howto/add-owner-links.rst.txt   |    50 +
 .../_sources/howto/connection.rst.txt              |     0
 .../_sources/howto/create-custom-decorator.rst.txt |     0
 .../_sources/howto/custom-operator.rst.txt         |     0
 .../_sources/howto/customize-ui.rst.txt            |     0
 .../_sources/howto/define_extra_link.rst.txt       |     0
 .../_sources/howto/docker-compose/index.rst.txt    |     0
 .../_sources/howto/dynamic-dag-generation.rst.txt  |     0
 .../_sources/howto/email-config.rst.txt            |     0
 .../_sources/howto/export-more-env-vars.rst.txt    |     0
 .../{2.4.0 => 2.4.1}/_sources/howto/index.rst.txt  |     0
 .../_sources/howto/operator/bash.rst.txt           |     0
 .../_sources/howto/operator/datetime.rst.txt       |     0
 .../howto/operator/external_task_sensor.rst.txt    |     0
 .../_sources/howto/operator/index.rst.txt          |     0
 .../2.4.1/_sources/howto/operator/python.rst.txt   |   194 +
 .../_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
 .../_sources/howto/set-up-database.rst.txt         |     0
 .../_sources/howto/timetable.rst.txt               |     0
 .../_sources/howto/use-test-config.rst.txt         |     0
 .../_sources/howto/variable.rst.txt                |     0
 .../{2.4.0 => 2.4.1}/_sources/index.rst.txt        |     0
 .../_sources/installation/dependencies.rst.txt     |     0
 .../_sources/installation/index.rst.txt            |     0
 .../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 +
 .../_sources/installation/upgrading.rst.txt        |     0
 .../{2.3.0 => 2.4.1}/_sources/integration.rst.txt  |     0
 .../{2.2.0 => 2.4.1}/_sources/kubernetes.rst.txt   |     0
 .../{1.10.10 => 2.4.1}/_sources/license.rst.txt    |     0
 .../{2.4.0 => 2.4.1}/_sources/lineage.rst.txt      |     0
 .../{2.3.0 => 2.4.1}/_sources/listeners.rst.txt    |     0
 .../_sources/logging-monitoring/callbacks.rst.txt  |     0
 .../logging-monitoring/check-health.rst.txt        |     0
 .../_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    |     0
 .../tracking-user-activity.rst.txt                 |     0
 .../_sources/migrations-ref.rst.txt                |     0
 .../_sources/modules_management.rst.txt            |     0
 .../_sources/operators-and-hooks-ref.rst.txt       |     0
 .../{2.3.3 => 2.4.1}/_sources/plugins.rst.txt      |     0
 .../_sources/privacy_notice.rst.txt                |     0
 .../_sources/production-deployment.rst.txt         |     0
 .../{2.4.0 => 2.4.1}/_sources/project.rst.txt      |     0
 .../_sources/python-api-ref.rst.txt                |     0
 .../_sources/release-process.rst.txt               |     0
 .../_sources/release_notes.rst.txt                 |     0
 .../_sources/security/access-control.rst.txt       |     0
 .../{2.3.0 => 2.4.1}/_sources/security/api.rst.txt |     0
 .../_sources/security/flower.rst.txt               |     0
 .../_sources/security/index.rst.txt                |     0
 .../_sources/security/kerberos.rst.txt             |     0
 .../_sources/security/secrets/fernet.rst.txt       |     0
 .../_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
 .../{2.4.0 => 2.4.1}/_sources/start.rst.txt        |     0
 .../_sources/templates-ref.rst.txt                 |     0
 .../{2.4.0 => 2.4.1}/_sources/timezone.rst.txt     |     0
 .../_sources/tutorial/fundamentals.rst.txt         |     0
 .../_sources/tutorial/index.rst.txt                |     0
 .../_sources/tutorial/pipeline.rst.txt             |     0
 .../_sources/tutorial/taskflow.rst.txt             |     0
 .../apache-airflow/2.4.1/_sources/ui.rst.txt       |   183 +
 .../_sources/upgrading-from-1-10/index.rst.txt     |     0
 .../upgrading-from-1-10/upgrade-check.rst.txt      |     0
 .../{2.4.0 => 2.4.1}/_sources/usage-cli.rst.txt    |     0
 .../apache-airflow/{2.4.0 => 2.4.1}/_specs/v1.yaml |     0
 .../2.4.1}/_static/_gen/css/main-custom.min.css    |     0
 .../2.4.1}/_static/_gen/css/main.min.css           |     0
 .../2.4.1}/_static/_gen/js/docs.js                 |     0
 .../_sphinx_javascript_frameworks_compat.js        |     0
 .../2.4.1}/_static/basic.css                       |     0
 .../2.4.1}/_static/check-solid.svg                 |     0
 .../2.4.1}/_static/clipboard.min.js                |     0
 .../2.4.1}/_static/copy-button.svg                 |     0
 .../2.4.1}/_static/copybutton.css                  |     0
 .../2.4.1}/_static/copybutton.js                   |     0
 .../2.4.1}/_static/copybutton_funcs.js             |     0
 .../2.4.1}/_static/doctools.js                     |     0
 .../2.4.1/_static/documentation_options.js         |    14 +
 .../{1.10.13 => 2.4.1}/_static/exampleinclude.css  |     0
 .../2.4.1}/_static/file.png                        |   Bin
 .../{2.3.4 => 2.4.1}/_static/gh-jira-links.js      |     0
 .../2.4.1}/_static/graphviz.css                    |     0
 .../2.4.1}/_static/jquery-3.6.0.js                 |     0
 .../2.4.1}/_static/jquery.js                       |     0
 .../2.4.1}/_static/language_data.js                |     0
 .../2.4.1}/_static/minus.png                       |   Bin
 .../2.4.1}/_static/pin_32.png                      |   Bin
 .../2.4.1}/_static/plus.png                        |   Bin
 .../2.4.1}/_static/pygments.css                    |     0
 .../{2.0.2 => 2.4.1}/_static/redoc.js              |     0
 .../2.4.1}/_static/searchtools.js                  |     0
 .../2.4.1}/_static/underscore-1.13.1.js            |     0
 .../2.4.1}/_static/underscore.js                   |     0
 .../apache-airflow/{2.2.0 => 2.4.1}/airflow.sh     |     0
 .../apache-airflow/2.4.1/best-practices.html       |  1739 +++
 .../2.4.1/build.rst}                               |    36 +-
 .../apache-airflow/{2.3.0 => 2.4.1}/changelog.html |     0
 .../2.4.1/cli-and-env-variables-ref.html           |  5399 ++++++++
 .../apache-airflow/stable => 2.4.1}/cli-ref.html   |     0
 .../apache-airflow/{2.1.0 => 2.4.1}/concepts.html  |     0
 .../2.4.1/concepts/cluster-policies.html}          |   428 +-
 .../2.4.1/concepts/connections.html}               |   334 +-
 .../2.4.1/concepts/dagfile-processing.html}        |   309 +-
 .../apache-airflow/2.4.1/concepts/dags.html        |  1891 +++
 .../2.4.1/concepts/datasets.html}                  |   455 +-
 .../2.4.1/concepts/deferring.html}                 |   579 +-
 .../2.4.1/concepts/dynamic-task-mapping.html}      |   785 +-
 .../2.4.1/concepts/index.html}                     |   462 +-
 .../2.4.1/concepts}/operators.html                 |   587 +-
 .../2.4.1/concepts/overview.html}                  |   367 +-
 .../2.4.1/concepts/params.html}                    |   421 +-
 .../2.4.1/concepts/pools.html}                     |   367 +-
 .../2.4.1/concepts/priority-weight.html}           |   342 +-
 .../2.4.1/concepts/scheduler.html}                 |   787 +-
 .../2.4.1/concepts/sensors.html}                   |   316 +-
 .../2.4.1/concepts/taskflow.html}                  |   375 +-
 .../2.4.1/concepts/tasks.html}                     |   672 +-
 .../2.4.1/concepts/timetable.html}                 |   596 +-
 .../2.4.1/concepts/variables.html}                 |   307 +-
 .../2.4.1/concepts/xcoms.html}                     |   360 +-
 .../apache-airflow/2.4.1/configurations-ref.html   |  8051 +++++++++++
 .../2.4.1/dag-run.html}                            |   618 +-
 .../2.4.1/dag-serialization.html}                  |   318 +-
 .../2.4.1/database-erd-ref.html}                   |   225 +-
 .../2.4.1/deprecated-rest-api-ref.html}            |   393 +-
 .../apache-airflow/2.4.1/docker-compose.yaml       |   278 +
 .../apache-airflow/stable => 2.4.1}/errors.html    |     0
 .../2.4.1/executor/celery.html}                    |   472 +-
 .../2.4.1/executor/celery_kubernetes.html}         |   291 +-
 .../2.4.1/executor/dask.html}                      |   293 +-
 .../2.4.1/executor/debug.html}                     |   296 +-
 .../2.4.1/executor/index.html}                     |   340 +-
 .../2.4.1/executor/kubernetes.html}                |   865 +-
 .../2.4.1/executor/local.html}                     |   295 +-
 .../2.4.1/executor/local_kubernetes.html}          |   276 +-
 .../2.4.1/executor/sequential.html}                |   273 +-
 .../2.4.1/extra-packages-ref.html}                 |  1104 +-
 .../index.html => apache-airflow/2.4.1/faq.html}   |  1252 +-
 docs-archive/apache-airflow/2.4.1/genindex.html    |  6086 ++++++++
 .../2.4.1/howto/add-dag-tags.html}                 |   294 +-
 .../stable => 2.4.1}/howto/add-new-role.html       |     0
 .../2.4.1/howto/add-owner-links.html}              |   305 +-
 .../stable => 2.4.1}/howto/check-health.html       |     0
 .../2.4.1/howto/connection.html}                   |   808 +-
 .../stable => 2.4.1}/howto/connection/index.html   |     0
 .../2.4.1/howto/create-custom-decorator.html}      |   622 +-
 .../2.4.1/howto/custom-operator.html}              |   650 +-
 .../howto/customize-dag-ui-page-instance-name.html |     0
 .../howto/customize-state-colors-ui.html           |     0
 .../2.4.1/howto/customize-ui.html}                 |   460 +-
 .../2.4.1/howto/define_extra_link.html}            |   435 +-
 .../2.4.1/howto/docker-compose}/index.html         |   876 +-
 .../2.4.1/howto/dynamic-dag-generation.html}       |   590 +-
 .../2.4.1/howto/email-config.html}                 |   444 +-
 .../2.4.1/howto/export-more-env-vars.html}         |   306 +-
 .../2.4.1/howto/index.html}                        |   432 +-
 .../howto/initialize-database.html                 |     0
 .../2.4.1/howto/operator/bash.html}                |   421 +-
 .../2.4.1/howto/operator/datetime.html}            |   420 +-
 .../stable => 2.4.1}/howto/operator/external.html  |     0
 .../howto/operator/external_task_sensor.html}      |   411 +-
 .../2.4.1/howto/operator}/index.html               |   371 +-
 .../2.4.1/howto/operator/python.html}              |   671 +-
 .../2.4.1/howto/operator/weekday.html}             |   354 +-
 .../2.4.1/howto/run-behind-proxy.html}             |   375 +-
 .../2.4.1/howto/run-with-systemd.html}             |   300 +-
 .../stable => 2.4.1}/howto/secure-connections.html |     0
 .../2.4.1/howto/set-config.html}                   |   390 +-
 .../2.4.1/howto/set-up-database.html}              |   594 +-
 .../2.4.1/howto/timetable.html}                    |   789 +-
 .../howto/tracking-user-activity.html              |     0
 .../howto/use-alternative-secrets-backend.html     |     0
 .../2.4.1/howto/use-test-config.html}              |   295 +-
 .../2.4.1/howto/variable.html}                     |   334 +-
 .../stable => 2.4.1}/howto/write-logs.html         |     0
 .../2.4.1/http-routingtable.html}                  |   318 +-
 .../2.4.1/index.html}                              |   322 +-
 .../{2.1.4 => 2.4.1}/installation.html             |     0
 .../2.4.1/installation/dependencies.html}          |   380 +-
 .../2.4.1/installation/index.html}                 |   690 +-
 .../2.4.1/installation/installing-from-pypi.html}  |   460 +-
 .../installation/installing-from-sources.html}     |   278 +-
 .../2.4.1/installation/prerequisites.html}         |   311 +-
 .../installation/setting-up-the-database.html}     |   283 +-
 .../2.4.1/installation/supported-versions.html}    |   349 +-
 .../2.4.1/installation/upgrading.html}             |   620 +-
 .../2.4.1/integration.html}                        |   224 +-
 .../2.4.1/kubernetes.html}                         |   282 +-
 .../2.4.1/license.html}                            |   531 +-
 .../2.4.1/lineage.html}                            |   307 +-
 .../2.4.1/listeners.html}                          |   230 +-
 .../2.4.1/logging-monitoring/callbacks.html}       |   349 +-
 .../2.4.1/logging-monitoring/check-health.html}    |   388 +-
 .../2.4.1/logging-monitoring/errors.html}          |   398 +-
 .../2.4.1/logging-monitoring}/index.html           |   270 +-
 .../logging-monitoring/logging-architecture.html}  |   271 +-
 .../2.4.1/logging-monitoring/logging-tasks.html}   |   394 +-
 .../2.4.1/logging-monitoring/metrics.html}         |   739 +-
 .../tracking-user-activity.html}                   |   276 +-
 .../{2.2.0 => 2.4.1}/macros-ref.html               |     0
 .../apache-airflow/stable => 2.4.1}/metrics.html   |     0
 .../2.4.1/migrations-ref.html}                     |  1145 +-
 .../2.4.1/modules_management.html}                 |   686 +-
 docs-archive/apache-airflow/2.4.1/objects.inv      |   Bin 0 -> 28532 bytes
 .../2.4.1/operators-and-hooks-ref.html}            |   369 +-
 .../_static/redoc.js                               |     0
 .../2.4.1/plugins.html}                            |   615 +-
 .../2.4.1/privacy_notice.html}                     |   277 +-
 .../2.4.1/production-deployment.html}              |   412 +-
 .../2.4.1/project.html}                            |   324 +-
 .../2.4.1/py-modindex.html}                        |  1062 +-
 .../2.4.1/python-api-ref.html}                     |   479 +-
 .../2.4.1/release-process.html}                    |   293 +-
 .../apache-airflow/2.4.1/release_notes.html        | 13843 +++++++++++++++++++
 .../{2.1.0 => 2.4.1}/rest-api-ref.html             |     0
 .../apache-airflow/{2.1.0 => 2.4.1}/scheduler.html |     0
 .../2.4.1/search.html}                             |   256 +-
 docs-archive/apache-airflow/2.4.1/searchindex.js   |     1 +
 .../apache-airflow/stable => 2.4.1}/security.html  |     0
 .../2.4.1/security/access-control.html}            |  1027 +-
 .../2.4.1/security/api.html}                       |   414 +-
 .../2.4.1/security/flower.html}                    |   326 +-
 .../2.4.1/security/index.html}                     |   330 +-
 .../2.4.1/security/kerberos.html}                  |   395 +-
 .../2.4.1/security/secrets/fernet.html}            |   337 +-
 .../2.4.1/security/secrets}/index.html             |   271 +-
 .../security/secrets/mask-sensitive-values.html}   |   342 +-
 .../security/secrets/secrets-backend}/index.html   |   393 +-
 .../local-filesystem-secrets-backend.html}         |   398 +-
 .../2.4.1/security/webserver.html}                 |   625 +-
 .../2.4.1/security/workload.html}                  |   294 +-
 .../stable => 2.4.1}/stable-rest-api-ref.html      |     0
 .../2.4.1/start.html}                              |   313 +-
 .../{2.4.0 => 2.4.1}/start/docker.html             |     0
 .../{2.4.0 => 2.4.1}/start/index.html              |     0
 .../{2.4.0 => 2.4.1}/start/local.html              |     0
 .../2.4.1/templates-ref.html}                      |   809 +-
 .../2.4.1/timezone.html}                           |   377 +-
 .../apache-airflow/{2.4.0 => 2.4.1}/tutorial.html  |     0
 .../2.4.1/tutorial/fundamentals.html}              |   994 +-
 .../2.4.1/tutorial}/index.html                     |   256 +-
 .../2.4.1/tutorial/pipeline.html}                  |   662 +-
 .../apache-airflow/2.4.1/tutorial/taskflow.html    |  1768 +++
 .../{2.4.0 => 2.4.1}/tutorial_taskflow_api.html    |     0
 .../2.4.1/ui.html}                                 |   358 +-
 .../{2.1.4 => 2.4.1}/upgrade-check.html            |     0
 .../2.4.1/upgrading-from-1-10/index.html           |  2292 +++
 .../2.4.1/upgrading-from-1-10/upgrade-check.html}  |   437 +-
 .../{2.1.4 => 2.4.1}/upgrading-to-2.html           |     0
 .../2.4.1/usage-cli.html}                          |   515 +-
 docs-archive/apache-airflow/stable.txt             |     2 +-
 docs-archive/docker-stack/_modules/index.html      |     1 +
 docs-archive/docker-stack/_sources/build.rst.txt   |    34 +-
 .../docker-stack/_sources/entrypoint.rst.txt       |    14 +-
 docs-archive/docker-stack/build-arg-ref.html       |     4 +-
 docs-archive/docker-stack/build.html               |    71 +-
 docs-archive/docker-stack/entrypoint.html          |    16 +-
 docs-archive/docker-stack/index.html               |    18 +-
 docs-archive/docker-stack/recipes.html             |     4 +-
 docs-archive/docker-stack/searchindex.js           |     2 +-
 .../site/content/en/announcements/_index.md        |     9 +
 landing-pages/site/content/en/ecosystem/_index.md  |     2 +
 782 files changed, 182794 insertions(+), 62529 deletions(-)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/.buildinfo (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_bash_operator}/index.html (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/example_dags/example_branch_datetime_operator}/index.html (65%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_branch_day_of_week_operator}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_branch_labels}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_branch_operator}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_branch_operator_decorator}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/example_dags/example_branch_python_dop_operator_3}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_complex}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_datasets}/index.html (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_external_task_marker_dag}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_kubernetes_executor}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_latest_only}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_latest_only_with_trigger}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_local_kubernetes_executor}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_nested_branch_dag}/index.html (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/example_dags/example_passing_params_via_test_command}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/example_dags/example_python_operator}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_short_circuit_decorator}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_short_circuit_operator}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/example_dags/example_skip_dag}/index.html (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_subdag_operator}/index.html (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_task_group}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/example_dags/example_task_group_decorator}/index.html (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_time_delta_sensor_async}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/example_trigger_controller_dag}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/example_dags/example_trigger_target_dag}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/example_dags/example_xcom}/index.html (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/example_dags/example_xcomargs}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags}/index.html (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/libs/helper}/index.html (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/libs}/index.html (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/plugins}/index.html (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/plugins/workday}/index.html (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/subdags}/index.html (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/subdags/subdag}/index.html (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/tutorial}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/tutorial_dag}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes => apache-airflow/2.4.1/_api/airflow/example_dags/tutorial_taskflow_api}/index.html (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/example_dags/tutorial_taskflow_api_virtualenv}/index.html (70%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_api/airflow/exceptions/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/executors/base_executor}/index.html (57%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/executors/celery_executor}/index.html (60%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/executors/celery_kubernetes_executor}/index.html (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/executors/dask_executor}/index.html (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/executors/debug_executor}/index.html (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/executors/executor_constants}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/executors/executor_loader}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/executors}/index.html (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/executors/kubernetes_executor}/index.html (60%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/executors/local_executor}/index.html (60%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/executors/local_kubernetes_executor}/index.html (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/executors/sequential_executor}/index.html (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/hooks/base}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/hooks/dbapi}/index.html (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/hooks/filesystem}/index.html (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/hooks}/index.html (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/hooks/subprocess}/index.html (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/abstractoperator}/index.html (50%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/models/base}/index.html (67%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_api/airflow/models/baseoperator/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/connection}/index.html (56%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/crypto}/index.html (67%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_api/airflow/models/dag/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/dagbag}/index.html (62%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/dagcode}/index.html (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/models/dagparam}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/dagpickle}/index.html (70%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_api/airflow/models/dagrun/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/dagwarning}/index.html (66%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_api/airflow/models/dataset/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/db_callback_request}/index.html (68%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/errors}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/expandinput}/index.html (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/models}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/log}/index.html (68%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_api/airflow/models/mappedoperator/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/models/operator}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod => apache-airflow/2.4.1/_api/airflow/models/param}/index.html (59%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/pool}/index.html (59%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/renderedtifields}/index.html (62%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/serialized_dag}/index.html (55%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/skipmixin}/index.html (68%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/slamiss}/index.html (68%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/taskfail}/index.html (67%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_api/airflow/models/taskinstance/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/tasklog}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/taskmap}/index.html (66%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/taskmixin}/index.html (57%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/taskreschedule}/index.html (63%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/trigger}/index.html (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/models/variable}/index.html (60%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/xcom}/index.html (60%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/models/xcom_arg}/index.html (51%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/operators/bash}/index.html (68%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/operators/branch}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/_api/airflow/operators/datetime}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/operators/email}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/operators/empty}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/operators/generic_transfer}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes => apache-airflow/2.4.1/_api/airflow/operators}/index.html (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/operators/latest_only}/index.html (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod => apache-airflow/2.4.1/_api/airflow/operators/python}/index.html (53%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/operators/smooth}/index.html (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/operators/subdag}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/operators/trigger_dagrun}/index.html (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/operators/weekday}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/secrets/base_secrets}/index.html (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/secrets/environment_variables}/index.html (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/secrets}/index.html (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/secrets/local_filesystem}/index.html (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/secrets/metastore}/index.html (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/base}/index.html (68%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/bash}/index.html (77%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/date_time}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/sensors/external_task}/index.html (62%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/filesystem}/index.html (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors}/index.html (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/python}/index.html (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/time_delta}/index.html (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/time_sensor}/index.html (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/sensors/weekday}/index.html (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/timetables/_cron}/index.html (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/_api/airflow/timetables/base}/index.html (63%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/timetables/events}/index.html (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/timetables}/index.html (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/timetables/interval}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes => apache-airflow/2.4.1/_api/airflow/timetables/simple}/index.html (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/timetables/trigger}/index.html (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/_api/airflow/utils/dag_parsing_context}/index.html (80%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_api/index.html (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/add-dag-tags.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/add-role.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/airflow_erd.svg (100%)
 copy docs-archive/apache-airflow/{1.10.1 => 2.4.1}/_images/apache.jpg (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_images/arch-diag-basic.png (100%)
 copy docs-archive/apache-airflow/{1.10.13 => 2.4.1}/_images/arch-diag-kubernetes.png (100%)
 copy docs-archive/apache-airflow/{1.10.13 => 2.4.1}/_images/arch-diag-kubernetes2.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/arch-diag-logging.png (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_images/basic-dag.png (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_images/branch_note.png (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_images/branch_with_trigger.png (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_images/branch_without_trigger.png (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_images/calendar.png (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_images/cli_completion.gif (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_images/code.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/connection_create.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/connection_edit.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/context.png (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_images/dag_doc.png (100%)
 copy docs-archive/apache-airflow/{2.2.3 => 2.4.1}/_images/dag_file_processing_diagram.png (100%)
 copy docs-archive/apache-airflow/{2.0.1 => 2.4.1}/_images/dag_serialization.png (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_images/dags-page-new.png (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_images/dags-page-old.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/dags.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/dataset-scheduled-dags.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/datasets.png (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_images/default_instance_name_configuration.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/duration.png (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_images/edge_label_example.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/email_connection.png (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_images/example_instance_name_configuration.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/example_passing_conf.png (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_images/gantt.png (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_images/graph-view-new.png (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_images/graph-view-old.png (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_images/graph.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/graphviz-91fd3ca4f3dc01a69b3f84fbcd6b5c7975945ba4.svg (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/graphviz-b490027b72c11b5405e4d1a0750779ebc458ebac.svg (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/grid.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/grid_instance_details.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/grid_mapped_task.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/grid_run_details.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/grid_task_group.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/hello_world_graph_view.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/hello_world_grid_view.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/howto-owner-links.gif (100%)
 copy docs-archive/apache-airflow/{1.10.13 => 2.4.1}/_images/k8s-failed-pod.png (100%)
 copy docs-archive/apache-airflow/{1.10.13 => 2.4.1}/_images/k8s-happy-path.png (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_images/latest_only_with_trigger.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/mapping-simple-graph.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/mapping-simple-grid.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/new-role.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/operator_extra_link.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/run_task_on_celery_executor.png (100%)
 copy docs-archive/apache-airflow/{1.10.1 => 2.4.1}/_images/subdag_after.png (100%)
 copy docs-archive/apache-airflow/{1.10.1 => 2.4.1}/_images/subdag_before.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/subdag_zoom.png (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_images/task_doc.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/task_group.gif (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_images/task_lifecycle_diagram.png (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_images/task_manual_vs_scheduled.png (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_images/template_field_renderer_path.png (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_images/tree-view-new.png (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_images/tree-view-old.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/tutorial-pipeline-1.png (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_images/tutorial-pipeline-2.png (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_images/ui-alert-message.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/ui-timezone-chooser.png (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_images/usage_cli_export.png (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_images/usage_cli_imgcat.png (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_images/variable_hidden.png (100%)
 copy docs-archive/apache-airflow/{2.2.5 => 2.4.1}/_images/watcher.png (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_bash_operator.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_branch_datetime_operator.html} (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_branch_day_of_week_operator.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_branch_labels.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_branch_operator.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_branch_operator_decorator.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_branch_python_dop_operator_3.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_complex.html} (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_datasets.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_external_task_marker_dag.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_kubernetes_executor.html} (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_latest_only.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_latest_only_with_trigger.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_local_kubernetes_executor.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_nested_branch_dag.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_passing_params_via_test_command.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_python_operator.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_short_circuit_decorator.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_short_circuit_operator.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_skip_dag.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_subdag_operator.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_task_group.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_task_group_decorator.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_time_delta_sensor_async.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_trigger_controller_dag.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_trigger_target_dag.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_xcom.html} (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/example_xcomargs.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/libs/helper.html} (86%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/plugins/workday.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/subdags/subdag.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/tutorial.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/tutorial_dag.html} (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/tutorial_taskflow_api.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/example_dags/tutorial_taskflow_api_virtualenv.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod/index.html => apache-airflow/2.4.1/_modules/airflow/exceptions.html} (56%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod/index.html => apache-airflow/2.4.1/_modules/airflow/executors/base_executor.html} (53%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/executors/celery_executor.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/executors/celery_kubernetes_executor.html} (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/executors/dask_executor.html} (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/executors/debug_executor.html} (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/executors/executor_constants.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/executors/executor_loader.html} (72%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/executors/kubernetes_executor.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod/index.html => apache-airflow/2.4.1/_modules/airflow/executors/local_executor.html} (54%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager/index.html => apache-airflow/2.4.1/_modules/airflow/executors/local_kubernetes_executor.html} (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/executors/sequential_executor.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/hooks/base.html} (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/hooks/filesystem.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/hooks/subprocess.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/_modules/airflow/macros.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/macros/hive.html} (76%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/abstractoperator.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/base.html} (79%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/baseoperator.html
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/connection.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/crypto.html} (80%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/dag.html
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/dagbag.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/dagcode.html} (66%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/dagpickle.html} (82%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/dagrun.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/dagwarning.html} (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager/index.html => apache-airflow/2.4.1/_modules/airflow/models/dataset.html} (53%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/db_callback_request.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/errors.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager/index.html => apache-airflow/2.4.1/_modules/airflow/models/expandinput.html} (60%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/log.html} (78%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/mappedoperator.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/operator.html} (86%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/param.html} (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/pool.html} (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager/index.html => apache-airflow/2.4.1/_modules/airflow/models/renderedtifields.html} (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod/index.html => apache-airflow/2.4.1/_modules/airflow/models/serialized_dag.html} (53%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/skipmixin.html} (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/slamiss.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/taskfail.html} (77%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/taskinstance.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/tasklog.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/taskmap.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager/index.html => apache-airflow/2.4.1/_modules/airflow/models/taskmixin.html} (59%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/taskreschedule.html} (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/models/trigger.html} (65%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager/index.html => apache-airflow/2.4.1/_modules/airflow/models/variable.html} (62%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/xcom.html
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/models/xcom_arg.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/bash.html} (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/branch.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/datetime.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/email.html} (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/empty.html} (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/generic_transfer.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/latest_only.html} (79%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_modules/airflow/operators/python.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/smooth.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/subdag.html} (63%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/trigger_dagrun.html} (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/operators/weekday.html} (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/_modules/airflow/secrets.html} (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/secrets/base_secrets.html} (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/secrets/environment_variables.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod/index.html => apache-airflow/2.4.1/_modules/airflow/secrets/local_filesystem.html} (58%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/secrets/metastore.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/base.html} (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/bash.html} (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/date_time.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/external_task.html} (52%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/filesystem.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/python.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/time_delta.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/time_sensor.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/sensors/weekday.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/timetables/_cron.html} (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/timetables/base.html} (70%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/timetables/events.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager/index.html => apache-airflow/2.4.1/_modules/airflow/timetables/interval.html} (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/timetables/simple.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/timetables/trigger.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/_modules/airflow/utils/dag_parsing_context.html} (81%)
 copy docs-archive/{docker-stack => apache-airflow/2.4.1}/_modules/index.html (79%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_bash_operator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/example_branch_datetime_operator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_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.1}/_sources/_api/airflow/example_dags/example_branch_labels/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_branch_operator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/example_branch_operator_decorator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/example_branch_python_dop_operator_3/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_complex/index.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/_api/airflow/example_dags/example_datasets/index.rst.txt
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_external_task_marker_dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_kubernetes_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_latest_only/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_latest_only_with_trigger/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_local_kubernetes_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/example_nested_branch_dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_passing_params_via_test_command/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/example_python_operator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/example_short_circuit_decorator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_short_circuit_operator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/example_skip_dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_subdag_operator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_task_group/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_task_group_decorator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_time_delta_sensor_async/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_trigger_controller_dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_trigger_target_dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_xcom/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/example_xcomargs/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/libs/helper/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/libs/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/plugins/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/example_dags/plugins/workday/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/subdags/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/subdags/subdag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/_api/airflow/example_dags/tutorial/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/tutorial_dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/tutorial_taskflow_api/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/example_dags/tutorial_taskflow_api_virtualenv/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/exceptions/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/executors/base_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/executors/celery_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/executors/celery_kubernetes_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/executors/dask_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/executors/debug_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/_api/airflow/executors/executor_constants/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/executors/executor_loader/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/_api/airflow/executors/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/executors/kubernetes_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/executors/local_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/executors/local_kubernetes_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/executors/sequential_executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/hooks/base/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/hooks/dbapi/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/hooks/filesystem/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/hooks/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/hooks/subprocess/index.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/_api/airflow/models/abstractoperator/index.rst.txt
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/base/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/baseoperator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/connection/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/crypto/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/dagbag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/dagcode/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.4 => 2.4.1}/_sources/_api/airflow/models/dagparam/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.4 => 2.4.1}/_sources/_api/airflow/models/dagpickle/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/dagrun/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/dagwarning/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/dataset/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/db_callback_request/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.4 => 2.4.1}/_sources/_api/airflow/models/errors/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/expandinput/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/_api/airflow/models/log/index.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/_api/airflow/models/mappedoperator/index.rst.txt
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/_api/airflow/models/operator/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/param/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/pool/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/renderedtifields/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/serialized_dag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/skipmixin/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/slamiss/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/taskfail/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/taskinstance/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/tasklog/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/taskmap/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/taskmixin/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/models/taskreschedule/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/trigger/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/variable/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/models/xcom/index.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/_api/airflow/models/xcom_arg/index.rst.txt
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/operators/bash/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/operators/branch/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/operators/datetime/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/operators/email/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/operators/empty/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/operators/generic_transfer/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/operators/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/operators/latest_only/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/operators/python/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/operators/smooth/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/operators/subdag/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/operators/trigger_dagrun/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/operators/weekday/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/secrets/base_secrets/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/secrets/environment_variables/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.4 => 2.4.1}/_sources/_api/airflow/secrets/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/secrets/local_filesystem/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/secrets/metastore/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/sensors/base/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/sensors/bash/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/sensors/date_time/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/sensors/external_task/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/sensors/filesystem/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/sensors/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/sensors/python/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/sensors/time_delta/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/sensors/time_sensor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/sensors/weekday/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/timetables/_cron/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/timetables/base/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_sources/_api/airflow/timetables/events/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/timetables/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/timetables/interval/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/timetables/simple/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/timetables/trigger/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/_api/airflow/utils/dag_parsing_context/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/best-practices.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/cli-and-env-variables-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/cluster-policies.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/concepts/connections.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/concepts/dagfile-processing.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/concepts/dags.rst.txt
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/concepts/datasets.rst.txt
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/deferring.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/concepts/dynamic-task-mapping.rst.txt
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/index.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/concepts/operators.rst.txt
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/overview.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/concepts/params.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.4 => 2.4.1}/_sources/concepts/pools.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/concepts/priority-weight.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/scheduler.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/sensors.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/taskflow.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/tasks.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/concepts/timetable.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_sources/concepts/variables.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.4 => 2.4.1}/_sources/concepts/xcoms.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/configurations-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/dag-run.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/dag-serialization.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/database-erd-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/deprecated-rest-api-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/executor/celery.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.0.1 => 2.4.1}/_sources/executor/celery_kubernetes.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/executor/dask.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/executor/debug.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/executor/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/executor/kubernetes.rst.txt (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_sources/executor/local.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/executor/local_kubernetes.rst.txt (100%)
 copy docs-archive/apache-airflow/{1.10.11 => 2.4.1}/_sources/executor/sequential.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/extra-packages-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/faq.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/add-dag-tags.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/howto/add-owner-links.rst.txt
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/connection.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/create-custom-decorator.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/custom-operator.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/howto/customize-ui.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/howto/define_extra_link.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/docker-compose/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/dynamic-dag-generation.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/howto/email-config.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/howto/export-more-env-vars.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/howto/operator/bash.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/operator/datetime.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/operator/external_task_sensor.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_sources/howto/operator/index.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/howto/operator/python.rst.txt
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_sources/howto/operator/weekday.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.1 => 2.4.1}/_sources/howto/run-behind-proxy.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_sources/howto/run-with-systemd.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/howto/set-config.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/set-up-database.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/howto/timetable.rst.txt (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_sources/howto/use-test-config.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.4 => 2.4.1}/_sources/howto/variable.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/installation/dependencies.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/installation/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/installation/installing-from-pypi.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/installation/installing-from-sources.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/installation/prerequisites.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.2 => 2.4.1}/_sources/installation/setting-up-the-database.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/installation/supported-versions.rst.txt
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/installation/upgrading.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/integration.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/kubernetes.rst.txt (100%)
 copy docs-archive/apache-airflow/{1.10.10 => 2.4.1}/_sources/license.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/lineage.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/listeners.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/logging-monitoring/callbacks.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/logging-monitoring/check-health.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/logging-monitoring/errors.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.1 => 2.4.1}/_sources/logging-monitoring/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_sources/logging-monitoring/logging-architecture.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/logging-monitoring/logging-tasks.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/logging-monitoring/metrics.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/logging-monitoring/tracking-user-activity.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/migrations-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/modules_management.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/operators-and-hooks-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/plugins.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/privacy_notice.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/production-deployment.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/project.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/python-api-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/release-process.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/release_notes.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.1 => 2.4.1}/_sources/security/access-control.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/security/api.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/security/flower.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.1.4 => 2.4.1}/_sources/security/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/security/kerberos.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/security/secrets/fernet.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/security/secrets/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/security/secrets/mask-sensitive-values.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/_sources/security/secrets/secrets-backend/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.0.0 => 2.4.1}/_sources/security/secrets/secrets-backend/local-filesystem-secrets-backend.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.3.3 => 2.4.1}/_sources/security/webserver.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/security/workload.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/_sources/stable-rest-api-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/start.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/templates-ref.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/timezone.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/tutorial/fundamentals.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/tutorial/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/tutorial/pipeline.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/tutorial/taskflow.rst.txt (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_sources/ui.rst.txt
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/upgrading-from-1-10/index.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/_sources/upgrading-from-1-10/upgrade-check.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_sources/usage-cli.rst.txt (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/_specs/v1.yaml (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/_gen/css/main-custom.min.css (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/_gen/css/main.min.css (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/_gen/js/docs.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/_sphinx_javascript_frameworks_compat.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/basic.css (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.0 => apache-airflow/2.4.1}/_static/check-solid.svg (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.0 => apache-airflow/2.4.1}/_static/clipboard.min.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 => apache-airflow/2.4.1}/_static/copy-button.svg (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 => apache-airflow/2.4.1}/_static/copybutton.css (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 => apache-airflow/2.4.1}/_static/copybutton.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.0 => apache-airflow/2.4.1}/_static/copybutton_funcs.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/doctools.js (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/_static/documentation_options.js
 copy docs-archive/apache-airflow/{1.10.13 => 2.4.1}/_static/exampleinclude.css (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 => apache-airflow/2.4.1}/_static/file.png (100%)
 copy docs-archive/apache-airflow/{2.3.4 => 2.4.1}/_static/gh-jira-links.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 => apache-airflow/2.4.1}/_static/graphviz.css (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/jquery-3.6.0.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/jquery.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/language_data.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 => apache-airflow/2.4.1}/_static/minus.png (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 => apache-airflow/2.4.1}/_static/pin_32.png (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/1.0.0 => apache-airflow/2.4.1}/_static/plus.png (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 => apache-airflow/2.4.1}/_static/pygments.css (100%)
 copy docs-archive/apache-airflow/{2.0.2 => 2.4.1}/_static/redoc.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/3.1.0 => apache-airflow/2.4.1}/_static/searchtools.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 => apache-airflow/2.4.1}/_static/underscore-1.13.1.js (100%)
 copy docs-archive/{apache-airflow-providers-airbyte/2.1.1 => apache-airflow/2.4.1}/_static/underscore.js (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/airflow.sh (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/best-practices.html
 copy docs-archive/{docker-stack/_sources/build.rst.txt => apache-airflow/2.4.1/build.rst} (97%)
 copy docs-archive/apache-airflow/{2.3.0 => 2.4.1}/changelog.html (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/cli-and-env-variables-ref.html
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/cli-ref.html (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/concepts.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/concepts/cluster-policies.html} (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/concepts/connections.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/concepts/dagfile-processing.html} (81%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/concepts/dags.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/concepts/datasets.html} (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/hooks/kubernetes/index.html => apache-airflow/2.4.1/concepts/deferring.html} (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/concepts/dynamic-task-mapping.html} (55%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/concepts/index.html} (75%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0 => apache-airflow/2.4.1/concepts}/operators.html (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/concepts/overview.html} (77%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/concepts/params.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/concepts/pools.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/concepts/priority-weight.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/concepts/scheduler.html} (62%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/concepts/sensors.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/concepts/taskflow.html} (77%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/concepts/tasks.html} (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/concepts/timetable.html} (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/concepts/variables.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/concepts/xcoms.html} (76%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/configurations-ref.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/dag-run.html} (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/dag-serialization.html} (82%)
 copy docs-archive/{docker-stack/index.html => apache-airflow/2.4.1/database-erd-ref.html} (87%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/deprecated-rest-api-ref.html} (75%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/docker-compose.yaml
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/errors.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/executor/celery.html} (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/executor/celery_kubernetes.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/executor/dask.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/executor/debug.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/executor/index.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/executor/kubernetes.html} (52%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/executor/local.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/executor/local_kubernetes.html} (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/executor/sequential.html} (85%)
 copy docs-archive/{docker-stack/build-arg-ref.html => apache-airflow/2.4.1/extra-packages-ref.html} (62%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/index.html => apache-airflow/2.4.1/faq.html} (56%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/genindex.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/howto/add-dag-tags.html} (82%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/add-new-role.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/howto/add-owner-links.html} (81%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/check-health.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/howto/connection.html} (57%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/connection/index.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/howto/create-custom-decorator.html} (66%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/howto/custom-operator.html} (64%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/howto/customize-dag-ui-page-instance-name.html (100%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/howto/customize-state-colors-ui.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/howto/customize-ui.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/howto/define_extra_link.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/utils/pod_manager => apache-airflow/2.4.1/howto/docker-compose}/index.html (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/howto/dynamic-dag-generation.html} (68%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/howto/email-config.html} (72%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/howto/export-more-env-vars.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/howto/index.html} (75%)
 copy docs-archive/apache-airflow/{2.0.1 => 2.4.1}/howto/initialize-database.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/howto/operator/bash.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/howto/operator/datetime.html} (71%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/operator/external.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/howto/operator/external_task_sensor.html} (74%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes => apache-airflow/2.4.1/howto/operator}/index.html (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/howto/operator/python.html} (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/howto/operator/weekday.html} (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/howto/run-behind-proxy.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/howto/run-with-systemd.html} (81%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/secure-connections.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/howto/set-config.html} (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/howto/set-up-database.html} (61%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/howto/timetable.html} (53%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/tracking-user-activity.html (100%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/use-alternative-secrets-backend.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/howto/use-test-config.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/howto/variable.html} (79%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/howto/write-logs.html (100%)
 copy docs-archive/{docker-stack/index.html => apache-airflow/2.4.1/http-routingtable.html} (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/index.html} (82%)
 copy docs-archive/apache-airflow/{2.1.4 => 2.4.1}/installation.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/installation/dependencies.html} (79%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/installation/index.html} (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/installation/installing-from-pypi.html} (69%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/installation/installing-from-sources.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/installation/prerequisites.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/installation/setting-up-the-database.html} (83%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/installation/supported-versions.html} (81%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/installation/upgrading.html} (63%)
 copy docs-archive/{docker-stack/index.html => apache-airflow/2.4.1/integration.html} (86%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/kubernetes.html} (86%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/license.html} (59%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/lineage.html} (80%)
 copy docs-archive/{docker-stack/index.html => apache-airflow/2.4.1/listeners.html} (86%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/logging-monitoring/callbacks.html} (80%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/logging-monitoring/check-health.html} (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/logging-monitoring/errors.html} (78%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/logging-monitoring}/index.html (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/logging-monitoring/logging-architecture.html} (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/logging-monitoring/logging-tasks.html} (76%)
 copy docs-archive/{docker-stack/build-arg-ref.html => apache-airflow/2.4.1/logging-monitoring/metrics.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/logging-monitoring/tracking-user-activity.html} (84%)
 copy docs-archive/apache-airflow/{2.2.0 => 2.4.1}/macros-ref.html (100%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/metrics.html (100%)
 copy docs-archive/{docker-stack/build-arg-ref.html => apache-airflow/2.4.1/migrations-ref.html} (58%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/modules_management.html} (66%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/objects.inv
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/operators-and-hooks-ref.html} (81%)
 copy docs-archive/apache-airflow/{2.0.2 => 2.4.1}/output-spelling-results-apache-airflow/_static/redoc.js (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/plugins.html} (71%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/privacy_notice.html} (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/production-deployment.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/project.html} (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/py-modindex.html} (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/python-api-ref.html} (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/release-process.html} (84%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/release_notes.html
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/rest-api-ref.html (100%)
 copy docs-archive/apache-airflow/{2.1.0 => 2.4.1}/scheduler.html (100%)
 copy docs-archive/{docker-stack/index.html => apache-airflow/2.4.1/search.html} (88%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/searchindex.js
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/security.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/security/access-control.html} (59%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/security/api.html} (76%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/security/flower.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/security/index.html} (84%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/security/kerberos.html} (77%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html => apache-airflow/2.4.1/security/secrets/fernet.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes => apache-airflow/2.4.1/security/secrets}/index.html (85%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html => apache-airflow/2.4.1/security/secrets/mask-sensitive-values.html} (82%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes => apache-airflow/2.4.1/security/secrets/secrets-backend}/index.html (77%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/decorators/kubernetes/index.html => apache-airflow/2.4.1/security/secrets/secrets-backend/local-filesystem-secrets-backend.html} (73%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/security/webserver.html} (67%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script/index.html => apache-airflow/2.4.1/security/workload.html} (84%)
 copy docs-archive/apache-airflow/{2.0.0/apache-airflow/stable => 2.4.1}/stable-rest-api-ref.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/start.html} (83%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/start/docker.html (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/start/index.html (100%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/start/local.html (100%)
 copy docs-archive/{docker-stack/build-arg-ref.html => apache-airflow/2.4.1/templates-ref.html} (64%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/timezone.html} (75%)
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/tutorial.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/tutorial/fundamentals.html} (55%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/_api/airflow/providers/cncf/kubernetes/python_kubernetes_script => apache-airflow/2.4.1/tutorial}/index.html (87%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/operators.html => apache-airflow/2.4.1/tutorial/pipeline.html} (66%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/tutorial/taskflow.html
 copy docs-archive/apache-airflow/{2.4.0 => 2.4.1}/tutorial_taskflow_api.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/ui.html} (82%)
 copy docs-archive/apache-airflow/{2.1.4 => 2.4.1}/upgrade-check.html (100%)
 create mode 100644 docs-archive/apache-airflow/2.4.1/upgrading-from-1-10/index.html
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/upgrading-from-1-10/upgrade-check.html} (74%)
 copy docs-archive/apache-airflow/{2.1.4 => 2.4.1}/upgrading-to-2.html (100%)
 copy docs-archive/{apache-airflow-providers-cncf-kubernetes/4.4.0/installing-providers-from-sources.html => apache-airflow/2.4.1/usage-cli.html} (65%)