graphql-engine/server/src-lib/Hasura/Backends/BigQuery/DDL
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
..
BoolExp.hs server: misc cleanups 2021-06-15 15:06:37 +00:00
RunSQL.hs Bigquery/drop dataloader 2021-06-28 13:30:40 +00:00
Source.hs bq: fix optional global_select_limit config 2021-07-19 11:40:17 +00:00