Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix typo in docstring of gcs_to_bq
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Sep 2, 2018
1 parent e09b387 commit 1249fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/operators/gcs_to_bq.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GoogleCloudStorageToBigQueryOperator(BaseOperator):
:type bucket: string
:param source_objects: List of Google cloud storage URIs to load from. (templated)
If source_format is 'DATASTORE_BACKUP', the list must only contain a single URI.
:type object: list
:type source_objects: list of str
:param destination_project_dataset_table: The dotted (<project>.)<dataset>.<table>
BigQuery table to load data into. If <project> is not included,
project will be the project defined in the connection json. (templated)
Expand Down

0 comments on commit 1249fbe

Please sign in to comment.