This is an automated email from the ASF dual-hosted git repository.
husseinawala 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 988da34fab replace .rst with .html in links (#37265)
988da34fab is described below
commit 988da34fab87d3425a5ad60a550d41dc79fc8b24
Author: simonprydden <[email protected]>
AuthorDate: Thu Feb 8 21:48:24 2024 +0000
replace .rst with .html in links (#37265)
Co-authored-by: SimonPrydden <[email protected]>
---
docs/apache-airflow-providers-amazon/connections/athena.rst | 6 +++---
.../apache-airflow-providers-amazon/operators/athena/athena_sql.rst | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/apache-airflow-providers-amazon/connections/athena.rst
b/docs/apache-airflow-providers-amazon/connections/athena.rst
index 823447035e..a06dcbeebe 100644
--- a/docs/apache-airflow-providers-amazon/connections/athena.rst
+++ b/docs/apache-airflow-providers-amazon/connections/athena.rst
@@ -24,12 +24,12 @@ The Athena connection type enables DB API 2.0 integrations
with Athena.
.. note::
This connection type is meant to be used with ``AthenaSqlHook``.
- For ``AthenaHook`` use the `Amazon Web Services Connection <./aws.rst>`_
Type instead.
+ For ``AthenaHook`` use the `Amazon Web Services Connection <./aws.html>`_
Type instead.
Authenticating to Amazon Athena
---------------------------------
-Authentication may be performed using any of the authentication methods
supported by `Amazon Web Services Connection <./aws.rst>`_.
+Authentication may be performed using any of the authentication methods
supported by `Amazon Web Services Connection <./aws.html>`_.
Default Connection IDs
----------------------
@@ -59,5 +59,5 @@ please see the `documentation
<https://github.com/laughingman7743/PyAthena/>`_
for PyAthena supported parameters.
Since this connection type uses authentication methods from the
-`Amazon Web Services Connection <./aws.rst>`_ documentation, please refer to
that
+`Amazon Web Services Connection <./aws.html>`_ documentation, please refer to
that
for additional information about configuring the connection.
diff --git
a/docs/apache-airflow-providers-amazon/operators/athena/athena_sql.rst
b/docs/apache-airflow-providers-amazon/operators/athena/athena_sql.rst
index ceb45a39b2..c29f89063f 100644
--- a/docs/apache-airflow-providers-amazon/operators/athena/athena_sql.rst
+++ b/docs/apache-airflow-providers-amazon/operators/athena/athena_sql.rst
@@ -36,7 +36,7 @@ Operators
Execute a SQL query
===================
-The generic ``SQLExecuteQueryOperator`` can be used to execute SQL queries
against Amazon Athena using a `Athena connection
<../../connections/athena.rst>`_.
+The generic ``SQLExecuteQueryOperator`` can be used to execute SQL queries
against Amazon Athena using a `Athena connection
<../../connections/athena.html>`_.
To execute a single SQL query against an Amazon Athena without bringing back
the results to Airflow,
please use ``AthenaOperator`` instead.