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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 09880741cb Add configuration files for yandex (#35420)
09880741cb is described below

commit 09880741cbfc4c1e6d433d1e7fac60deccd10a97
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Nov 3 21:18:50 2023 +0100

    Add configuration files for yandex (#35420)
    
    The change #35059 missed configuration docs but it did not fail
    the test suite. We need to improve it in the future, but for now
    just adding missing configuration documentations should fix
    doc build failures.
---
 .../configurations-ref.rst                             | 18 ++++++++++++++++++
 docs/apache-airflow-providers-yandex/index.rst         |  1 +
 docs/apache-airflow/configurations-ref.rst             |  1 +
 3 files changed, 20 insertions(+)

diff --git a/docs/apache-airflow-providers-yandex/configurations-ref.rst 
b/docs/apache-airflow-providers-yandex/configurations-ref.rst
new file mode 100644
index 0000000000..5885c9d91b
--- /dev/null
+++ b/docs/apache-airflow-providers-yandex/configurations-ref.rst
@@ -0,0 +1,18 @@
+ .. Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+ ..   http://www.apache.org/licenses/LICENSE-2.0
+
+ .. Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+.. include:: ../exts/includes/providers-configurations-ref.rst
diff --git a/docs/apache-airflow-providers-yandex/index.rst 
b/docs/apache-airflow-providers-yandex/index.rst
index 77d1157d78..c0cfacc14a 100644
--- a/docs/apache-airflow-providers-yandex/index.rst
+++ b/docs/apache-airflow-providers-yandex/index.rst
@@ -34,6 +34,7 @@
     :maxdepth: 1
     :caption: Guides
 
+    Configuration <configurations-ref>
     Connection types <connections/yandexcloud>
     Operators <operators>
 
diff --git a/docs/apache-airflow/configurations-ref.rst 
b/docs/apache-airflow/configurations-ref.rst
index 6f4a5b1d62..f36b71659c 100644
--- a/docs/apache-airflow/configurations-ref.rst
+++ b/docs/apache-airflow/configurations-ref.rst
@@ -43,6 +43,7 @@ in the provider's documentation. The pre-installed providers 
that you may want t
 * :doc:`Configuration Reference for OpenLineage Provider 
<apache-airflow-providers-openlineage:configurations-ref>`
 * :doc:`Configuration Reference for Elasticsearch Provider 
<apache-airflow-providers-elasticsearch:configurations-ref>`
 * :doc:`Configuration Reference for Amazon Provider 
<apache-airflow-providers-amazon:configurations-ref>`
+* :doc:`Configuration Reference for Yandex Provider 
<apache-airflow-providers-yandex:configurations-ref>`
 
 .. note::
     For more information see :doc:`/howto/set-config`.

Reply via email to