Skip to content

Commit

Permalink
Fix BigQueryToMsSqlOperator documentation (#18995)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Mangum <aaron.mangum@iherb.com>
  • Loading branch information
potatochip and Aaron Mangum authored Oct 15, 2021
1 parent 3545a2c commit 5c3e453
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions airflow/providers/google/cloud/transfers/bigquery_to_mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ class BigQueryToMsSqlOperator(BaseOperator):
transfer_data = BigQueryToMsSqlOperator(
task_id='task_id',
dataset_table='origin_bq_table',
source_project_dataset_table='my-project.mydataset.mytable',
mssql_table='dest_table_name',
replace=True,
)
:param dataset_table: A dotted ``<dataset>.<table>``: the big query table of origin
:type dataset_table: str
:param source_project_dataset_table: A dotted ``<project>.<dataset>.<table>``:
the big query table of origin
:type source_project_dataset_table: str
:param selected_fields: List of fields to return (comma-separated). If
unspecified, all fields are returned.
:type selected_fields: str
Expand Down

0 comments on commit 5c3e453

Please sign in to comment.
  翻译: