graphql-engine/server/tests-py/queries/event_triggers/update_query/update-setup-mssql.yaml
Samir Talwar 1e1a36a192 server/tests-py: Use environment variables for services in queries.
I'm trying to shore up the Python integration tests to make them more reliable. In doing so, I noticed this.

---

Rather than hard-coding hostnames and ports, we can (and already do) inject these into the HGE process using environment variables.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5255
GitOrigin-RevId: 6bb593999ece42cedef6619f31f9d9b2e39f30ef
2022-08-03 20:05:46 +00:00

21 lines
395 B
YAML

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: "{{EVENT_WEBHOOK_HANDLER}}/new"
retry_conf:
num_retries: 5
interval_sec: 5
replace: true
- type: export_metadata
args: {}