Skip to main content
Skip table of contents

isBigQueryTable

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.