graphql-engine/server/tests-py/queries/subscriptions/basic/setup.yaml

14 lines
203 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
create table hge_tests.test_t1(
c1 int,
c2 text
);
- type: track_table
args:
schema: hge_tests
name: test_t1