graphql-engine/server/tests-py/queries/event_triggers/update_only/setup_mssql.yaml

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

20 lines
337 B
YAML
Raw Normal View History

type: bulk
args:
- type: mssql_track_table
args:
source: mssql
table:
schema: hge_tests
name: test_t1
- type: mssql_create_event_trigger
args: &def_args
source: mssql
name: t1_update
table:
schema: hge_tests
name: test_t1
update:
columns: "*"
webhook: http://127.0.0.1:5592