-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mailchimp Catalog has unfollowed $ref
s
#1016
Comments
Hi, @cgardens, could you please help me to understand what exactly the limitation here with $ref? Assuming, that we can modify the rule for field names. |
Yeah, for sure! We expect the json that is returned by the discover method to only contain keys that are alphanumeric or In JsonSchema I'll do a simplified example.
And then
If this schema were being returned by discover, we would need it to be returned as follows with the reference to child replaced by the actual schema itself:
Does that help? |
@cgardens Thanks, yes, now it is clear. |
Expected Behavior
$ref
tagsCurrent Behavior
e.g. in the
Lists
stream we have things like this.$ref
s resolved or we can continued to pull from mailchimp but follow the$ref
tags.This causes a problem right now, because we started enforcing that field names only have alphanumeric characters and underscores so the
$
in$ref
breaks things. But even without enforcing this, we should not leave$ref
s in the catalog.The text was updated successfully, but these errors were encountered: