graphql-engine/server/src-lib/Hasura/Backends/Postgres/DDL
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
..
Source server: fix asymptotics of event_log batch fetching 2021-06-01 17:34:38 +00:00
BoolExp.hs server: better error message on column type mismatch 2021-05-27 16:47:01 +00:00
Field.hs Server: Index RawFunctionInfo by backend 2021-07-19 15:36:09 +00:00
Function.hs Server: Index RawFunctionInfo by backend 2021-07-19 15:36:09 +00:00
RunSQL.hs server: add metadata for DB-DB remote joins 2021-07-22 23:07:10 +00:00
Source.hs Enforce that backends use the properly resolved environment variables. 2021-07-23 12:26:10 +00:00
Table.hs server: fix bigint overflow, incorrect geojson format in event trigger payload 2021-05-20 07:24:20 +00:00