isBigQueryTable
This procedure checks whether the target table/schema uses the BigQuery template.
Parameters
| Parameter | Description | 
|---|---|
target_table | Name of the table, mandatory | 
Attributes
Attribute  | Type  | 
|---|---|
  | boolean  | 
Example
CALL "UTILS.isBigQueryTable"( 
	"target_table" => 'bigquery.123' 
);;