Skip to content

Commit 37d1f08

Browse files
kaxilAlice Berard
authored and
Alice Berard
committed
[AIRFLOW-XXX] Fix typo in docstring of gcs_to_bq (apache#3833)
1 parent 8aa1867 commit 37d1f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/contrib/operators/gcs_to_bq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class GoogleCloudStorageToBigQueryOperator(BaseOperator):
3838
:type bucket: string
3939
:param source_objects: List of Google cloud storage URIs to load from. (templated)
4040
If source_format is 'DATASTORE_BACKUP', the list must only contain a single URI.
41-
:type object: list
41+
:type source_objects: list of str
4242
:param destination_project_dataset_table: The dotted (<project>.)<dataset>.<table>
4343
BigQuery table to load data into. If <project> is not included,
4444
project will be the project defined in the connection json. (templated)

0 commit comments

Comments
 (0)