graphql-engine/server/tests-py/queries/explain/schema_teardown_bigquery.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
189 B
YAML
Raw Normal View History

type: bulk
args:
- type: bigquery_run_sql
args:
source: bigquery
cascade: true
sql: |
DROP TABLE IF EXISTS `hasura.author`;
DROP TABLE IF EXISTS `hasura.article`;