john-jac commented on a change in pull request #19137:
URL: https://github.com/apache/airflow/pull/19137#discussion_r746763753



##########
File path: docs/apache-airflow-providers-amazon/operators/redshift_data.rst
##########
@@ -0,0 +1,52 @@
+ .. Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+ ..   http://www.apache.org/licenses/LICENSE-2.0
+
+ .. Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+.. _howto/operator:RedshiftDataOperator:
+
+RedshiftDataOperator
+====================
+
+.. contents::
+  :depth: 1
+  :local:
+
+Overview
+--------
+
+Use the :class:`RedshiftDataOperator 
<airflow.providers.amazon.aws.operators.redshift_data>` to execute
+statements against an Amazon Redshift cluster.
+
+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:
       > Is this not necessarily true after version 2.4.0 of the Amazon 
provider is released? Looks like the Postgres dependency is being removed as 
part of #18844.
   
   This is referring to the Redshift requirement that a Postgres URL and port 
is open to Airflow.  With boto3 redshift-data, no such access need exist




-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to