Skip to main content
Skip table of contents

isBigQueryTable

You are looking at an older version of the documentation. The latest version is found here.

This procedure checks whether the target table/schema uses the BigQuery template.

Parameters

ParameterDescription
target_tableName of the table, mandatory

Attributes

Attribute

Type

isBigQuery

boolean

Example

SQL
CALL "UTILS.isBigQueryTable"( 
	"target_table" => 'bigquery.123' 
);;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.