mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
11 lines
183 B
YAML
11 lines
183 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: bigquery_run_sql
|
||
|
args:
|
||
|
source: bigquery
|
||
|
sql: |
|
||
|
CREATE TABLE `hasura_test.table_to_customize` (
|
||
|
`column_to_customize` STRING
|
||
|
);
|