Skip to content

Commit

Permalink
Fix docstrings in BigQueryGetDataOperator (#10042)
Browse files Browse the repository at this point in the history
  • Loading branch information
OldPanda authored Jul 29, 2020
1 parent 1508c43 commit 59cbff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class BigQueryGetDataOperator(BaseOperator):
task_id='get_data_from_bq',
dataset_id='test_dataset',
table_id='Transaction_partitions',
max_results='100',
max_results=100,
selected_fields='DATE',
gcp_conn_id='airflow-conn-id'
)
Expand Down

0 comments on commit 59cbff0

Please sign in to comment.
  翻译: