このプロシージャは、対象のテーブル / スキーマがBigQuery テンプレートを使用しているかどうかをチェックします。
Parameters
Parameter | Description |
|---|---|
| Name of the table, mandatory |
Attributes
Attribute | Type |
|---|---|
| boolean |
Example
CALL "UTILS.isBigQueryTable"( "target_table" => 'bigquery.123' );;本記事の一部は機械翻訳で提供されています。 英語版のヘルプについてはこちらをご確認ください。
このプロシージャは、対象のテーブル / スキーマがBigQuery テンプレートを使用しているかどうかをチェックします。
Parameter | Description |
|---|---|
| Name of the table, mandatory |
Attribute | Type |
|---|---|
| boolean |
CALL "UTILS.isBigQueryTable"( "target_table" => 'bigquery.123' );;