You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/10 20:55:26 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #22157: Fix RedshiftDataOperator and update doc

eladkal commented on a change in pull request #22157:
URL: https://github.com/apache/airflow/pull/22157#discussion_r824148716



##########
File path: docs/apache-airflow-providers-amazon/operators/redshift_data.rst
##########
@@ -15,38 +15,37 @@
     specific language governing permissions and limitations
     under the License.
 
-.. _howto/operator:RedshiftDataOperator:
+Amazon Redshift Data Operators
+==============================
 
-RedshiftDataOperator
-====================
+Use the :class:`RedshiftDataOperator <airflow.providers.amazon.aws.operators.redshift_data>` to execute
+statements against an Amazon Redshift cluster.
 
-.. contents::
-  :depth: 1
-  :local:
+This differs from `RedshiftSQLOperator` in that it allows users to query and retrieve data via the AWS API and avoid the necessity of a Postgres connection.

Review comment:
       ```suggestion
   This differs from ``RedshiftSQLOperator`` in that it allows users to query and retrieve data via the AWS API and avoid the necessity of a Postgres connection.
   ```
   
   fix static checks




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org