Skip to content

Commit

Permalink
[FIX] typo doc of gcs operator (#22290)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv authored Mar 15, 2022
1 parent 3452f7c commit 6448b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/google/cloud/operators/gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ class GCSFileTransformOperator(BaseOperator):
data from source, transform it and write the output to the local
destination file.
:param source_bucket: The key to be retrieved from S3. (templated)
:param destination_bucket: The key to be written from S3. (templated)
:param source_bucket: The key to be retrieved from GCS. (templated)
:param destination_bucket: The key to be written from GCS. (templated)
:param transform_script: location of the executable transformation script or list of arguments
passed to subprocess ex. `['python', 'script.py', 10]`. (templated)
:param gcp_conn_id: The connection ID to use connecting to Google Cloud.
Expand Down

0 comments on commit 6448b24

Please sign in to comment.