Skip to content

Commit

Permalink
Align documentation of MSSQLToGCSOperator (#35715)
Browse files Browse the repository at this point in the history
Co-authored-by: hasan.guercan <hasan.guercan@bonial.com>
  • Loading branch information
hguercan and hasan.guercan committed Nov 18, 2023
1 parent 429ca47 commit ed6fe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/transfers/mssql_to_gcs.py
Expand Up @@ -41,7 +41,7 @@ class MSSQLToGCSOperator(BaseSQLToGCSOperator):
within the given MSSQL Database and then upload it to the
'mssql-export' GCS bucket (along with a schema file). ::
export_customers = MsSqlToGoogleCloudStorageOperator(
export_customers = MSSQLToGCSOperator(
task_id='export_customers',
sql='SELECT * FROM dbo.Customers;',
bit_fields=['some_bit_field', 'another_bit_field'],
Expand Down

0 comments on commit ed6fe24

Please sign in to comment.