Skip to content

Commit

Permalink
[AIRFLOW-2446] Add S3ToRedshiftTransfer into the "Integration" doc
Browse files Browse the repository at this point in the history
This PR adds an undocumented AWS-related operator
into the "Integration" section and fixes some
obsolete description.

Closes apache#3340 from sekikn/AIRFLOW-2446
  • Loading branch information
sekikn authored and Fokko Driesprong committed May 10, 2018
1 parent 0ae21cf commit 686e805
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ AWS RedShift

- :ref:`AwsRedshiftClusterSensor` : Waits for a Redshift cluster to reach a specific status.
- :ref:`RedshiftHook` : Interact with AWS Redshift, using the boto3 library.
- :ref:`RedshiftToS3Transfer` : Executes an unload command to S3 as a CSV with headers.
- :ref:`RedshiftToS3Transfer` : Executes an unload command to S3 as CSV with or without headers.
- :ref:`S3ToRedshiftTransfer` : Executes an copy command from S3 as CSV with or without headers.

.. _AwsRedshiftClusterSensor:

Expand All @@ -291,6 +292,13 @@ RedshiftToS3Transfer

.. autoclass:: airflow.operators.redshift_to_s3_operator.RedshiftToS3Transfer

.. _S3ToRedshiftTransfer:

S3ToRedshiftTransfer
""""""""""""""""""""

.. autoclass:: airflow.operators.s3_to_redshift_operator.S3ToRedshiftTransfer


.. _Databricks:

Expand Down

0 comments on commit 686e805

Please sign in to comment.