-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Stream / Field Name Constraints Break Many Sources #1048
Comments
Opting to skip a release this week because I don't think the version that we would push is likely to work well for most integrations. |
Agreed about option3. Only the destination knows what its limitations are. |
Let's assume we are going with option 3, I think we should do the following. Someone should go through each integration, determine what characters it can reasonably support. Potentially some of the name normalization code that we can write will be reusable across destinations 🤞 . Once that is done, we can strip out the validation and filter in the discover and sync workers respectively. |
Current Behavior
+
s some field names-
-
and.
.
Solutions
Based on the paths I can see, 2 and 3 are the only options that seem viable. I think we should go with option 3 because:
That being said, I think this needs to be a high priority to fix this week, because we've inadvertently just rendered a ton of sources unusable.
The text was updated successfully, but these errors were encountered: