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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]