[AIRFLOW-2446] Add S3ToRedshiftTransfer into the "Integration" doc
This PR adds an undocumented AWS-related operator into the "Integration" section and fixes some obsolete description. Closes #3340 from sekikn/AIRFLOW-2446
This commit is contained in:
Родитель
0ae21cf6e5
Коммит
686e805e67
|
@ -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:
|
||||
|
||||
|
@ -291,6 +292,13 @@ RedshiftToS3Transfer
|
|||
|
||||
.. autoclass:: airflow.operators.redshift_to_s3_operator.RedshiftToS3Transfer
|
||||
|
||||
.. _S3ToRedshiftTransfer:
|
||||
|
||||
S3ToRedshiftTransfer
|
||||
""""""""""""""""""""
|
||||
|
||||
.. autoclass:: airflow.operators.s3_to_redshift_operator.S3ToRedshiftTransfer
|
||||
|
||||
|
||||
.. _Databricks:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче