mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
e48ccd7fab
https://github.com/hasura/graphql-engine-mono/pull/1879 GitOrigin-RevId: 78d3384cb21a36e8b8c85c17ae7578ce0b4230f8
22 lines
338 B
YAML
22 lines
338 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: mssql_track_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
schema: hge_tests
|
|
name: test_t1
|
|
|
|
- type: mssql_create_select_permission
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: test_t1
|
|
schema: hge_tests
|
|
role: user
|
|
permission:
|
|
columns: '*'
|
|
filter:
|
|
c1: X-Hasura-Custom
|