graphql-engine/server/tests-py/queries/v1/metadata/schema_setup_bigquery.yaml
2021-10-12 17:59:44 +00:00

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
);