graphql-engine/v3/crates
Philip Lykke Carlsen 1f96e8aff3 Promote warnings to errors based on flags (#1011)
### What

This PR adds resolving logic that can promote warnings (plural) to an
error based on the `ddn_flags::Flags`.

In addition it adds a flag `require_valid_ndc_v01_version`, which, when
set, promotes a `DataConnectorIssue::InvalidNdcV01Version` to an error.

### How

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

V3_GIT_ORIGIN_REV_ID: 2d6b089f6237fea85c889243547f4deffa4c20ee
2024-08-23 16:03:58 +00:00
..
auth add a check for description in json schema validation (#943) 2024-08-08 05:47:47 +00:00
compatibility Revert "Optional CompatibilityConfig for v3-engine" (#1006) 2024-08-22 16:47:45 +00:00
custom-connector Bug fixes around argument presets in the DataConnectorLink (#866) 2024-08-02 09:25:45 +00:00
engine Pass Configuration by reference, for clearer intent (#1010) 2024-08-23 14:36:45 +00:00
execute sql: commands backed by sql are now supported (#995) 2024-08-20 02:58:02 +00:00
ir [PACHA-5] Pushdown other filter operators (#974) 2024-08-17 16:03:29 +00:00
lang-graphql Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
metadata-resolve Promote warnings to errors based on flags (#1011) 2024-08-23 16:03:58 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds Promote warnings to errors based on flags (#1011) 2024-08-23 16:03:58 +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 Pass Configuration by reference, for clearer intent (#1010) 2024-08-23 14:36:45 +00:00
sql sql: commands backed by sql are now supported (#995) 2024-08-20 02:58:02 +00:00
utils opendd-derive: json_schema options for enum variants (#966) 2024-08-14 13:24:37 +00:00