1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-15 17:31:56 +03:00
graphql-engine/server/tests-py/queries/event_triggers/transform/setup.yaml
Solomon Bothwell af5ff07614 Request Transformations
https://github.com/hasura/graphql-engine-mono/pull/1984

Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com>
GitOrigin-RevId: 1767d6bdde48c156fe171b5a9b7e44d7f2eb4869
2021-09-16 11:03:57 +00:00

17 lines
239 B
YAML

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