Skip to content

Commit

Permalink
Add short description to BaseSQLToGCSOperator docstring (#15728)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve committed May 7, 2021
1 parent 3614910 commit f3fada9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/providers/google/cloud/transfers/sql_to_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

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 f3fada9

Please sign in to comment.