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 bcb97d05ad Fix partial doc reference error due to missing space 
(#33770)
bcb97d05ad is described below

commit bcb97d05add522220d99759352bc5a0de9b69ae8
Author: Wei Lee <[email protected]>
AuthorDate: Sat Aug 26 15:01:30 2023 +0800

    Fix partial doc reference error due to missing space (#33770)
    
    * docs: fix partial doc reference error due to missing space
    
    * docs: remove Prerequisite Tasks section for the providers that don't have 
such content
---
 docs/apache-airflow-providers-microsoft-azure/operators/adls.rst    | 2 +-
 .../transfer/local_to_adls.rst                                      | 2 +-
 .../operators/transfer/gcs_to_presto.rst                            | 6 ------
 docs/apache-airflow-providers-qubole/operators/qubole.rst           | 5 -----
 docs/apache-airflow-providers-qubole/operators/qubole_check.rst     | 5 -----
 .../operators/transfer/gcs_to_trino.rst                             | 6 ------
 6 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/docs/apache-airflow-providers-microsoft-azure/operators/adls.rst 
b/docs/apache-airflow-providers-microsoft-azure/operators/adls.rst
index b7e29446c8..5457899145 100644
--- a/docs/apache-airflow-providers-microsoft-azure/operators/adls.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/operators/adls.rst
@@ -22,7 +22,7 @@ Azure DataLake Storage Operators
 Prerequisite Tasks
 ^^^^^^^^^^^^^^^^^^
 
-.. include::/operators/_partials/prerequisite_tasks.rst
+.. include:: /operators/_partials/prerequisite_tasks.rst
 
 .. _howto/operator:ADLSDeleteOperator:
 
diff --git 
a/docs/apache-airflow-providers-microsoft-azure/transfer/local_to_adls.rst 
b/docs/apache-airflow-providers-microsoft-azure/transfer/local_to_adls.rst
index 0de321e63e..76a06133d2 100644
--- a/docs/apache-airflow-providers-microsoft-azure/transfer/local_to_adls.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/transfer/local_to_adls.rst
@@ -25,7 +25,7 @@ This page shows how to upload data from local filesystem to 
ADL.
 Prerequisite Tasks
 ^^^^^^^^^^^^^^^^^^
 
-.. include::/operators/_partials/prerequisite_tasks.rst
+.. include:: /operators/_partials/prerequisite_tasks.rst
 
 .. _howto/operator:LocalFilesystemToADLSOperator:
 
diff --git 
a/docs/apache-airflow-providers-presto/operators/transfer/gcs_to_presto.rst 
b/docs/apache-airflow-providers-presto/operators/transfer/gcs_to_presto.rst
index 371b7d4141..de717cdaee 100644
--- a/docs/apache-airflow-providers-presto/operators/transfer/gcs_to_presto.rst
+++ b/docs/apache-airflow-providers-presto/operators/transfer/gcs_to_presto.rst
@@ -27,12 +27,6 @@ querying data where it lives, including Hive, Cassandra, 
relational databases or
 A single Presto query can combine data from multiple sources, allowing for 
analytics across your entire
 organization.
 
-
-Prerequisite Tasks
-^^^^^^^^^^^^^^^^^^
-
-.. include::/operators/_partials/prerequisite_tasks.rst
-
 .. _howto/operator:GCSToPresto:
 
 Load CSV from GCS to Presto Table
diff --git a/docs/apache-airflow-providers-qubole/operators/qubole.rst 
b/docs/apache-airflow-providers-qubole/operators/qubole.rst
index 31d6651a0c..b95e553ed2 100644
--- a/docs/apache-airflow-providers-qubole/operators/qubole.rst
+++ b/docs/apache-airflow-providers-qubole/operators/qubole.rst
@@ -25,11 +25,6 @@ Airflow provides operators to execute tasks (commands) on 
QDS and perform checks
 Also, there are provided sensors that waits for a file, folder or partition to 
be present in cloud storage and check for its presence via QDS APIs
 
 
-Prerequisite Tasks
-^^^^^^^^^^^^^^^^^^
-
-.. include::/operators/_partials/prerequisite_tasks.rst
-
 .. _howto/operator:QuboleOperator:
 
 Execute tasks
diff --git a/docs/apache-airflow-providers-qubole/operators/qubole_check.rst 
b/docs/apache-airflow-providers-qubole/operators/qubole_check.rst
index 7c124833bb..482b85d375 100644
--- a/docs/apache-airflow-providers-qubole/operators/qubole_check.rst
+++ b/docs/apache-airflow-providers-qubole/operators/qubole_check.rst
@@ -23,11 +23,6 @@ Qubole delivers a Self-Service Platform for Big Data 
Analytics built on Amazon W
 
 Airflow provides operators to execute tasks (commands) on QDS and perform 
checks against Qubole Commands.
 
-Prerequisite Tasks
-^^^^^^^^^^^^^^^^^^
-
-.. include::/operators/_partials/prerequisite_tasks.rst
-
 .. _howto/operator:QuboleCheckOperator:
 
 Perform checks
diff --git 
a/docs/apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst 
b/docs/apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst
index fa43780725..39224b3ca3 100644
--- a/docs/apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst
+++ b/docs/apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst
@@ -27,12 +27,6 @@ querying data where it lives, including Hive, Cassandra, 
relational databases or
 A single Trino query can combine data from multiple sources, allowing for 
analytics across your entire
 organization.
 
-
-Prerequisite Tasks
-^^^^^^^^^^^^^^^^^^
-
-.. include::/operators/_partials/prerequisite_tasks.rst
-
 .. _howto/operator:GCSToPresto:
 
 Load CSV from GCS to Trino Table

Reply via email to