IMPORT_TABLE_BIGQUERY

Import a table from a BigQuery dataset.

icon of BigQueryBigQuery
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
IMPORT_TABLE_BIGQUERY(projectdatasettable)
project

The name of the BigQuery project. For example:"acme-prod".

dataset

The datasets from the BigQuery project. For example: "sales-monthly".

table

The tables from the BigQuery dataset. For example: "users".

Examples

IMPORT_TABLE_BIGQUERY("acme-prod", "sales-monthly", "city-breakdown") returns a data table with the contents of the city-breakdown table from the sales-monthly dataset in the acme-prod project in BigQuery.