graphql-engine/server/tests-py/queries/graphql_query/citus/teardown_citus.yaml
Abby Sassel 41908936cf server: improve backend-specific test setup
GitOrigin-RevId: c40393bcdd78feaba7e9490ce4ed78de19b5bfc5
2021-05-25 13:55:11 +00:00

45 lines
655 B
YAML

type: bulk
args:
- type: citus_untrack_table
args:
source: citus
table:
name: author
cascade: true
- type: citus_untrack_table
args:
source: citus
table:
name: article
cascade: true
- type: citus_untrack_table
args:
source: citus
table:
name: country
cascade: true
- type: citus_untrack_table
args:
source: citus
table:
name: state
cascade: true
- type: citus_untrack_table
args:
source: citus
table:
name: disaster
cascade: true
- type: citus_untrack_table
args:
source: citus
table:
name: disaster_affected_state
cascade: true