graphql-engine/server/tests-py/queries/subscriptions/customized_source/pre_setup_mssql.yaml

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

19 lines
393 B
YAML
Raw Normal View History

type: mssql_add_source
args:
name: mssql1
configuration:
connection_info:
connection_string:
from_env: HASURA_GRAPHQL_MSSQL_SOURCE_URL
pool_settings:
max_connections: 50
idle_timeout: 180
customization:
root_fields:
namespace: my_source
prefix: fpref_
suffix: _fsuff
type_names:
prefix: tpref_
suffix: _tsuff