graphql-engine/server/tests-py/queries/event_triggers/insert_only/setup_mssql.yaml
Naveen Naidu abb57e58c8 server/MSSQL: Event Delivery System (Incremental PR - 3)
</details>

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3392
Co-authored-by: Divi <32202683+imperfect-fourth@users.noreply.github.com>
GitOrigin-RevId: 9df6b0aa7d91f22571b72d3e467da23b916c9140
2022-04-21 07:20:34 +00:00

20 lines
337 B
YAML

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_insert
table:
schema: hge_tests
name: test_t1
insert:
columns: "*"
webhook: http://127.0.0.1:5592