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

uranusjr 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 16585b178f Update redshift_sql.rst to reference Redshift connection 
(#35902)
16585b178f is described below

commit 16585b178fab53b7c6d063426105664e55b14bfe
Author: Gabe Flores <[email protected]>
AuthorDate: Mon Nov 27 23:13:25 2023 -0600

    Update redshift_sql.rst to reference Redshift connection (#35902)
---
 .../operators/redshift/redshift_sql.rst                               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst 
b/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
index 813b66d335..bcd77f0d8b 100644
--- a/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
+++ b/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
@@ -35,9 +35,9 @@ Operators
 Execute a SQL query
 ===================
 
-The generic ``SQLExecuteQueryOperator`` can be used to execute SQL queries 
against an Amazon Redshift cluster using a Postgres connection.
+The generic ``SQLExecuteQueryOperator`` can be used to execute SQL queries 
against an Amazon Redshift cluster using a `Redshift connection 
<../../connections/redshift.rst>`_.
 
-To execute a SQL query against an Amazon Redshift cluster without using a 
Postgres connection,
+To execute a SQL query against an Amazon Redshift cluster without using a 
Redshift connection,
 please check ``RedshiftDataOperator``.
 
 .. exampleinclude:: 
/../../tests/system/providers/common/sql/example_sql_execute_query.py

Reply via email to