mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
20 lines
337 B
YAML
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
|