Gerda Shank
Gerda Shank
I think the fix is fine. Please submit a PR. Creating the test will probably be a lot more work than the fix :)
Yes, there seem to be some two-argument adapter.dispatch calls in tests/functional/schema_tests.
Yes, we won't be implementing all adapter zone tests for all adapters. We did expect that everything in the "basic" directory would be a requirement for all adapters, but tests...
Ariel has moved on, so unless he wants to contribute to this as an external contributor... I've run pre-commit on it, and there are a number of complaints from mypy....
It would have to happen as a post-schema-file parsing step, at about the same place in the manifest parser where we handle updating docs and refs.
Error message for this: Encountered an error: Snapshots must be configured with a 'strategy', 'unique_key', and 'target_schema'.
Is this something that you're still interested in working on and getting over the finish line?
This example of some proto classes uses the "code" identifier as the name of the matching proto class. I've put all of the "base" event fields inline, which is a...
This moves the individual attributes of an event class up to the top level, instead of embedding them in the dictionary under "data". If we left those attributes under "data"...
I opened #5652 because we might want to fix that before this goes live. The logging types with ShowException in them do not show exc_info except for new style stdout...