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

gopidesu pushed a change to branch fix-all-doc-changes
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git


 discard d6525822 Fixing all docs scp issues
     new 6a1d8e08 Fixing all docs scp issues

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   (d6525822)
            \
             N -- N -- N   refs/heads/fix-all-doc-changes (6a1d8e08)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/apache-airflow/2.7.0/.buildinfo               |     4 +
 .../2.7.0/_api/airflow/decorators/base/index.html  |  1385 ++
 .../airflow/decorators/branch_python/index.html    |  1027 ++
 .../airflow/decorators/external_python/index.html  |   964 ++
 .../2.7.0/_api/airflow/decorators/index.html       |  1184 ++
 .../_api/airflow/decorators/python/index.html      |  1024 ++
 .../decorators/python_virtualenv/index.html        |   964 ++
 .../_api/airflow/decorators/sensor/index.html      |  1098 ++
 .../airflow/decorators/setup_teardown/index.html   |  1104 ++
 .../airflow/decorators/short_circuit/index.html    |   964 ++
 .../_api/airflow/decorators/task_group/index.html  |  1078 ++
 .../example_dags/example_bash_operator/index.html  |  1059 ++
 .../example_branch_datetime_operator/index.html    |  1140 ++
 .../example_branch_day_of_week_operator/index.html |  1051 ++
 .../example_dags/example_branch_labels/index.html  |  1051 ++
 .../example_branch_operator/index.html             |  1051 ++
 .../example_branch_operator_decorator/index.html   |  1051 ++
 .../index.html                                     |  1112 ++
 .../example_dags/example_complex/index.html        |  1051 ++
 .../example_dags/example_datasets/index.html       |  1071 ++
 .../example_dynamic_task_mapping/index.html        |  1076 ++
 .../index.html                                     |  1156 ++
 .../example_external_task_marker_dag/index.html    |  1080 ++
 .../example_kubernetes_executor/index.html         |  1067 ++
 .../example_dags/example_latest_only/index.html    |  1051 ++
 .../example_latest_only_with_trigger/index.html    |  1051 ++
 .../example_local_kubernetes_executor/index.html   |  1083 ++
 .../example_nested_branch_dag/index.html           |  1078 ++
 .../example_params_trigger_ui/index.html           |  1077 ++
 .../example_params_ui_tutorial/index.html          |  1078 ++
 .../index.html                                     |  1116 ++
 .../example_python_operator/index.html             |  1134 ++
 .../example_sensor_decorator/index.html            |  1099 ++
 .../example_dags/example_sensors/index.html        |  1109 ++
 .../example_dags/example_setup_teardown/index.html |  1051 ++
 .../example_setup_teardown_taskflow/index.html     |  1074 ++
 .../example_short_circuit_decorator/index.html     |  1099 ++
 .../example_short_circuit_operator/index.html      |  1051 ++
 .../example_dags/example_skip_dag/index.html       |  1140 ++
 .../example_subdag_operator/index.html             |  1059 ++
 .../example_dags/example_task_group/index.html     |  1051 ++
 .../example_task_group_decorator/index.html        |  1170 ++
 .../example_time_delta_sensor_async/index.html     |  1052 ++
 .../example_trigger_controller_dag/index.html      |  1053 ++
 .../example_trigger_target_dag/index.html          |  1107 ++
 .../airflow/example_dags/example_xcom/index.html   |  1157 ++
 .../example_dags/example_xcomargs/index.html       |  1123 ++
 .../2.7.0/_api/airflow/example_dags/index.html     |  1104 ++
 .../airflow/example_dags/libs/helper/index.html    |  1013 ++
 .../_api/airflow/example_dags/libs/index.html      |   973 ++
 .../example_dags/plugins/event_listener/index.html |  1099 ++
 .../_api/airflow/example_dags/plugins/index.html   |   979 ++
 .../plugins/listener_plugin/index.html             |  1041 ++
 .../example_dags/plugins/workday/index.html        |  1150 ++
 .../_api/airflow/example_dags/subdags/index.html   |   973 ++
 .../airflow/example_dags/subdags/subdag/index.html |  1030 ++
 .../_api/airflow/example_dags/tutorial/index.html  |  1053 ++
 .../airflow/example_dags/tutorial_dag/index.html   |  1075 ++
 .../example_dags/tutorial_taskflow_api/index.html  |  1079 ++
 .../tutorial_taskflow_api_virtualenv/index.html    |  1101 ++
 .../2.7.0/_api/airflow/exceptions/index.html       |  1785 +++
 .../2.7.0/_api/airflow/hooks/base/index.html       |  1236 ++
 .../2.7.0/_api/airflow/hooks/dbapi/index.html      |   945 ++
 .../2.7.0/_api/airflow/hooks/filesystem/index.html |  1037 ++
 .../2.7.0/_api/airflow/hooks/index.html            |   957 ++
 .../2.7.0/_api/airflow/hooks/subprocess/index.html |  1068 ++
 .../_api/airflow/models/baseoperator/index.html    |  2254 +++
 .../_api/airflow/models/connection/index.html      |  1342 ++
 .../2.7.0/_api/airflow/models/dag/index.html       |  3258 ++++
 .../2.7.0/_api/airflow/models/dagbag/index.html    |  1195 ++
 .../2.7.0/_api/airflow/models/param/index.html     |  1443 ++
 .../_api/airflow/models/taskinstance/index.html    |  2445 +++
 .../_api/airflow/models/taskinstancekey/index.html |  1066 ++
 .../2.7.0/_api/airflow/models/variable/index.html  |  1235 ++
 .../2.7.0/_api/airflow/models/xcom/index.html      |  1239 ++
 .../2.7.0/_api/airflow/operators/bash/index.html   |  1196 ++
 .../2.7.0/_api/airflow/operators/branch/index.html |  1060 ++
 .../_api/airflow/operators/datetime/index.html     |  1084 ++
 .../2.7.0/_api/airflow/operators/email/index.html  |  1083 ++
 .../2.7.0/_api/airflow/operators/empty/index.html  |  1054 ++
 .../airflow/operators/generic_transfer/index.html  |  1083 ++
 .../2.7.0/_api/airflow/operators/index.html        |   985 ++
 .../_api/airflow/operators/latest_only/index.html  |  1053 ++
 .../2.7.0/_api/airflow/operators/python/index.html |  1558 ++
 .../2.7.0/_api/airflow/operators/smooth/index.html |  1050 ++
 .../2.7.0/_api/airflow/operators/subdag/index.html |  1129 ++
 .../airflow/operators/trigger_dagrun/index.html    |  1189 ++
 .../_api/airflow/operators/weekday/index.html      |  1096 ++
 .../_api/airflow/secrets/base_secrets/index.html   |  1156 ++
 .../2.7.0/_api/airflow/secrets/cache/index.html    |  1099 ++
 .../secrets/environment_variables/index.html       |  1106 ++
 .../2.7.0/_api/airflow/secrets/index.html          |  1034 ++
 .../airflow/secrets/local_filesystem/index.html    |  1189 ++
 .../_api/airflow/secrets/metastore/index.html      |  1063 ++
 .../2.7.0/_api/airflow/sensors/base/index.html     |  1202 ++
 .../2.7.0/_api/airflow/sensors/bash/index.html     |  1059 ++
 .../_api/airflow/sensors/date_time/index.html      |  1107 ++
 .../_api/airflow/sensors/external_task/index.html  |  1313 ++
 .../_api/airflow/sensors/filesystem/index.html     |  1061 ++
 .../2.7.0/_api/airflow/sensors/index.html          |   976 ++
 .../2.7.0/_api/airflow/sensors/python/index.html   |  1058 ++
 .../_api/airflow/sensors/time_delta/index.html     |  1088 ++
 .../_api/airflow/sensors/time_sensor/index.html    |  1088 ++
 .../2.7.0/_api/airflow/sensors/weekday/index.html  |  1084 ++
 .../2.7.0/_api/airflow/timetables/_cron/index.html |   938 ++
 .../2.7.0/_api/airflow/timetables/base/index.html  |  1340 ++
 .../_api/airflow/timetables/events/index.html      |  1105 ++
 .../2.7.0/_api/airflow/timetables/index.html       |   953 ++
 .../_api/airflow/timetables/interval/index.html    |  1182 ++
 .../_api/airflow/timetables/simple/index.html      |  1207 ++
 .../_api/airflow/timetables/trigger/index.html     |  1078 ++
 .../2.7.0/_api/airflow/triggers/base/index.html    |  1117 ++
 .../_api/airflow/triggers/external_task/index.html |  1126 ++
 .../2.7.0/_api/airflow/triggers/file/index.html    |  1029 ++
 .../2.7.0/_api/airflow/triggers/index.html         |   953 ++
 .../_api/airflow/triggers/temporal/index.html      |  1051 ++
 .../2.7.0/_api/airflow/triggers/testing/index.html |  1088 ++
 .../{stable => 2.7.0}/_api/index.html              |     0
 docs/apache-airflow/2.7.0/_images/add-dag-tags.png |   Bin 0 -> 68537 bytes
 docs/apache-airflow/2.7.0/_images/add-role.png     |   Bin 0 -> 30509 bytes
 docs/apache-airflow/2.7.0/_images/airflow_erd.svg  |  1628 ++
 .../{1.10.12 => 2.7.0}/_images/apache.jpg          |   Bin
 .../2.7.0/_images/arch-diag-basic.png              |   Bin 0 -> 16357 bytes
 .../_images/arch-diag-kubernetes.png               |   Bin
 .../_images/arch-diag-kubernetes2.png              |   Bin
 .../_images/arch-diag-logging.png                  |   Bin
 docs/apache-airflow/2.7.0/_images/basic-dag.png    |   Bin 0 -> 5393 bytes
 .../{1.10.12 => 2.7.0}/_images/branch_note.png     |   Bin
 .../_images/branch_with_trigger.png                |   Bin
 .../_images/branch_without_trigger.png             |   Bin
 docs/apache-airflow/2.7.0/_images/calendar.png     |   Bin 0 -> 58726 bytes
 .../{1.10.12 => 2.7.0}/_images/cli_completion.gif  |   Bin
 docs/apache-airflow/2.7.0/_images/code.png         |   Bin 0 -> 506092 bytes
 .../_images/connection_create.png                  |   Bin
 .../{stable => 2.7.0}/_images/connection_edit.png  |   Bin
 docs/apache-airflow/2.7.0/_images/dag_doc.png      |   Bin 0 -> 40094 bytes
 .../_images/dag_file_processing_diagram.png        |   Bin
 .../_images/dag_serialization.png                  |   Bin
 .../{1.10.12 => 2.7.0}/_images/dags-page-new.png   |   Bin
 .../{1.10.12 => 2.7.0}/_images/dags-page-old.png   |   Bin
 docs/apache-airflow/2.7.0/_images/dags.png         |   Bin 0 -> 211122 bytes
 .../_images/dataset-scheduled-dags.png             |   Bin
 docs/apache-airflow/2.7.0/_images/datasets.png     |   Bin 0 -> 341201 bytes
 .../default_instance_name_configuration.png        |   Bin 0 -> 154888 bytes
 .../2.7.0/_images/demo_graph_view.png              |   Bin 0 -> 38016 bytes
 .../{stable => 2.7.0}/_images/demo_grid_view.png   |   Bin
 docs/apache-airflow/2.7.0/_images/duration.png     |   Bin 0 -> 150876 bytes
 .../2.7.0/_images/edge_label_example.png           |   Bin 0 -> 24592 bytes
 .../{stable => 2.7.0}/_images/email_connection.png |   Bin
 .../example_instance_name_configuration.png        |   Bin 0 -> 154915 bytes
 .../2.7.0/_images/example_passing_conf.png         |   Bin 0 -> 41080 bytes
 docs/apache-airflow/2.7.0/_images/gantt.png        |   Bin 0 -> 352148 bytes
 .../{1.10.12 => 2.7.0}/_images/graph-view-new.png  |   Bin
 .../{1.10.12 => 2.7.0}/_images/graph-view-old.png  |   Bin
 docs/apache-airflow/2.7.0/_images/graph.png        |   Bin 0 -> 429818 bytes
 ...iz-5817c4b4cb6cd3ea7d604aa85ab3420b64a24446.svg |     0
 ...iz-66e404e292d46e7c601f518726fab5fd4133292f.svg |   142 +
 docs/apache-airflow/2.7.0/_images/grid.png         |   Bin 0 -> 249561 bytes
 .../_images/grid_instance_details.png              |   Bin
 .../{stable => 2.7.0}/_images/grid_mapped_task.png |   Bin
 .../{stable => 2.7.0}/_images/grid_run_details.png |   Bin
 .../{stable => 2.7.0}/_images/grid_task_group.png  |   Bin
 .../_images/howto-owner-links.gif                  |   Bin
 .../{1.10.13 => 2.7.0}/_images/k8s-failed-pod.png  |   Bin
 .../{1.10.13 => 2.7.0}/_images/k8s-happy-path.png  |   Bin
 .../apache-airflow/2.7.0/_images/landing_times.png |   Bin 0 -> 84125 bytes
 .../_images/latest_only_with_trigger.png           |   Bin
 .../2.7.0/_images/mapping-simple-graph.png         |   Bin 0 -> 40118 bytes
 .../2.7.0/_images/mapping-simple-grid.png          |   Bin 0 -> 179670 bytes
 docs/apache-airflow/2.7.0/_images/new-role.png     |   Bin 0 -> 14115 bytes
 .../2.7.0/_images/operator_extra_link.png          |   Bin 0 -> 90359 bytes
 .../2.7.0/_images/run_task_on_celery_executor.png  |   Bin 0 -> 55939 bytes
 .../_images/setup-teardown-complex.png             |   Bin
 .../_images/setup-teardown-group.png               |   Bin
 .../_images/setup-teardown-nesting.png             |   Bin
 .../_images/setup-teardown-parallel.png            |   Bin
 .../_images/setup-teardown-scope.png               |   Bin
 .../_images/setup-teardown-setup-group.png         |   Bin
 .../_images/setup-teardown-simple.png              |   Bin
 .../{1.10.12 => 2.7.0}/_images/subdag_after.png    |   Bin
 .../{1.10.12 => 2.7.0}/_images/subdag_before.png   |   Bin
 .../{stable => 2.7.0}/_images/subdag_zoom.png      |   Bin
 docs/apache-airflow/2.7.0/_images/task_doc.png     |   Bin 0 -> 245714 bytes
 .../{stable => 2.7.0}/_images/task_group.gif       |   Bin
 .../2.7.0/_images/task_lifecycle_diagram.png       |   Bin 0 -> 58659 bytes
 .../2.7.0/_images/task_manual_vs_scheduled.png     |   Bin 0 -> 5686 bytes
 .../_images/template_field_renderer_path.png       |   Bin
 .../{1.10.12 => 2.7.0}/_images/tree-view-new.png   |   Bin
 .../{1.10.12 => 2.7.0}/_images/tree-view-old.png   |   Bin
 .../2.7.0/_images/trigger-dag-tutorial-form.png    |   Bin 0 -> 219254 bytes
 .../2.7.0/_images/tutorial-pipeline-1.png          |   Bin 0 -> 566225 bytes
 .../2.7.0/_images/tutorial-pipeline-2.png          |   Bin 0 -> 345529 bytes
 .../2.7.0/_images/ui-alert-message.png             |   Bin 0 -> 7909 bytes
 .../_images/ui-timezone-chooser.png                |   Bin
 .../_images/usage_cli_export.png                   |   Bin
 .../_images/usage_cli_imgcat.png                   |   Bin
 .../{stable => 2.7.0}/_images/variable_hidden.png  |   Bin
 docs/apache-airflow/2.7.0/_images/watcher.png      |   Bin 0 -> 41592 bytes
 .../2.7.0/_modules/airflow/decorators.html         |   930 ++
 .../2.7.0/_modules/airflow/decorators/base.html    |  1500 ++
 .../_modules/airflow/decorators/branch_python.html |   910 ++
 .../2.7.0/_modules/airflow/decorators/python.html  |   933 ++
 .../2.7.0/_modules/airflow/decorators/sensor.html  |   930 ++
 .../airflow/decorators/setup_teardown.html         |   938 ++
 .../_modules/airflow/decorators/task_group.html    |  1066 ++
 .../example_dags/example_bash_operator.html        |   931 ++
 .../example_branch_datetime_operator.html          |   959 ++
 .../example_branch_day_of_week_operator.html       |   915 ++
 .../example_dags/example_branch_labels.html        |   900 ++
 .../example_dags/example_branch_operator.html      |   920 ++
 .../example_branch_operator_decorator.html         |   913 ++
 .../example_branch_python_dop_operator_3.html      |   915 ++
 .../airflow/example_dags/example_complex.html      |  1075 ++
 .../airflow/example_dags/example_datasets.html     |   984 ++
 .../example_dags/example_dynamic_task_mapping.html |   893 ++
 ...ic_task_mapping_with_no_taskflow_operators.html |   917 ++
 .../example_external_task_marker_dag.html          |   952 ++
 .../example_dags/example_kubernetes_executor.html  |  1093 ++
 .../airflow/example_dags/example_latest_only.html  |   892 ++
 .../example_latest_only_with_trigger.html          |   903 ++
 .../example_local_kubernetes_executor.html         |   926 ++
 .../example_dags/example_nested_branch_dag.html    |   911 ++
 .../example_dags/example_params_trigger_ui.html    |   959 ++
 .../example_dags/example_params_ui_tutorial.html   |  1167 ++
 .../example_passing_params_via_test_command.html   |   941 ++
 .../example_dags/example_python_operator.html      |  1013 ++
 .../example_dags/example_sensor_decorator.html     |   922 ++
 .../airflow/example_dags/example_sensors.html      |   978 ++
 .../example_dags/example_setup_teardown.html       |   903 ++
 .../example_setup_teardown_taskflow.html           |   960 ++
 .../example_short_circuit_decorator.html           |   915 ++
 .../example_short_circuit_operator.html            |   916 ++
 .../airflow/example_dags/example_skip_dag.html     |   921 ++
 .../example_dags/example_subdag_operator.html      |   917 ++
 .../airflow/example_dags/example_task_group.html   |   919 ++
 .../example_dags/example_task_group_decorator.html |   934 ++
 .../example_time_delta_sensor_async.html           |   896 ++
 .../example_trigger_controller_dag.html            |   896 ++
 .../example_dags/example_trigger_target_dag.html   |   910 ++
 .../airflow/example_dags/example_xcom.html         |   948 ++
 .../airflow/example_dags/example_xcomargs.html     |   920 ++
 .../_modules/airflow/example_dags/libs/helper.html |   877 ++
 .../example_dags/plugins/event_listener.html       |  1011 ++
 .../example_dags/plugins/listener_plugin.html      |   881 ++
 .../airflow/example_dags/plugins/workday.html      |   958 ++
 .../airflow/example_dags/subdags/subdag.html       |   910 ++
 .../_modules/airflow/example_dags/tutorial.html    |   980 ++
 .../airflow/example_dags/tutorial_dag.html         |   990 ++
 .../example_dags/tutorial_taskflow_api.html        |   961 ++
 .../tutorial_taskflow_api_virtualenv.html          |   942 ++
 .../2.7.0/_modules/airflow/exceptions.html         |  1283 ++
 .../2.7.0/_modules/airflow/hooks/base.html         |  1033 ++
 .../2.7.0/_modules/airflow/hooks/filesystem.html   |   906 ++
 .../2.7.0/_modules/airflow/hooks/subprocess.html   |   961 ++
 .../2.7.0/_modules/airflow/macros.html             |   944 ++
 .../_modules/airflow/models/baseoperator.html      |  2766 ++++
 .../2.7.0/_modules/airflow/models/connection.html  |  1349 ++
 .../2.7.0/_modules/airflow/models/dag.html         |  4784 ++++++
 .../2.7.0/_modules/airflow/models/dagbag.html      |  1551 ++
 .../2.7.0/_modules/airflow/models/param.html       |  1206 ++
 .../_modules/airflow/models/taskinstance.html      |  3929 +++++
 .../_modules/airflow/models/taskinstancekey.html   |   909 ++
 .../2.7.0/_modules/airflow/models/variable.html    |  1143 ++
 .../2.7.0/_modules/airflow/models/xcom.html        |  1730 ++
 .../2.7.0/_modules/airflow/operators/bash.html     |  1071 ++
 .../2.7.0/_modules/airflow/operators/branch.html   |   911 ++
 .../2.7.0/_modules/airflow/operators/datetime.html |   971 ++
 .../2.7.0/_modules/airflow/operators/email.html    |   943 ++
 .../2.7.0/_modules/airflow/operators/empty.html    |   890 ++
 .../airflow/operators/generic_transfer.html        |   961 ++
 .../_modules/airflow/operators/latest_only.html    |   931 ++
 .../2.7.0/_modules/airflow/operators/python.html   |  1683 ++
 .../2.7.0/_modules/airflow/operators/smooth.html   |   889 ++
 .../2.7.0/_modules/airflow/operators/subdag.html   |  1091 ++
 .../_modules/airflow/operators/trigger_dagrun.html |  1109 ++
 .../2.7.0/_modules/airflow/operators/weekday.html  |   979 ++
 .../2.7.0/_modules/airflow/policies.html           |  1068 ++
 .../2.7.0/_modules/airflow/secrets.html            |   891 ++
 .../_modules/airflow/secrets/base_secrets.html     |  1010 ++
 .../2.7.0/_modules/airflow/secrets/cache.html      |   982 ++
 .../airflow/secrets/environment_variables.html     |   917 ++
 .../_modules/airflow/secrets/local_filesystem.html |  1190 ++
 .../2.7.0/_modules/airflow/secrets/metastore.html  |   930 ++
 .../2.7.0/_modules/airflow/sensors/base.html       |  1220 ++
 .../2.7.0/_modules/airflow/sensors/bash.html       |   966 ++
 .../2.7.0/_modules/airflow/sensors/date_time.html  |   951 ++
 .../_modules/airflow/sensors/external_task.html    |  1400 ++
 .../2.7.0/_modules/airflow/sensors/filesystem.html |   930 ++
 .../2.7.0/_modules/airflow/sensors/python.html     |   932 ++
 .../2.7.0/_modules/airflow/sensors/time_delta.html |   926 ++
 .../_modules/airflow/sensors/time_sensor.html      |   935 ++
 .../2.7.0/_modules/airflow/sensors/weekday.html    |   971 ++
 .../2.7.0/_modules/airflow/timetables/_cron.html   |   993 ++
 .../2.7.0/_modules/airflow/timetables/base.html    |  1094 ++
 .../2.7.0/_modules/airflow/timetables/events.html  |   972 ++
 .../_modules/airflow/timetables/interval.html      |  1096 ++
 .../2.7.0/_modules/airflow/timetables/simple.html  |  1053 ++
 .../2.7.0/_modules/airflow/timetables/trigger.html |   955 ++
 .../2.7.0/_modules/airflow/triggers/base.html      |   973 ++
 .../_modules/airflow/triggers/external_task.html   |  1061 ++
 .../2.7.0/_modules/airflow/triggers/file.html      |   928 ++
 .../2.7.0/_modules/airflow/triggers/temporal.html  |   943 ++
 .../2.7.0/_modules/airflow/triggers/testing.html   |   908 ++
 docs/apache-airflow/2.7.0/_modules/index.html      |   959 ++
 .../_api/airflow/decorators/base/index.rst.txt     |   222 +
 .../airflow/decorators/branch_python/index.rst.txt |    34 +
 .../decorators/external_python/index.rst.txt       |     6 +
 .../_sources/_api/airflow/decorators/index.rst.txt |   125 +
 .../_api/airflow/decorators/python/index.rst.txt   |    30 +
 .../decorators/python_virtualenv/index.rst.txt     |     6 +
 .../_api/airflow/decorators/sensor/index.rst.txt   |    75 +
 .../decorators/setup_teardown/index.rst.txt        |    60 +
 .../airflow/decorators/short_circuit/index.rst.txt |     6 +
 .../airflow/decorators/task_group/index.rst.txt    |    63 +
 .../example_bash_operator/index.rst.txt            |    22 +
 .../example_branch_datetime_operator/index.rst.txt |    63 +
 .../index.rst.txt                                  |    18 +
 .../example_branch_labels/index.rst.txt            |    18 +
 .../example_branch_operator/index.rst.txt          |    18 +
 .../index.rst.txt                                  |    18 +
 .../index.rst.txt                                  |    45 +
 .../example_dags/example_complex/index.rst.txt     |    18 +
 .../example_dags/example_datasets/index.rst.txt    |    41 +
 .../example_dynamic_task_mapping/index.rst.txt     |    27 +
 .../index.rst.txt                                  |    76 +
 .../example_external_task_marker_dag/index.rst.txt |    44 +
 .../example_kubernetes_executor/index.rst.txt      |    26 +
 .../example_dags/example_latest_only/index.rst.txt |    18 +
 .../example_latest_only_with_trigger/index.rst.txt |    18 +
 .../index.rst.txt                                  |    34 +
 .../example_nested_branch_dag/index.rst.txt        |    29 +
 .../example_params_trigger_ui/index.rst.txt        |    29 +
 .../example_params_ui_tutorial/index.rst.txt       |    30 +
 .../index.rst.txt                                  |    51 +
 .../example_python_operator/index.rst.txt          |    56 +
 .../example_sensor_decorator/index.rst.txt         |    39 +
 .../example_dags/example_sensors/index.rst.txt     |    38 +
 .../example_setup_teardown/index.rst.txt           |    18 +
 .../example_setup_teardown_taskflow/index.rst.txt  |    27 +
 .../example_short_circuit_decorator/index.rst.txt  |    39 +
 .../example_short_circuit_operator/index.rst.txt   |    18 +
 .../example_dags/example_skip_dag/index.rst.txt    |    63 +
 .../example_subdag_operator/index.rst.txt          |    23 +
 .../example_dags/example_task_group/index.rst.txt  |    18 +
 .../example_task_group_decorator/index.rst.txt     |    71 +
 .../example_time_delta_sensor_async/index.rst.txt  |    19 +
 .../example_trigger_controller_dag/index.rst.txt   |    20 +
 .../example_trigger_target_dag/index.rst.txt       |    45 +
 .../example_dags/example_xcom/index.rst.txt        |    68 +
 .../example_dags/example_xcomargs/index.rst.txt    |    52 +
 .../_api/airflow/example_dags/index.rst.txt        |    65 +
 .../airflow/example_dags/libs/helper/index.rst.txt |    22 +
 .../_api/airflow/example_dags/libs/index.rst.txt   |    15 +
 .../plugins/event_listener/index.rst.txt           |    63 +
 .../airflow/example_dags/plugins/index.rst.txt     |    17 +
 .../plugins/listener_plugin/index.rst.txt          |    36 +
 .../example_dags/plugins/workday/index.rst.txt     |    96 +
 .../airflow/example_dags/subdags/index.rst.txt     |    15 +
 .../example_dags/subdags/subdag/index.rst.txt      |    34 +
 .../airflow/example_dags/tutorial/index.rst.txt    |    20 +
 .../example_dags/tutorial_dag/index.rst.txt        |    28 +
 .../tutorial_taskflow_api/index.rst.txt            |    29 +
 .../tutorial_taskflow_api_virtualenv/index.rst.txt |    38 +
 .../_sources/_api/airflow/exceptions/index.rst.txt |   536 +
 .../_sources/_api/airflow/hooks/base/index.rst.txt |   188 +
 .../_api/airflow/hooks/dbapi/index.rst.txt         |    11 +
 .../_api/airflow/hooks/filesystem/index.rst.txt    |    47 +
 .../_sources/_api/airflow/hooks/index.rst.txt      |    23 +
 .../_api/airflow/hooks/subprocess/index.rst.txt    |    64 +
 .../_api/airflow/models/baseoperator/index.rst.txt |   915 ++
 .../_api/airflow/models/connection/index.rst.txt   |   216 +
 .../_sources/_api/airflow/models/dag/index.rst.txt |  1248 ++
 .../_api/airflow/models/dagbag/index.rst.txt       |   142 +
 .../_api/airflow/models/param/index.rst.txt        |   249 +
 .../_api/airflow/models/taskinstance/index.rst.txt |   831 +
 .../airflow/models/taskinstancekey/index.rst.txt   |    78 +
 .../_api/airflow/models/variable/index.rst.txt     |   166 +
 .../_api/airflow/models/xcom/index.rst.txt         |   169 +
 .../_api/airflow/operators/bash/index.rst.txt      |   167 +
 .../_api/airflow/operators/branch/index.rst.txt    |    61 +
 .../_api/airflow/operators/datetime/index.rst.txt  |    66 +
 .../_api/airflow/operators/email/index.rst.txt     |    69 +
 .../_api/airflow/operators/empty/index.rst.txt     |    49 +
 .../operators/generic_transfer/index.rst.txt       |    71 +
 .../_sources/_api/airflow/operators/index.rst.txt  |    31 +
 .../airflow/operators/latest_only/index.rst.txt    |    54 +
 .../_api/airflow/operators/python/index.rst.txt    |   400 +
 .../_api/airflow/operators/smooth/index.rst.txt    |    47 +
 .../_api/airflow/operators/subdag/index.rst.txt    |    98 +
 .../airflow/operators/trigger_dagrun/index.rst.txt |   124 +
 .../_api/airflow/operators/weekday/index.rst.txt   |    96 +
 .../airflow/secrets/base_secrets/index.rst.txt     |   103 +
 .../_api/airflow/secrets/cache/index.rst.txt       |    73 +
 .../secrets/environment_variables/index.rst.txt    |    78 +
 .../_sources/_api/airflow/secrets/index.rst.txt    |    57 +
 .../airflow/secrets/local_filesystem/index.rst.txt |   117 +
 .../_api/airflow/secrets/metastore/index.rst.txt   |    56 +
 .../_api/airflow/sensors/base/index.rst.txt        |   146 +
 .../_api/airflow/sensors/bash/index.rst.txt        |    59 +
 .../_api/airflow/sensors/date_time/index.rst.txt   |    90 +
 .../airflow/sensors/external_task/index.rst.txt    |   217 +
 .../_api/airflow/sensors/filesystem/index.rst.txt  |    59 +
 .../_sources/_api/airflow/sensors/index.rst.txt    |    28 +
 .../_api/airflow/sensors/python/index.rst.txt      |    57 +
 .../_api/airflow/sensors/time_delta/index.rst.txt  |    72 +
 .../_api/airflow/sensors/time_sensor/index.rst.txt |    70 +
 .../_api/airflow/sensors/weekday/index.rst.txt     |    84 +
 .../_api/airflow/timetables/_cron/index.rst.txt    |    41 +
 .../_api/airflow/timetables/base/index.rst.txt     |   255 +
 .../_api/airflow/timetables/events/index.rst.txt   |    99 +
 .../_sources/_api/airflow/timetables/index.rst.txt |    19 +
 .../_api/airflow/timetables/interval/index.rst.txt |   146 +
 .../_api/airflow/timetables/simple/index.rst.txt   |   160 +
 .../_api/airflow/timetables/trigger/index.rst.txt  |    82 +
 .../_api/airflow/triggers/base/index.rst.txt       |   105 +
 .../airflow/triggers/external_task/index.rst.txt   |    96 +
 .../_api/airflow/triggers/file/index.rst.txt       |    43 +
 .../_sources/_api/airflow/triggers/index.rst.txt   |    19 +
 .../_api/airflow/triggers/temporal/index.rst.txt   |    65 +
 .../_api/airflow/triggers/testing/index.rst.txt    |    90 +
 .../cluster-policies.rst.txt                       |   179 +
 .../dag-serialization.rst.txt                      |   118 +
 .../administration-and-deployment/index.rst.txt    |     0
 .../kubernetes.rst.txt                             |    62 +
 .../administration-and-deployment/lineage.rst.txt  |   113 +
 .../listeners.rst.txt                              |    60 +
 .../advanced-logging-configuration.rst.txt         |    91 +
 .../logging-monitoring/callbacks.rst.txt           |    98 +
 .../logging-monitoring/check-health.rst.txt        |   158 +
 .../logging-monitoring/errors.rst.txt              |   105 +
 .../logging-monitoring/index.rst.txt               |    40 +
 .../logging-architecture.rst.txt                   |     0
 .../logging-monitoring/logging-tasks.rst.txt       |   164 +
 .../logging-monitoring/metrics.rst.txt             |   243 +
 .../tracking-user-activity.rst.txt                 |    39 +
 .../modules_management.rst.txt                     |   419 +
 .../administration-and-deployment/pools.rst.txt    |     0
 .../priority-weight.rst.txt                        |    61 +
 .../production-deployment.rst.txt                  |   230 +
 .../scheduler.rst.txt                              |   396 +
 .../authoring-and-scheduling/connections.rst.txt   |     0
 .../dagfile-processing.rst.txt                     |     0
 .../authoring-and-scheduling/datasets.rst.txt      |   199 +
 .../authoring-and-scheduling/deferring.rst.txt     |   232 +
 .../dynamic-task-mapping.rst.txt                   |   538 +
 .../authoring-and-scheduling/index.rst.txt         |    44 +
 .../authoring-and-scheduling/plugins.rst.txt       |   340 +
 .../authoring-and-scheduling/serializers.rst.txt   |   128 +
 .../authoring-and-scheduling/timetable.rst.txt     |   299 +
 .../authoring-and-scheduling/timezone.rst.txt      |   189 +
 .../2.7.0/_sources/best-practices.rst.txt          |   991 ++
 .../_sources/cli-and-env-variables-ref.rst.txt     |   111 +
 .../2.7.0/_sources/configurations-ref.rst.txt      |    48 +
 .../2.7.0/_sources/core-concepts/dag-run.rst.txt   |   297 +
 .../2.7.0/_sources/core-concepts/dags.rst.txt      |   897 ++
 .../_sources/core-concepts/executor/celery.rst.txt |   229 +
 .../executor/celery_kubernetes.rst.txt             |    56 +
 .../_sources/core-concepts/executor/dask.rst.txt   |    56 +
 .../_sources/core-concepts/executor/debug.rst.txt  |   104 +
 .../_sources/core-concepts/executor/index.rst.txt  |    80 +
 .../core-concepts/executor/kubernetes.rst.txt      |   290 +
 .../_sources/core-concepts/executor/local.rst.txt  |     0
 .../executor/local_kubernetes.rst.txt              |    37 +
 .../core-concepts}/executor/sequential.rst.txt     |     0
 .../2.7.0/_sources/core-concepts/index.rst.txt     |    51 +
 .../2.7.0/_sources/core-concepts/operators.rst.txt |   235 +
 .../2.7.0/_sources/core-concepts/overview.rst.txt  |    98 +
 .../2.7.0/_sources/core-concepts/params.rst.txt    |   226 +
 .../_sources/core-concepts/sensors.rst.txt         |     0
 .../2.7.0/_sources/core-concepts/taskflow.rst.txt  |   201 +
 .../2.7.0/_sources/core-concepts/tasks.rst.txt     |   266 +
 .../_sources/core-concepts/variables.rst.txt       |     0
 .../2.7.0/_sources/core-concepts/xcoms.rst.txt     |    88 +
 .../2.7.0/_sources/database-erd-ref.rst.txt        |    38 +
 .../2.7.0/_sources/deprecated-rest-api-ref.rst.txt |   127 +
 .../2.7.0/_sources/extra-packages-ref.rst.txt      |   404 +
 docs/apache-airflow/2.7.0/_sources/faq.rst.txt     |   513 +
 .../_sources/howto/add-dag-tags.rst.txt            |     0
 .../_sources/howto/add-owner-links.rst.txt         |     0
 .../2.7.0/_sources/howto/connection.rst.txt        |   460 +
 .../_sources/howto/create-custom-decorator.rst.txt |     0
 .../2.7.0/_sources/howto/custom-operator.rst.txt   |   353 +
 .../_sources/howto/custom-view-plugin.rst.txt      |     0
 .../2.7.0/_sources/howto/customize-ui.rst.txt      |   174 +
 .../2.7.0/_sources/howto/define-extra-link.rst.txt |   167 +
 .../_sources/howto/docker-compose/index.rst.txt    |   406 +
 .../_sources/howto/dynamic-dag-generation.rst.txt  |     0
 .../2.7.0/_sources/howto/email-config.rst.txt      |   194 +
 .../_sources/howto/export-more-env-vars.rst.txt    |    52 +
 .../{stable => 2.7.0}/_sources/howto/index.rst.txt |     0
 .../_sources/howto/listener-plugin.rst.txt         |     0
 .../_sources/howto/notifications.rst.txt           |     0
 .../2.7.0/_sources/howto/operator/bash.rst.txt     |   160 +
 .../2.7.0/_sources/howto/operator/datetime.rst.txt |    74 +
 .../howto/operator/external_task_sensor.rst.txt    |    88 +
 .../2.7.0/_sources/howto/operator/file.rst.txt     |    33 +
 .../_sources/howto/operator/index.rst.txt          |     0
 .../2.7.0/_sources/howto/operator/python.rst.txt   |   241 +
 .../_sources/howto/operator/time.rst.txt           |     0
 .../_sources/howto/operator/weekday.rst.txt        |     0
 .../2.7.0/_sources/howto/run-behind-proxy.rst.txt  |    92 +
 .../_sources/howto/run-with-systemd.rst.txt        |     0
 .../2.7.0/_sources/howto/set-config.rst.txt        |   192 +
 .../2.7.0/_sources/howto/set-up-database.rst.txt   |   387 +
 .../_sources/howto/setup-and-teardown.rst.txt      |   225 +
 .../_sources/howto/timetable.rst.txt               |     0
 .../howto/upgrading-from-1-10/index.rst.txt        |  1232 ++
 .../upgrading-from-1-10/upgrade-check.rst.txt      |     0
 .../_sources/howto/usage-cli.rst.txt               |     0
 .../_sources/howto/variable.rst.txt                |     0
 docs/apache-airflow/2.7.0/_sources/index.rst.txt   |   178 +
 .../_sources/installation/dependencies.rst.txt     |    92 +
 .../2.7.0/_sources/installation/index.rst.txt      |   388 +
 .../installation/installing-from-pypi.rst.txt      |   373 +
 .../installation/installing-from-sources.rst.txt   |   155 +
 .../_sources/installation/prerequisites.rst.txt    |    65 +
 .../installation/setting-up-the-database.rst.txt   |     0
 .../installation/supported-versions.rst.txt        |    69 +
 .../2.7.0/_sources/installation/upgrading.rst.txt  |   279 +
 .../{stable => 2.7.0}/_sources/integration.rst.txt |     0
 .../{stable => 2.7.0}/_sources/license.rst.txt     |     0
 .../2.7.0/_sources/migrations-ref.rst.txt          |   328 +
 .../_sources/operators-and-hooks-ref.rst.txt       |     0
 .../2.7.0/_sources/privacy_notice.rst.txt          |    68 +
 docs/apache-airflow/2.7.0/_sources/project.rst.txt |   114 +
 .../_sources/public-airflow-interface.rst.txt      |   434 +
 .../_sources/release-process.rst.txt               |     0
 .../_sources/release_notes.rst.txt                 |     0
 .../2.7.0/_sources/security/access-control.rst.txt |   231 +
 .../2.7.0/_sources/security/api.rst.txt            |   167 +
 .../2.7.0/_sources/security/audit_logs.rst.txt     |    64 +
 .../_sources/security/flower.rst.txt               |     0
 .../_sources/security/index.rst.txt                |     0
 .../2.7.0/_sources/security/kerberos.rst.txt       |   165 +
 .../security/releasing_security_patches.rst.txt    |    49 +
 .../_sources/security/secrets/fernet.rst.txt       |     0
 .../_sources/security/secrets/index.rst.txt        |     0
 .../security/secrets/mask-sensitive-values.rst.txt |    79 +
 .../security/secrets/secrets-backend/index.rst.txt |   121 +
 .../local-filesystem-secrets-backend.rst.txt       |     0
 .../2.7.0/_sources/security/security_model.rst.txt |   127 +
 .../2.7.0/_sources/security/webserver.rst.txt      |   313 +
 .../_sources/security/workload.rst.txt             |     0
 .../_sources/stable-rest-api-ref.rst.txt           |     0
 docs/apache-airflow/2.7.0/_sources/start.rst.txt   |   137 +
 .../2.7.0/_sources/templates-ref.rst.txt           |   181 +
 .../2.7.0/_sources/tutorial/fundamentals.rst.txt   |   403 +
 .../2.7.0/_sources/tutorial/index.rst.txt          |    28 +
 .../2.7.0/_sources/tutorial/pipeline.rst.txt       |   332 +
 .../2.7.0/_sources/tutorial/taskflow.rst.txt       |   631 +
 docs/apache-airflow/2.7.0/_sources/ui.rst.txt      |   187 +
 docs/apache-airflow/2.7.0/_specs/v1.yaml           |  5282 +++++++
 .../2.7.0/_static/_gen/css/main-custom.min.css     |     1 +
 .../_static/_gen/css/main.min.css                  |     0
 docs/apache-airflow/2.7.0/_static/_gen/js/docs.js  |     1 +
 .../_sphinx_javascript_frameworks_compat.js        |   134 +
 docs/apache-airflow/2.7.0/_static/basic.css        |   899 ++
 .../{stable => 2.7.0}/_static/check-solid.svg      |     0
 .../{stable => 2.7.0}/_static/clipboard.min.js     |     0
 .../{stable => 2.7.0}/_static/copy-button.svg      |     0
 .../{stable => 2.7.0}/_static/copybutton.css       |     0
 .../{stable => 2.7.0}/_static/copybutton.js        |     0
 .../{stable => 2.7.0}/_static/copybutton_funcs.js  |     0
 docs/apache-airflow/2.7.0/_static/doctools.js      |   156 +
 .../2.7.0/_static/documentation_options.js         |    14 +
 .../{1.10.13 => 2.7.0}/_static/exampleinclude.css  |     0
 .../{1.10.12 => 2.7.0}/_static/file.png            |   Bin
 docs/apache-airflow/2.7.0/_static/gh-jira-links.js |    34 +
 docs/apache-airflow/2.7.0/_static/graphviz.css     |    19 +
 docs/apache-airflow/2.7.0/_static/jquery-3.6.0.js  | 10881 +++++++++++++
 docs/apache-airflow/2.7.0/_static/jquery.js        |     2 +
 .../{stable => 2.7.0}/_static/js/globaltoc.js      |     0
 docs/apache-airflow/2.7.0/_static/language_data.js |   199 +
 .../{1.10.12 => 2.7.0}/_static/minus.png           |   Bin
 .../{1.10.12 => 2.7.0}/_static/pin_32.png          |   Bin
 .../{1.10.12 => 2.7.0}/_static/plus.png            |   Bin
 docs/apache-airflow/2.7.0/_static/pygments.css     |    75 +
 .../{stable => 2.7.0}/_static/redoc.js             |     0
 docs/apache-airflow/2.7.0/_static/searchtools.js   |   566 +
 .../2.7.0/_static/sphinx_highlight.js              |   144 +
 .../2.7.0/_static/underscore-1.13.1.js             |  2042 +++
 docs/apache-airflow/2.7.0/_static/underscore.js    |     6 +
 .../cluster-policies.html                          |  1228 ++
 .../dag-serialization.html                         |  1013 ++
 .../dagfile-processing.html                        |     0
 .../2.7.0/administration-and-deployment/index.html |   990 ++
 .../administration-and-deployment/kubernetes.html  |   971 ++
 .../administration-and-deployment/lineage.html     |  1010 ++
 .../administration-and-deployment/listeners.html   |   962 ++
 .../advanced-logging-configuration.html            |  1005 ++
 .../logging-monitoring/callbacks.html              |  1040 ++
 .../logging-monitoring/check-health.html           |  1073 ++
 .../logging-monitoring/errors.html                 |  1061 ++
 .../logging-monitoring/index.html                  |   952 ++
 .../logging-monitoring/logging-architecture.html   |   958 ++
 .../logging-monitoring/logging-tasks.html          |  1087 ++
 .../logging-monitoring/metrics.html                |  1338 ++
 .../logging-monitoring/tracking-user-activity.html |   958 ++
 .../modules_management.html                        |  1300 ++
 .../2.7.0/administration-and-deployment/pools.html |   981 ++
 .../priority-weight.html                           |   948 ++
 .../production-deployment.html                     |  1121 ++
 .../administration-and-deployment/scheduler.html   |  1306 ++
 .../security/access-control.html                   |     1 +
 .../security/access-control/index.html             |     1 +
 .../security/api.html                              |     0
 .../security/audit_logs.html                       |     0
 .../security/flower.html                           |     0
 .../security/index.html                            |     0
 .../security/kerberos.html                         |     0
 .../security/secrets/fernet.html                   |     0
 .../security/secrets/index.html                    |     0
 .../security/secrets/mask-sensitive-values.html    |     0
 .../security/secrets/secrets-backends/index.html   |     0
 .../local-filesystem-secrets-backend.html          |     0
 .../security/webserver.html                        |     0
 .../security/workload.html                         |     0
 docs/apache-airflow/{stable => 2.7.0}/airflow.sh   |     0
 .../authoring-and-scheduling/connections.html      |   944 ++
 .../authoring-and-scheduling/cron.html             |     0
 .../dagfile-processing.html                        |   933 ++
 .../2.7.0/authoring-and-scheduling/datasets.html   |  1078 ++
 .../2.7.0/authoring-and-scheduling/deferring.html  |  1134 ++
 .../dynamic-task-mapping.html                      |  1548 ++
 .../2.7.0/authoring-and-scheduling/index.html      |   984 ++
 .../2.7.0/authoring-and-scheduling/plugins.html    |  1234 ++
 .../authoring-and-scheduling/serializers.html      |  1029 ++
 .../2.7.0/authoring-and-scheduling/timetable.html  |  1243 ++
 .../2.7.0/authoring-and-scheduling/timezone.html   |  1094 ++
 docs/apache-airflow/2.7.0/best-practices.html      |  1834 +++
 docs/apache-airflow/2.7.0/build.rst                |   974 ++
 .../{stable => 2.7.0}/changelog.html               |     0
 .../2.7.0/cli-and-env-variables-ref.html           |  5949 +++++++
 docs/apache-airflow/{stable => 2.7.0}/cli-ref.html |     0
 .../apache-airflow/{stable => 2.7.0}/concepts.html |     0
 .../concepts/cluster-policies.html                 |     0
 .../{stable => 2.7.0}/concepts/connections.html    |     0
 .../concepts/dagfile-processing.html               |     0
 .../{stable => 2.7.0}/concepts/dags.html           |     0
 .../{stable => 2.7.0}/concepts/datasets.html       |     0
 .../{stable => 2.7.0}/concepts/deferring.html      |     0
 .../concepts/dynamic-task-mapping.html             |     0
 .../{stable => 2.7.0}/concepts/index.html          |     0
 .../{stable => 2.7.0}/concepts/operators.html      |     0
 .../{stable => 2.7.0}/concepts/overview.html       |     0
 .../{stable => 2.7.0}/concepts/params.html         |     0
 .../{stable => 2.7.0}/concepts/pools.html          |     0
 .../concepts/priority-weight.html                  |     0
 .../{stable => 2.7.0}/concepts/scheduler.html      |     0
 .../{stable => 2.7.0}/concepts/sensors.html        |     0
 .../{stable => 2.7.0}/concepts/taskflow.html       |     0
 .../{stable => 2.7.0}/concepts/tasks.html          |     0
 .../{stable => 2.7.0}/concepts/timetable.html      |     0
 .../{stable => 2.7.0}/concepts/variables.html      |     0
 .../{stable => 2.7.0}/concepts/xcoms.html          |     0
 docs/apache-airflow/2.7.0/configurations-ref.html  |  8374 ++++++++++
 .../2.7.0/core-concepts/dag-run.html               |  1245 ++
 docs/apache-airflow/2.7.0/core-concepts/dags.html  |  1899 +++
 .../{1.10.12 => 2.7.0}/core-concepts/debug.html    |     0
 .../2.7.0/core-concepts/executor/celery.html       |  1145 ++
 .../core-concepts/executor/celery_kubernetes.html  |   981 ++
 .../2.7.0/core-concepts/executor/dask.html         |   973 ++
 .../2.7.0/core-concepts/executor/debug.html        |  1026 ++
 .../2.7.0/core-concepts/executor/index.html        |   999 ++
 .../2.7.0/core-concepts/executor/kubernetes.html   |  1444 ++
 .../2.7.0/core-concepts/executor/local.html        |   983 ++
 .../core-concepts/executor/local_kubernetes.html   |   959 ++
 .../2.7.0/core-concepts/executor/sequential.html   |   949 ++
 docs/apache-airflow/2.7.0/core-concepts/index.html |  1008 ++
 .../2.7.0/core-concepts/operators.html             |  1122 ++
 .../2.7.0/core-concepts/overview.html              |   983 ++
 .../apache-airflow/2.7.0/core-concepts/params.html |  1120 ++
 .../2.7.0/core-concepts/sensors.html               |   926 ++
 .../2.7.0/core-concepts/taskflow.html              |  1113 ++
 docs/apache-airflow/2.7.0/core-concepts/tasks.html |  1206 ++
 .../2.7.0/core-concepts/variables.html             |   939 ++
 docs/apache-airflow/2.7.0/core-concepts/xcoms.html |   977 ++
 docs/apache-airflow/{stable => 2.7.0}/dag-run.html |     0
 .../{stable => 2.7.0}/dag-serialization.html       |     0
 docs/apache-airflow/2.7.0/database-erd-ref.html    |   896 ++
 .../2.7.0/deprecated-rest-api-ref.html             |  1012 ++
 docs/apache-airflow/2.7.0/docker-compose.yaml      |   300 +
 docs/apache-airflow/{stable => 2.7.0}/errors.html  |     0
 .../{stable => 2.7.0}/executor/celery.html         |     0
 .../executor/celery_kubernetes.html                |     0
 .../{stable => 2.7.0}/executor/dask.html           |     0
 .../{stable => 2.7.0}/executor/debug.html          |     0
 .../{stable => 2.7.0}/executor/index.html          |     0
 .../{stable => 2.7.0}/executor/kubernetes.html     |     0
 .../{stable => 2.7.0}/executor/local.html          |     0
 .../executor/local_kubernetes.html                 |     0
 .../{stable => 2.7.0}/executor/sequential.html     |     0
 docs/apache-airflow/2.7.0/extra-packages-ref.html  |  1667 ++
 docs/apache-airflow/2.7.0/faq.html                 |  1420 ++
 docs/apache-airflow/2.7.0/genindex.html            |  4616 ++++++
 docs/apache-airflow/2.7.0/howto/add-dag-tags.html  |   959 ++
 docs/apache-airflow/2.7.0/howto/add-new-role.html  |     1 +
 .../2.7.0/howto/add-owner-links.html               |   967 ++
 .../{stable => 2.7.0}/howto/check-health.html      |     0
 docs/apache-airflow/2.7.0/howto/connection.html    |  1382 ++
 .../{stable => 2.7.0}/howto/connection/index.html  |     0
 .../2.7.0/howto/create-custom-decorator.html       |  1148 ++
 .../2.7.0/howto/custom-operator.html               |  1259 ++
 .../2.7.0/howto/custom-view-plugin.html            |  1057 ++
 .../howto/customize-dag-ui-page-instance-name.html |     0
 .../howto/customize-state-colors-ui.html           |     0
 docs/apache-airflow/2.7.0/howto/customize-ui.html  |  1137 ++
 ...stomizing-dag-ui-header-and-airflow-page-titles |     0
 .../customize-ui.html#customizing-state-colours    |     0
 .../2.7.0/howto/define-extra-link.html             |  1078 ++
 .../{stable => 2.7.0}/howto/define_extra_link.html |     0
 .../2.7.0/howto/docker-compose/index.html          |  1377 ++
 .../2.7.0/howto/dynamic-dag-generation.html        |  1138 ++
 docs/apache-airflow/2.7.0/howto/email-config.html  |  1119 ++
 .../2.7.0/howto/export-more-env-vars.html          |   966 ++
 docs/apache-airflow/2.7.0/howto/index.html         |  1106 ++
 .../howto/initialize-database.html                 |     0
 .../2.7.0/howto/listener-plugin.html               |  1057 ++
 docs/apache-airflow/2.7.0/howto/notifications.html |  1007 ++
 docs/apache-airflow/2.7.0/howto/operator/bash.html |  1135 ++
 .../2.7.0/howto/operator/datetime.html             |  1082 ++
 .../{stable => 2.7.0}/howto/operator/external.html |     0
 .../2.7.0/howto/operator/external_task_sensor.html |  1089 ++
 docs/apache-airflow/2.7.0/howto/operator/file.html |   991 ++
 .../apache-airflow/2.7.0/howto/operator/index.html |  1033 ++
 .../2.7.0/howto/operator/python.html               |  1308 ++
 docs/apache-airflow/2.7.0/howto/operator/time.html |  1038 ++
 .../2.7.0/howto/operator/weekday.html              |  1023 ++
 .../2.7.0/howto/run-behind-proxy.html              |  1016 ++
 .../2.7.0/howto/run-with-systemd.html              |   958 ++
 .../howto/secure-connections.html                  |     0
 docs/apache-airflow/2.7.0/howto/set-config.html    |  1085 ++
 .../2.7.0/howto/set-up-database.html               |  1266 ++
 .../2.7.0/howto/setup-and-teardown.html            |  1126 ++
 docs/apache-airflow/2.7.0/howto/timetable.html     |  1367 ++
 .../howto/tracking-user-activity.html              |     0
 .../2.7.0/howto/upgrading-from-1-10/index.html     |  2340 +++
 .../howto/upgrading-from-1-10/upgrade-check.html   |  1148 ++
 docs/apache-airflow/2.7.0/howto/usage-cli.html     |  1320 ++
 .../howto/use-alternative-secrets-backend.html     |     0
 .../{stable => 2.7.0}/howto/use-test-config.html   |     0
 docs/apache-airflow/2.7.0/howto/variable.html      |  1002 ++
 .../{stable => 2.7.0}/howto/write-logs.html        |     0
 docs/apache-airflow/2.7.0/http-routingtable.html   |   941 ++
 docs/apache-airflow/2.7.0/index.html               |   997 ++
 .../{stable => 2.7.0}/installation.html            |     0
 .../2.7.0/installation/dependencies.html           |   999 ++
 docs/apache-airflow/2.7.0/installation/index.html  |  1269 ++
 .../2.7.0/installation/installing-from-pypi.html   |  1270 ++
 .../installation/installing-from-sources.html      |  1033 ++
 .../2.7.0/installation/prerequisites.html          |   965 ++
 .../installation/setting-up-the-database.html      |   935 ++
 .../2.7.0/installation/supported-versions.html     |  1021 ++
 .../installation/upgrade-check.html                |     0
 .../2.7.0/installation/upgrading.html              |  1168 ++
 docs/apache-airflow/2.7.0/integration.html         |   904 ++
 .../{stable => 2.7.0}/kubernetes.html              |     0
 docs/apache-airflow/2.7.0/license.html             |  1063 ++
 docs/apache-airflow/{stable => 2.7.0}/lineage.html |     0
 .../{stable => 2.7.0}/listeners.html               |     0
 .../logging-monitoring/callbacks.html              |     0
 .../logging-monitoring}/check-health.html          |     0
 .../logging-monitoring/errors.html                 |     0
 .../logging-monitoring/index.html                  |     0
 .../logging-monitoring/logging-architecture.html   |     0
 .../logging-monitoring/logging-tasks.html          |     0
 .../logging-monitoring/metrics.html                |     0
 .../tracking-user-activity.html                    |     0
 .../{stable => 2.7.0}/macros-ref.html              |     0
 docs/apache-airflow/{stable => 2.7.0}/metrics.html |     0
 docs/apache-airflow/2.7.0/migrations-ref.html      |  1583 ++
 .../{stable => 2.7.0}/modules_management.html      |     0
 docs/apache-airflow/2.7.0/objects.inv              |   Bin 0 -> 24606 bytes
 .../2.7.0/operators-and-hooks-ref.html             |  1015 ++
 .../_static/redoc.js                               |     0
 docs/apache-airflow/{stable => 2.7.0}/plugins.html |     0
 docs/apache-airflow/2.7.0/privacy_notice.html      |   934 ++
 .../{stable => 2.7.0}/production-deployment.html   |     0
 docs/apache-airflow/2.7.0/project.html             |   990 ++
 .../2.7.0/public-airflow-interface.html            |  1394 ++
 docs/apache-airflow/2.7.0/py-modindex.html         |  1463 ++
 .../{stable => 2.7.0}/python-api-ref.html          |     0
 docs/apache-airflow/2.7.0/release-process.html     |   955 ++
 docs/apache-airflow/2.7.0/release_notes.html       | 15763 +++++++++++++++++++
 .../{stable => 2.7.0}/rest-api-ref.html            |     0
 .../sbom/apache-airflow-sbom-2.7.0-npm-only.json   |     1 +
 .../apache-airflow-sbom-2.7.0-python3.10-full.json |     1 +
 ...low-sbom-2.7.0-python3.10-python-only-full.json |     1 +
 ...-airflow-sbom-2.7.0-python3.10-python-only.json |     1 +
 .../sbom/apache-airflow-sbom-2.7.0-python3.10.json |     1 +
 .../apache-airflow-sbom-2.7.0-python3.11-full.json |     1 +
 ...low-sbom-2.7.0-python3.11-python-only-full.json |     1 +
 ...-airflow-sbom-2.7.0-python3.11-python-only.json |     1 +
 .../sbom/apache-airflow-sbom-2.7.0-python3.11.json |     1 +
 .../apache-airflow-sbom-2.7.0-python3.7-full.json  |     1 +
 ...flow-sbom-2.7.0-python3.7-python-only-full.json |     1 +
 ...e-airflow-sbom-2.7.0-python3.7-python-only.json |     1 +
 .../sbom/apache-airflow-sbom-2.7.0-python3.7.json  |     1 +
 .../apache-airflow-sbom-2.7.0-python3.8-full.json  |     1 +
 ...flow-sbom-2.7.0-python3.8-python-only-full.json |     1 +
 ...e-airflow-sbom-2.7.0-python3.8-python-only.json |     1 +
 .../sbom/apache-airflow-sbom-2.7.0-python3.8.json  |     1 +
 .../apache-airflow-sbom-2.7.0-python3.9-full.json  |     1 +
 ...flow-sbom-2.7.0-python3.9-python-only-full.json |     1 +
 ...e-airflow-sbom-2.7.0-python3.9-python-only.json |     1 +
 .../sbom/apache-airflow-sbom-2.7.0-python3.9.json  |     1 +
 docs/apache-airflow/2.7.0/sbom/index.html          |    52 +
 .../{stable => 2.7.0}/scheduler.html               |     0
 docs/apache-airflow/2.7.0/search.html              |   905 ++
 docs/apache-airflow/2.7.0/searchindex.js           |     1 +
 .../apache-airflow/{stable => 2.7.0}/security.html |     0
 .../2.7.0/security/access-control.html             |  1562 ++
 docs/apache-airflow/2.7.0/security/api.html        |  1065 ++
 docs/apache-airflow/2.7.0/security/audit_logs.html |   965 ++
 docs/apache-airflow/2.7.0/security/flower.html     |   955 ++
 docs/apache-airflow/2.7.0/security/index.html      |   930 ++
 docs/apache-airflow/2.7.0/security/kerberos.html   |  1055 ++
 .../2.7.0/security/releasing_security_patches.html |   949 ++
 .../2.7.0/security/secrets/fernet.html             |   975 ++
 .../2.7.0/security/secrets/index.html              |   937 ++
 .../security/secrets/mask-sensitive-values.html    |   981 ++
 .../security/secrets/secrets-backend/index.html    |  1034 ++
 .../local-filesystem-secrets-backend.html          |  1072 ++
 .../security/secrets/secrets-backends/index.html   |     0
 .../local-filesystem-secrets-backend.html          |     0
 .../security/security-model.html                   |     0
 .../2.7.0/security/security_model.html             |  1023 ++
 docs/apache-airflow/2.7.0/security/webserver.html  |  1207 ++
 docs/apache-airflow/2.7.0/security/workload.html   |   956 ++
 .../{stable => 2.7.0}/stable-rest-api-ref.html     |     0
 docs/apache-airflow/2.7.0/start.html               |   992 ++
 .../{stable => 2.7.0}/start/docker.html            |     0
 .../{stable => 2.7.0}/start/index.html             |     0
 .../{stable => 2.7.0}/start/local.html             |     0
 docs/apache-airflow/2.7.0/templates-ref.html       |  1324 ++
 .../apache-airflow/{stable => 2.7.0}/timezone.html |     0
 .../apache-airflow/{stable => 2.7.0}/tutorial.html |     0
 .../2.7.0/tutorial/fundamentals.html               |  1562 ++
 docs/apache-airflow/2.7.0/tutorial/index.html      |   904 ++
 docs/apache-airflow/2.7.0/tutorial/pipeline.html   |  1212 ++
 docs/apache-airflow/2.7.0/tutorial/taskflow.html   |  1830 +++
 .../{stable => 2.7.0}/tutorial_taskflow_api.html   |     0
 docs/apache-airflow/2.7.0/ui.html                  |  1031 ++
 .../{stable => 2.7.0}/upgrade-check.html           |     0
 .../upgrading-from-1-10/index.html                 |     0
 .../upgrading-from-1-10/upgrade-check.html         |     0
 .../{stable => 2.7.0}/upgrading-to-2.html          |     0
 .../{stable => 2.7.0}/usage-cli.html               |     0
 848 files changed, 482724 insertions(+)
 create mode 100644 docs/apache-airflow/2.7.0/.buildinfo
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/base/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/branch_python/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/external_python/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/decorators/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/python/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/python_virtualenv/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/sensor/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/setup_teardown/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/short_circuit/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/decorators/task_group/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_bash_operator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_branch_datetime_operator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_branch_day_of_week_operator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_branch_labels/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_branch_operator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_branch_operator_decorator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_branch_python_dop_operator_3/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_complex/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_datasets/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_dynamic_task_mapping/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_dynamic_task_mapping_with_no_taskflow_operators/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_external_task_marker_dag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_kubernetes_executor/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_latest_only/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_latest_only_with_trigger/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_local_kubernetes_executor/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_nested_branch_dag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_params_trigger_ui/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_params_ui_tutorial/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_passing_params_via_test_command/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_python_operator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_sensor_decorator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_sensors/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_setup_teardown/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_setup_teardown_taskflow/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_short_circuit_decorator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_short_circuit_operator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_skip_dag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_subdag_operator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_task_group/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_task_group_decorator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_time_delta_sensor_async/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_trigger_controller_dag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_trigger_target_dag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_xcom/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/example_xcomargs/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/libs/helper/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/libs/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/plugins/event_listener/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/plugins/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/plugins/listener_plugin/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/plugins/workday/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/subdags/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/subdags/subdag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/tutorial/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/tutorial_dag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/tutorial_taskflow_api/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/example_dags/tutorial_taskflow_api_virtualenv/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/exceptions/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/hooks/base/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/hooks/dbapi/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/hooks/filesystem/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/hooks/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/hooks/subprocess/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/baseoperator/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/connection/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/models/dag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/dagbag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/param/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/taskinstance/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/taskinstancekey/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/variable/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/models/xcom/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/bash/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/branch/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/datetime/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/email/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/empty/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/generic_transfer/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/operators/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/latest_only/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/python/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/smooth/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/subdag/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/trigger_dagrun/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/operators/weekday/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/secrets/base_secrets/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/secrets/cache/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/secrets/environment_variables/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/secrets/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/secrets/local_filesystem/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/secrets/metastore/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/base/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/bash/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/date_time/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/external_task/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/filesystem/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/sensors/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/python/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/time_delta/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/time_sensor/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/sensors/weekday/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/timetables/_cron/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/timetables/base/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/timetables/events/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/timetables/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/timetables/interval/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/timetables/simple/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/timetables/trigger/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/triggers/base/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/triggers/external_task/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/triggers/file/index.html
 create mode 100644 docs/apache-airflow/2.7.0/_api/airflow/triggers/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/triggers/temporal/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_api/airflow/triggers/testing/index.html
 copy docs/apache-airflow/{stable => 2.7.0}/_api/index.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/add-dag-tags.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/add-role.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/airflow_erd.svg
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/apache.jpg (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/arch-diag-basic.png
 copy docs/apache-airflow/{1.10.13 => 2.7.0}/_images/arch-diag-kubernetes.png 
(100%)
 copy docs/apache-airflow/{1.10.13 => 2.7.0}/_images/arch-diag-kubernetes2.png 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/arch-diag-logging.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/basic-dag.png
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/branch_note.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/branch_with_trigger.png 
(100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/branch_without_trigger.png 
(100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/calendar.png
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/cli_completion.gif (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/code.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/connection_create.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/connection_edit.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/dag_doc.png
 copy docs/apache-airflow/{stable => 
2.7.0}/_images/dag_file_processing_diagram.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/dag_serialization.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/dags-page-new.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/dags-page-old.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/dags.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/dataset-scheduled-dags.png 
(100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/datasets.png
 create mode 100644 
docs/apache-airflow/2.7.0/_images/default_instance_name_configuration.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/demo_graph_view.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/demo_grid_view.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/duration.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/edge_label_example.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/email_connection.png (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_images/example_instance_name_configuration.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/example_passing_conf.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/gantt.png
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/graph-view-new.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/graph-view-old.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/graph.png
 copy docs/apache-airflow/{stable => 
2.7.0}/_images/graphviz-5817c4b4cb6cd3ea7d604aa85ab3420b64a24446.svg (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_images/graphviz-66e404e292d46e7c601f518726fab5fd4133292f.svg
 create mode 100644 docs/apache-airflow/2.7.0/_images/grid.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/grid_instance_details.png 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/grid_mapped_task.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/grid_run_details.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/grid_task_group.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/howto-owner-links.gif (100%)
 copy docs/apache-airflow/{1.10.13 => 2.7.0}/_images/k8s-failed-pod.png (100%)
 copy docs/apache-airflow/{1.10.13 => 2.7.0}/_images/k8s-happy-path.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/landing_times.png
 copy docs/apache-airflow/{1.10.12 => 
2.7.0}/_images/latest_only_with_trigger.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/mapping-simple-graph.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/mapping-simple-grid.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/new-role.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/operator_extra_link.png
 create mode 100644 
docs/apache-airflow/2.7.0/_images/run_task_on_celery_executor.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/setup-teardown-complex.png 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/setup-teardown-group.png 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/setup-teardown-nesting.png 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/setup-teardown-parallel.png 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/setup-teardown-scope.png 
(100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_images/setup-teardown-setup-group.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/setup-teardown-simple.png 
(100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/subdag_after.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/subdag_before.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/subdag_zoom.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/task_doc.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/task_group.gif (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/task_lifecycle_diagram.png
 create mode 100644 
docs/apache-airflow/2.7.0/_images/task_manual_vs_scheduled.png
 copy docs/apache-airflow/{stable => 
2.7.0}/_images/template_field_renderer_path.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/tree-view-new.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/tree-view-old.png (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_images/trigger-dag-tutorial-form.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/tutorial-pipeline-1.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/tutorial-pipeline-2.png
 create mode 100644 docs/apache-airflow/2.7.0/_images/ui-alert-message.png
 copy docs/apache-airflow/{stable => 2.7.0}/_images/ui-timezone-chooser.png 
(100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/usage_cli_export.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_images/usage_cli_imgcat.png (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_images/variable_hidden.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_images/watcher.png
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/decorators.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/decorators/base.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/decorators/branch_python.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/decorators/python.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/decorators/sensor.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/decorators/setup_teardown.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/decorators/task_group.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_bash_operator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_branch_datetime_operator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_branch_day_of_week_operator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_branch_labels.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_branch_operator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_branch_operator_decorator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_branch_python_dop_operator_3.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_complex.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_datasets.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_dynamic_task_mapping.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_dynamic_task_mapping_with_no_taskflow_operators.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_external_task_marker_dag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_kubernetes_executor.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_latest_only.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_latest_only_with_trigger.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_local_kubernetes_executor.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_nested_branch_dag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_params_trigger_ui.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_params_ui_tutorial.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_passing_params_via_test_command.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_python_operator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_sensor_decorator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_sensors.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_setup_teardown.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_setup_teardown_taskflow.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_short_circuit_decorator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_short_circuit_operator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_skip_dag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_subdag_operator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_task_group.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_task_group_decorator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_time_delta_sensor_async.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_trigger_controller_dag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_trigger_target_dag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_xcom.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/example_xcomargs.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/libs/helper.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/plugins/event_listener.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/plugins/listener_plugin.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/plugins/workday.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/subdags/subdag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/tutorial.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/tutorial_dag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/tutorial_taskflow_api.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/example_dags/tutorial_taskflow_api_virtualenv.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/exceptions.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/hooks/base.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/hooks/filesystem.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/hooks/subprocess.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/macros.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/models/baseoperator.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/models/connection.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/models/dag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/models/dagbag.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/models/param.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/models/taskinstance.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/models/taskinstancekey.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/models/variable.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/models/xcom.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/bash.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/branch.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/datetime.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/email.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/empty.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/generic_transfer.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/latest_only.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/python.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/smooth.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/subdag.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/trigger_dagrun.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/operators/weekday.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/policies.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/secrets.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/secrets/base_secrets.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/secrets/cache.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/secrets/environment_variables.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/secrets/local_filesystem.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/secrets/metastore.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/sensors/base.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/airflow/sensors/bash.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/sensors/date_time.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/sensors/external_task.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/sensors/filesystem.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/sensors/python.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/sensors/time_delta.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/sensors/time_sensor.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/sensors/weekday.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/timetables/_cron.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/timetables/base.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/timetables/events.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/timetables/interval.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/timetables/simple.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/timetables/trigger.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/triggers/base.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/triggers/external_task.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/triggers/file.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/triggers/temporal.html
 create mode 100644 
docs/apache-airflow/2.7.0/_modules/airflow/triggers/testing.html
 create mode 100644 docs/apache-airflow/2.7.0/_modules/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/base/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/branch_python/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/external_python/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/python/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/python_virtualenv/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/sensor/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/setup_teardown/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/short_circuit/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/decorators/task_group/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_bash_operator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_branch_datetime_operator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_branch_day_of_week_operator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_branch_labels/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_branch_operator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_branch_operator_decorator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_branch_python_dop_operator_3/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_complex/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_datasets/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_dynamic_task_mapping/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_dynamic_task_mapping_with_no_taskflow_operators/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_external_task_marker_dag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_kubernetes_executor/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_latest_only/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_latest_only_with_trigger/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_local_kubernetes_executor/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_nested_branch_dag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_params_trigger_ui/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_params_ui_tutorial/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_passing_params_via_test_command/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_python_operator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_sensor_decorator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_sensors/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_setup_teardown/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_setup_teardown_taskflow/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_short_circuit_decorator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_short_circuit_operator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_skip_dag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_subdag_operator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_task_group/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_task_group_decorator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_time_delta_sensor_async/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_trigger_controller_dag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_trigger_target_dag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_xcom/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/example_xcomargs/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/libs/helper/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/libs/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/plugins/event_listener/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/plugins/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/plugins/listener_plugin/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/plugins/workday/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/subdags/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/subdags/subdag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/tutorial/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/tutorial_dag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/tutorial_taskflow_api/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/example_dags/tutorial_taskflow_api_virtualenv/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/exceptions/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/hooks/base/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/hooks/dbapi/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/hooks/filesystem/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/hooks/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/hooks/subprocess/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/baseoperator/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/connection/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/dag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/dagbag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/param/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/taskinstance/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/taskinstancekey/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/variable/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/models/xcom/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/bash/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/branch/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/datetime/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/email/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/empty/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/generic_transfer/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/latest_only/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/python/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/smooth/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/subdag/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/trigger_dagrun/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/operators/weekday/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/secrets/base_secrets/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/secrets/cache/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/secrets/environment_variables/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/secrets/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/secrets/local_filesystem/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/secrets/metastore/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/base/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/bash/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/date_time/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/external_task/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/filesystem/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/python/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/time_delta/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/time_sensor/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/sensors/weekday/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/timetables/_cron/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/timetables/base/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/timetables/events/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/timetables/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/timetables/interval/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/timetables/simple/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/timetables/trigger/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/triggers/base/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/triggers/external_task/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/triggers/file/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/triggers/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/triggers/temporal/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/_api/airflow/triggers/testing/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/cluster-policies.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/dag-serialization.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/administration-and-deployment/index.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/kubernetes.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/lineage.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/listeners.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/callbacks.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/check-health.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/errors.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/index.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/administration-and-deployment/logging-monitoring/logging-architecture.rst.txt
 (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/logging-tasks.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/metrics.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/logging-monitoring/tracking-user-activity.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/modules_management.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/administration-and-deployment/pools.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/priority-weight.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/production-deployment.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/administration-and-deployment/scheduler.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/authoring-and-scheduling/connections.rst.txt (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/authoring-and-scheduling/dagfile-processing.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/datasets.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/deferring.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/dynamic-task-mapping.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/plugins.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/serializers.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/timetable.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/authoring-and-scheduling/timezone.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/best-practices.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/cli-and-env-variables-ref.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/configurations-ref.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/dag-run.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/dags.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/executor/celery.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/executor/celery_kubernetes.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/executor/dask.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/executor/debug.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/executor/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/executor/kubernetes.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/core-concepts/executor/local.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/executor/local_kubernetes.rst.txt
 copy docs/apache-airflow/{1.10.12/_sources => 
2.7.0/_sources/core-concepts}/executor/sequential.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/operators.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/overview.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/params.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/core-concepts/sensors.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/taskflow.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/tasks.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/core-concepts/variables.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/core-concepts/xcoms.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/database-erd-ref.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/deprecated-rest-api-ref.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/extra-packages-ref.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/faq.rst.txt
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/howto/add-dag-tags.rst.txt 
(100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/add-owner-links.rst.txt (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_sources/howto/connection.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/create-custom-decorator.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/custom-operator.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/custom-view-plugin.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/customize-ui.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/define-extra-link.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/docker-compose/index.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/dynamic-dag-generation.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/email-config.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/export-more-env-vars.rst.txt
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/howto/index.rst.txt (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/listener-plugin.rst.txt (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/notifications.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/operator/bash.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/operator/datetime.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/operator/external_task_sensor.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/operator/file.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/operator/index.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/operator/python.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/operator/time.rst.txt (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/operator/weekday.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/run-behind-proxy.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/run-with-systemd.rst.txt (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_sources/howto/set-config.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/set-up-database.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/setup-and-teardown.rst.txt
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/howto/timetable.rst.txt 
(100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/howto/upgrading-from-1-10/index.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/howto/upgrading-from-1-10/upgrade-check.rst.txt (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/howto/usage-cli.rst.txt 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/howto/variable.rst.txt 
(100%)
 create mode 100644 docs/apache-airflow/2.7.0/_sources/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/installation/dependencies.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/installation/index.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/installation/installing-from-pypi.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/installation/installing-from-sources.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/installation/prerequisites.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/installation/setting-up-the-database.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/installation/supported-versions.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/installation/upgrading.rst.txt
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/integration.rst.txt (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/license.rst.txt (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_sources/migrations-ref.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/operators-and-hooks-ref.rst.txt (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_sources/privacy_notice.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/project.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/public-airflow-interface.rst.txt
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/release-process.rst.txt 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/release_notes.rst.txt 
(100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/security/access-control.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/security/api.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/security/audit_logs.rst.txt
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/security/flower.rst.txt 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/security/index.rst.txt 
(100%)
 create mode 100644 docs/apache-airflow/2.7.0/_sources/security/kerberos.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/security/releasing_security_patches.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/security/secrets/fernet.rst.txt (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/security/secrets/index.rst.txt (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/security/secrets/mask-sensitive-values.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/security/secrets/secrets-backend/index.rst.txt
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/security/secrets/secrets-backend/local-filesystem-secrets-backend.rst.txt
 (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/security/security_model.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/security/webserver.rst.txt
 copy docs/apache-airflow/{stable => 2.7.0}/_sources/security/workload.rst.txt 
(100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/_sources/stable-rest-api-ref.rst.txt (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_sources/start.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/templates-ref.rst.txt
 create mode 100644 
docs/apache-airflow/2.7.0/_sources/tutorial/fundamentals.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/tutorial/index.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/tutorial/pipeline.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/tutorial/taskflow.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_sources/ui.rst.txt
 create mode 100644 docs/apache-airflow/2.7.0/_specs/v1.yaml
 create mode 100644 
docs/apache-airflow/2.7.0/_static/_gen/css/main-custom.min.css
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_static/_gen/css/main.min.css 
(100%)
 create mode 100644 docs/apache-airflow/2.7.0/_static/_gen/js/docs.js
 create mode 100644 
docs/apache-airflow/2.7.0/_static/_sphinx_javascript_frameworks_compat.js
 create mode 100644 docs/apache-airflow/2.7.0/_static/basic.css
 copy docs/apache-airflow/{stable => 2.7.0}/_static/check-solid.svg (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_static/clipboard.min.js (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_static/copy-button.svg (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_static/copybutton.css (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_static/copybutton.js (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/_static/copybutton_funcs.js (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_static/doctools.js
 create mode 100644 docs/apache-airflow/2.7.0/_static/documentation_options.js
 copy docs/apache-airflow/{1.10.13 => 2.7.0}/_static/exampleinclude.css (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_static/file.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_static/gh-jira-links.js
 create mode 100644 docs/apache-airflow/2.7.0/_static/graphviz.css
 create mode 100644 docs/apache-airflow/2.7.0/_static/jquery-3.6.0.js
 create mode 100644 docs/apache-airflow/2.7.0/_static/jquery.js
 copy docs/apache-airflow/{stable => 2.7.0}/_static/js/globaltoc.js (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_static/language_data.js
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_static/minus.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_static/pin_32.png (100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/_static/plus.png (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_static/pygments.css
 copy docs/apache-airflow/{stable => 2.7.0}/_static/redoc.js (100%)
 create mode 100644 docs/apache-airflow/2.7.0/_static/searchtools.js
 create mode 100644 docs/apache-airflow/2.7.0/_static/sphinx_highlight.js
 create mode 100644 docs/apache-airflow/2.7.0/_static/underscore-1.13.1.js
 create mode 100644 docs/apache-airflow/2.7.0/_static/underscore.js
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/cluster-policies.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/dag-serialization.html
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/dagfile-processing.html (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/kubernetes.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/lineage.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/listeners.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/advanced-logging-configuration.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/callbacks.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/check-health.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/errors.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/logging-architecture.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/logging-tasks.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/metrics.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/logging-monitoring/tracking-user-activity.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/modules_management.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/pools.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/priority-weight.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/production-deployment.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/scheduler.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/security/access-control.html
 create mode 100644 
docs/apache-airflow/2.7.0/administration-and-deployment/security/access-control/index.html
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/api.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/audit_logs.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/flower.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/index.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/kerberos.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/secrets/fernet.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/secrets/index.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/secrets/mask-sensitive-values.html
 (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/secrets/secrets-backends/index.html
 (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/secrets/secrets-backends/local-filesystem-secrets-backend.html
 (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/webserver.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/administration-and-deployment/security/workload.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/airflow.sh (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/connections.html
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/authoring-and-scheduling/cron.html 
(100%)
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/dagfile-processing.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/datasets.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/deferring.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/dynamic-task-mapping.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/plugins.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/serializers.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/timetable.html
 create mode 100644 
docs/apache-airflow/2.7.0/authoring-and-scheduling/timezone.html
 create mode 100644 docs/apache-airflow/2.7.0/best-practices.html
 create mode 100644 docs/apache-airflow/2.7.0/build.rst
 copy docs/apache-airflow/{stable => 2.7.0}/changelog.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/cli-and-env-variables-ref.html
 copy docs/apache-airflow/{stable => 2.7.0}/cli-ref.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/cluster-policies.html 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/connections.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/dagfile-processing.html 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/dags.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/datasets.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/deferring.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/dynamic-task-mapping.html 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/index.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/operators.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/overview.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/params.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/pools.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/priority-weight.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/scheduler.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/sensors.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/taskflow.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/tasks.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/timetable.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/variables.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/concepts/xcoms.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/configurations-ref.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/dag-run.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/dags.html
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/core-concepts/debug.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/executor/celery.html
 create mode 100644 
docs/apache-airflow/2.7.0/core-concepts/executor/celery_kubernetes.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/executor/dask.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/executor/debug.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/executor/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/core-concepts/executor/kubernetes.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/executor/local.html
 create mode 100644 
docs/apache-airflow/2.7.0/core-concepts/executor/local_kubernetes.html
 create mode 100644 
docs/apache-airflow/2.7.0/core-concepts/executor/sequential.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/index.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/operators.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/overview.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/params.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/sensors.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/taskflow.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/tasks.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/variables.html
 create mode 100644 docs/apache-airflow/2.7.0/core-concepts/xcoms.html
 copy docs/apache-airflow/{stable => 2.7.0}/dag-run.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/dag-serialization.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/database-erd-ref.html
 create mode 100644 docs/apache-airflow/2.7.0/deprecated-rest-api-ref.html
 create mode 100644 docs/apache-airflow/2.7.0/docker-compose.yaml
 copy docs/apache-airflow/{stable => 2.7.0}/errors.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/celery.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/celery_kubernetes.html 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/dask.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/debug.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/index.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/kubernetes.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/local.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/local_kubernetes.html 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/executor/sequential.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/extra-packages-ref.html
 create mode 100644 docs/apache-airflow/2.7.0/faq.html
 create mode 100644 docs/apache-airflow/2.7.0/genindex.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/add-dag-tags.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/add-new-role.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/add-owner-links.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/check-health.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/connection.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/connection/index.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/create-custom-decorator.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/custom-operator.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/custom-view-plugin.html
 copy docs/apache-airflow/{stable => 
2.7.0}/howto/customize-dag-ui-page-instance-name.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/howto/customize-state-colors-ui.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/customize-ui.html
 copy docs/apache-airflow/{stable => 
2.7.0}/howto/customize-ui.html#customizing-dag-ui-header-and-airflow-page-titles
 (100%)
 copy docs/apache-airflow/{1.10.12 => 
2.7.0}/howto/customize-ui.html#customizing-state-colours (100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/define-extra-link.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/define_extra_link.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/docker-compose/index.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/dynamic-dag-generation.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/email-config.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/export-more-env-vars.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/index.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/initialize-database.html 
(100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/listener-plugin.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/notifications.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/operator/bash.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/operator/datetime.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/operator/external.html (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/howto/operator/external_task_sensor.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/operator/file.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/operator/index.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/operator/python.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/operator/time.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/operator/weekday.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/run-behind-proxy.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/run-with-systemd.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/secure-connections.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/set-config.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/set-up-database.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/setup-and-teardown.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/timetable.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/tracking-user-activity.html 
(100%)
 create mode 100644 
docs/apache-airflow/2.7.0/howto/upgrading-from-1-10/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/howto/upgrading-from-1-10/upgrade-check.html
 create mode 100644 docs/apache-airflow/2.7.0/howto/usage-cli.html
 copy docs/apache-airflow/{stable => 
2.7.0}/howto/use-alternative-secrets-backend.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/howto/use-test-config.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/howto/variable.html
 copy docs/apache-airflow/{stable => 2.7.0}/howto/write-logs.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/http-routingtable.html
 create mode 100644 docs/apache-airflow/2.7.0/index.html
 copy docs/apache-airflow/{stable => 2.7.0}/installation.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/installation/dependencies.html
 create mode 100644 docs/apache-airflow/2.7.0/installation/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/installation/installing-from-pypi.html
 create mode 100644 
docs/apache-airflow/2.7.0/installation/installing-from-sources.html
 create mode 100644 docs/apache-airflow/2.7.0/installation/prerequisites.html
 create mode 100644 
docs/apache-airflow/2.7.0/installation/setting-up-the-database.html
 create mode 100644 
docs/apache-airflow/2.7.0/installation/supported-versions.html
 copy docs/apache-airflow/{stable => 2.7.0}/installation/upgrade-check.html 
(100%)
 create mode 100644 docs/apache-airflow/2.7.0/installation/upgrading.html
 create mode 100644 docs/apache-airflow/2.7.0/integration.html
 copy docs/apache-airflow/{stable => 2.7.0}/kubernetes.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/license.html
 copy docs/apache-airflow/{stable => 2.7.0}/lineage.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/listeners.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/logging-monitoring/callbacks.html 
(100%)
 copy docs/apache-airflow/{stable/howto => 
2.7.0/logging-monitoring}/check-health.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/logging-monitoring/errors.html 
(100%)
 copy docs/apache-airflow/{stable => 2.7.0}/logging-monitoring/index.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/logging-monitoring/logging-architecture.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/logging-monitoring/logging-tasks.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/logging-monitoring/metrics.html 
(100%)
 copy docs/apache-airflow/{stable/howto => 
2.7.0/logging-monitoring}/tracking-user-activity.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/macros-ref.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/metrics.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/migrations-ref.html
 copy docs/apache-airflow/{stable => 2.7.0}/modules_management.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/objects.inv
 create mode 100644 docs/apache-airflow/2.7.0/operators-and-hooks-ref.html
 copy docs/apache-airflow/{stable => 
2.7.0}/output-spelling-results-apache-airflow/_static/redoc.js (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/plugins.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/privacy_notice.html
 copy docs/apache-airflow/{stable => 2.7.0}/production-deployment.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/project.html
 create mode 100644 docs/apache-airflow/2.7.0/public-airflow-interface.html
 create mode 100644 docs/apache-airflow/2.7.0/py-modindex.html
 copy docs/apache-airflow/{stable => 2.7.0}/python-api-ref.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/release-process.html
 create mode 100644 docs/apache-airflow/2.7.0/release_notes.html
 copy docs/apache-airflow/{stable => 2.7.0}/rest-api-ref.html (100%)
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-npm-only.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.10-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.10-python-only-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.10-python-only.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.10.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.11-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.11-python-only-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.11-python-only.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.11.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.7-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.7-python-only-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.7-python-only.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.7.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.8-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.8-python-only-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.8-python-only.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.8.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.9-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.9-python-only-full.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.9-python-only.json
 create mode 100644 
docs/apache-airflow/2.7.0/sbom/apache-airflow-sbom-2.7.0-python3.9.json
 create mode 100644 docs/apache-airflow/2.7.0/sbom/index.html
 copy docs/apache-airflow/{stable => 2.7.0}/scheduler.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/search.html
 create mode 100644 docs/apache-airflow/2.7.0/searchindex.js
 copy docs/apache-airflow/{stable => 2.7.0}/security.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/security/access-control.html
 create mode 100644 docs/apache-airflow/2.7.0/security/api.html
 create mode 100644 docs/apache-airflow/2.7.0/security/audit_logs.html
 create mode 100644 docs/apache-airflow/2.7.0/security/flower.html
 create mode 100644 docs/apache-airflow/2.7.0/security/index.html
 create mode 100644 docs/apache-airflow/2.7.0/security/kerberos.html
 create mode 100644 
docs/apache-airflow/2.7.0/security/releasing_security_patches.html
 create mode 100644 docs/apache-airflow/2.7.0/security/secrets/fernet.html
 create mode 100644 docs/apache-airflow/2.7.0/security/secrets/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/security/secrets/mask-sensitive-values.html
 create mode 100644 
docs/apache-airflow/2.7.0/security/secrets/secrets-backend/index.html
 create mode 100644 
docs/apache-airflow/2.7.0/security/secrets/secrets-backend/local-filesystem-secrets-backend.html
 copy docs/apache-airflow/{stable => 
2.7.0}/security/secrets/secrets-backends/index.html (100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/security/secrets/secrets-backends/local-filesystem-secrets-backend.html 
(100%)
 copy docs/apache-airflow/{1.10.12 => 2.7.0}/security/security-model.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/security/security_model.html
 create mode 100644 docs/apache-airflow/2.7.0/security/webserver.html
 create mode 100644 docs/apache-airflow/2.7.0/security/workload.html
 copy docs/apache-airflow/{stable => 2.7.0}/stable-rest-api-ref.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/start.html
 copy docs/apache-airflow/{stable => 2.7.0}/start/docker.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/start/index.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/start/local.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/templates-ref.html
 copy docs/apache-airflow/{stable => 2.7.0}/timezone.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/tutorial.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/tutorial/fundamentals.html
 create mode 100644 docs/apache-airflow/2.7.0/tutorial/index.html
 create mode 100644 docs/apache-airflow/2.7.0/tutorial/pipeline.html
 create mode 100644 docs/apache-airflow/2.7.0/tutorial/taskflow.html
 copy docs/apache-airflow/{stable => 2.7.0}/tutorial_taskflow_api.html (100%)
 create mode 100644 docs/apache-airflow/2.7.0/ui.html
 copy docs/apache-airflow/{stable => 2.7.0}/upgrade-check.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/upgrading-from-1-10/index.html 
(100%)
 copy docs/apache-airflow/{stable => 
2.7.0}/upgrading-from-1-10/upgrade-check.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/upgrading-to-2.html (100%)
 copy docs/apache-airflow/{stable => 2.7.0}/usage-cli.html (100%)

Reply via email to