mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
10 lines
189 B
YAML
10 lines
189 B
YAML
|
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`;
|