graphql-engine/server/src-lib/Hasura/Backends
Aniket Deshpande 295f7f3736 bq: fix optional global_select_limit config
The following has been tested locally:
1. [x] Uses the default query limit when `global_select_limit` is not present in the `metadata` configuration
2. [x] Uses the provided number when present in the configuration (tested with `1`)
3. [x] Throws an error if the provided value is not a parseable non-negative number (because bigquery throws an error when limits are negative)

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

Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com>
GitOrigin-RevId: e21157ce9ca8f8130b3b01e91ed048e79f376293
2021-07-19 11:40:17 +00:00
..
BigQuery bq: fix optional global_select_limit config 2021-07-19 11:40:17 +00:00
MSSQL [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
MySQL mysql: Metadata awareness 2021-07-15 12:45:51 +00:00
Postgres server/postgres: Support scalar computed fields in remote joins 2021-07-12 16:04:37 +00:00