We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2dc97 commit f59ad78Copy full SHA for f59ad78
1 file changed
bigquery/google/cloud/bigquery/table.py
@@ -1045,9 +1045,10 @@ def upload_from_file(self,
1045
:param file_obj: A file handle opened in binary mode for reading.
1046
1047
:type source_format: str
1048
- :param source_format: one of 'CSV' or 'NEWLINE_DELIMITED_JSON'.
1049
- job configuration option; see
1050
- :meth:`google.cloud.bigquery.job.LoadJob`
+ :param source_format: Any supported format. The full list of supported
+ formats is documented under the
+ ``configuration.extract.destinationFormat`` property on this page:
1051
+ https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs
1052
1053
:type rewind: bool
1054
:param rewind: If True, seek to the beginning of the file handle before
0 commit comments