mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
0b3c8ccaca
This fixes a few issues so that we can run `./server/tests-py/run.sh backend-bigquery` to run the Python integration tests for BigQuery locally. * We forward the relevant environment variables to the Docker container. * We increase the HTTP timeout, as I'm seeing requests taking up to 90s locally. * We rewrite the setup so that it avoids `INSERT INTO`, which is not available using the BigQuery free tier. Instead, we use `CREATE TABLE ... AS SELECT ...`. This is the same method used by the Haskell integration tests. We also capture local server output in a volume so it's easier to figure out what went wrong later. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5921 GitOrigin-RevId: c628f8c08a84f2582958659ab6d6494832471f6f |
||
---|---|---|
.. | ||
agg_perm | ||
aggregations | ||
allowlist | ||
allowlist_role_based | ||
basic | ||
bigquery | ||
boolexp | ||
caching | ||
citus | ||
computed_fields | ||
custom_schema | ||
empty | ||
enums | ||
functions | ||
limits | ||
offset | ||
order_by | ||
permissions | ||
read_only_source | ||
relay | ||
v1alpha1/errors |