We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa1867 commit 37d1f08Copy full SHA for 37d1f08
airflow/contrib/operators/gcs_to_bq.py
@@ -38,7 +38,7 @@ class GoogleCloudStorageToBigQueryOperator(BaseOperator):
38
:type bucket: string
39
:param source_objects: List of Google cloud storage URIs to load from. (templated)
40
If source_format is 'DATASTORE_BACKUP', the list must only contain a single URI.
41
- :type object: list
+ :type source_objects: list of str
42
:param destination_project_dataset_table: The dotted (<project>.)<dataset>.<table>
43
BigQuery table to load data into. If <project> is not included,
44
project will be the project defined in the connection json. (templated)
0 commit comments