Stay organized with collections Save and categorize content based on your preferences.
LoadJob(job_id, source_uris, destination, client, job_config=None)
Asynchronous job for loading data into a table.
Can load from Google Cloud Storage URIs or from a file.
Properties allow_jagged_rowsSee allow_jagged_rows.
allow_quoted_newlines autodetectSee autodetect.
clustering_fieldsSee clustering_fields.
configurationThe configuration for this load job.
connection_properties create_dispositionSee create_disposition.
create_session date_formatSee date_format.
datetime_formatSee datetime_format.
destination destination_encryption_configuration destination_table_description destination_table_friendly_name encodingSee encoding.
field_delimiterSee field_delimiter.
ignore_unknown_values input_file_bytesCount of bytes loaded from source files.
Exceptions Type DescriptionValueError
for invalid value types. Returns Type Description Optional[int]
the count (None until set from the server). input_files
Count of source files.
Returns Type DescriptionOptional[int]
the count (None until set from the server). max_bad_records
See max_bad_records.
null_markerSee null_marker.
null_markersSee null_markers.
output_bytesCount of bytes saved to destination table.
Returns Type DescriptionOptional[int]
the count (None until set from the server). output_rows
Count of rows saved to destination table.
Returns Type DescriptionOptional[int]
the count (None until set from the server). quote_character
See quote_character.
range_partitioningSee range_partitioning.
reference_file_schema_uriSee: attr:<xref uid="google.cloud.bigquery.job.LoadJobConfig.reference_file_schema_uri">google.cloud.bigquery.job.LoadJobConfig.reference_file_schema_uri</xref>
.
See schema.
schema_update_options skip_leading_rowsSee skip_leading_rows.
source_column_matchSee source_column_match.
source_formatSee source_format.
source_urisOptional[Sequence[str]]: URIs of data files to be loaded. See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfigurationLoad.FIELDS.source_uris for supported URI formats. None for jobs that load from a file.
time_formatSee time_format.
time_partitioningSee time_partitioning.
time_zoneSee time_zone.
timestamp_formatSee timestamp_format.
use_avro_logical_types write_dispositionSee write_disposition.
Methods from_api_reprfrom_api_repr(resource: dict, client) -> google.cloud.bigquery.job.load.LoadJob
Factory: construct a job given its API representation
Note: This method assumes that the project found in the resource matches the client's project. Parameters Name Descriptionresource
Dict
dataset job representation returned from the API
client
google.cloud.bigquery.client.Client
Client which holds credentials and project configuration for the dataset.
Returns Type Descriptiongoogle.cloud.bigquery.job.LoadJob
Job parsed from resource
. to_api_repr
Generate a resource for _begin
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4