Skip to content

Commit

Permalink
Fix sql_to_gcs docstring lint error (#15730)
Browse files Browse the repository at this point in the history
  • Loading branch information
natanweinberger committed May 8, 2021
1 parent f3fada9 commit a01567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/transfers/sql_to_gcs.py
Expand Up @@ -33,7 +33,7 @@
class BaseSQLToGCSOperator(BaseOperator):
"""
Copy data from SQL to Google Cloud Storage in JSON or CSV format.
:param sql: The SQL to execute.
:type sql: str
:param bucket: The bucket to upload to.
Expand Down

0 comments on commit a01567c

Please sign in to comment.