GCP BigLake Iceberg - Query data action

The Query data action runs a SQL query against GCP BigLake Iceberg tables using a BigQuery query job. This is a long-running action that polls until the job completes and returns rows.

Input

Input fieldDescription
SQL queryEnter the GoogleSQL query you plan to use.
Project IDEnter the ID of the project you plan to query. Defaults to the connection project ID.
LocationEnter the job location. Defaults to the connection location.
Max resultsEnter the maximum number of rows to return.

Output

Output fieldDescription
KindThe resource type, such as bigquery#getQueryResultsResponse.
ETagThe checksum used for concurrency control.
SchemaAn object listing the field names, types, modes, and descriptions for the returned rows.
RowsAn array of result rows. Each row contains a list of cell values in the same order as the schema fields.
Total rowsThe total number of rows in the query result.
Job completeWhether the query job has completed.
Cache hitWhether the query results were fetched from the query cache.
Total bytes processedThe total number of bytes processed for the query.
Job referenceAn object containing the project ID, job ID, and location of the job.

Last updated: