graphql-engine/server/src-lib/Hasura/RQL
Antoine Leblanc 49f40a44f0 Enforce that backends use the properly resolved environment variables.
## Description

This PR fixes an oversight in the implementation of the resolvers of different backends. To implement resolution from environment variables, both MSSQL and BigQuery were directly fetching the process' environment variables, instead of using the careful curated set we thread from main. It was working just fine on OSS, but is failing on Cloud.

This PR fixes this by adding an additional argument to `resolveSourceConfig`, to ensure that backends always use the correct set of variables.

https://github.com/hasura/graphql-engine-mono/pull/1891

GitOrigin-RevId: 58644cab7d041a8bf4235e2acfe9cf71533a92a1
2021-07-23 12:26:10 +00:00
..
DDL Enforce that backends use the properly resolved environment variables. 2021-07-23 12:26:10 +00:00
DML [gardening] remove all traverse functions from RQL.IR 2021-07-08 15:42:53 +00:00
IR server/postgres: Support scalar computed fields in remote joins 2021-07-12 16:04:37 +00:00
Types Enforce that backends use the properly resolved environment variables. 2021-07-23 12:26:10 +00:00
IR.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00
Types.hs server: add metadata for DB-DB remote joins 2021-07-22 23:07:10 +00:00