graphql-engine/v3/crates
Daniel Harvey 6b59cedb45 Use generated Postgres schema in tests (#1032)
<!-- The PR description should answer 2 important questions: -->

### What

Updating the various Postgres test schemas we use in execute tests is
quite hard, and most of them have been hand modified to match certain
tests.

This meant you could not update the Postgres test SQL and propagate the
schema changes in all tests, which is frustrating.

But now we can!

### How

- Modifies the script that updates all `custom_connector` schemas to
make it work for Postgres too
- Runs it, updating all `DataConnectorLink` for `ndc-postgres` to match
the output of `/schema` from `ndc-postgres`
- Fixes lots of tests, that were all using slightly hand modified
`ndc-postgres` schema output. Mostly this involves swapping `String` and
`varchar` for `text`, and `Int` for `int4`.

V3_GIT_ORIGIN_REV_ID: d695c48d1ae04d51a17bf54786782830ddb1d683
2024-08-29 12:42:47 +00:00
..
auth Add graceful shutdown to all cloud servers (#1023) 2024-08-28 10:46:02 +00:00
compatibility Revert "Optional CompatibilityConfig for v3-engine" (#1006) 2024-08-22 16:47:45 +00:00
custom-connector Add Exists in Nested Collection to Expression type (#1027) 2024-08-28 16:09:43 +00:00
engine Use generated Postgres schema in tests (#1032) 2024-08-29 12:42:47 +00:00
execute Add Exists in Nested Collection to Expression type (#1027) 2024-08-28 16:09:43 +00:00
ir Add Exists in Nested Collection to Expression type (#1027) 2024-08-28 16:09:43 +00:00
lang-graphql Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
metadata-resolve Add Exists in Nested Collection to Expression type (#1027) 2024-08-28 16:09:43 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds OpenDD: add GraphQL API configuration for subscriptions (#1020) 2024-08-28 11:05:50 +00:00
plugins/pre-execution-plugin user facing span for plugin execution (#1008) 2024-08-23 11:34:05 +00:00
query-usage-analytics Update dependencies in preparation for some cloud work. (#972) 2024-08-15 09:32:07 +00:00
schema Add support order by nested fields (#1001) 2024-08-26 05:24:52 +00:00
sql [PACHA-24] Metrics in the SQL layer (#1029) 2024-08-29 00:56:46 +00:00
utils Keep special SIGTERM handling for Windows (#1024) 2024-08-28 11:40:33 +00:00