graphql-engine/server/tests-py/queries/event_triggers/update_query/update-setup-mssql.yaml

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

21 lines
389 B
YAML
Raw Normal View History

type: bulk
args:
- type: mssql_create_event_trigger
args: &def_args
source: mssql
name: t1_cols
table:
schema: hge_tests
name: test_t1
update:
columns: ["c1", "c2", "c4"]
delete:
columns: "*"
webhook: http://127.0.0.1:5592/new
retry_conf:
num_retries: 5
interval_sec: 5
replace: true
- type: export_metadata
args: {}