GCP BigLake Iceberg - Import data action

The Import data action loads data from Cloud Storage files into a GCP BigLake Iceberg table using a BigQuery LOAD DATA job. This is a long-running action that polls until the job completes.

Input

Input fieldDescription
Dataset IDEnter the BigQuery dataset containing the destination table.
Table IDEnter the ID of the destination Iceberg table.
Source URIsEnter Cloud Storage URIs of the source files, such as gs://bucket/data/*.csv.
Source formatSelect the format of the source files, such as CSV, PARQUET, or AVRO.
Project IDEnter the ID of the destination project. Defaults to the connection project ID.
LocationEnter the BigQuery job location. Defaults to the connection location.
Field delimiterEnter the delimiter between columns in CSV files, such as , or ;. Defaults to ,.
Skip leading rowsEnter the number of CSV header rows to skip.

Output

Output fieldDescription
KindThe resource type, such as bigquery#job.
ETagThe checksum used for concurrency control.
Job IDThe fully qualified ID of the BigQuery job.
Self linkThe URL used to access the job resource.
User emailThe email of the user who ran the job.
Principal subjectThe authenticated principal that submitted the job.
Job referenceAn object containing the project ID, job ID, and location of the job.
StatusAn object containing the job state and, if the job failed, the error result.
StatisticsAn object containing job timing and processing statistics, such as creation time, start and end time, bytes processed, and slot usage.
ConfigurationAn object describing the job type and the load configuration used to run the job.
Job creation reasonAn object containing the code that explains why the job was created.

Last updated: