Skip to content
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

enhancement: stream name validation #921

Conversation

nikhilsinhaparseable
Copy link
Contributor

removed existing stream name validation
added validation to allow below special characters - Hyphen (-)
Underscore (_)

Fixes #917 .

This requires change in console to sanitise the query before making a call -
"query": "select * from \"a_b\""

removed existing stream name validation
added validation to allow below special characters -
Hyphen (-)
Underscore (_)
@nikhilsinhaparseable nikhilsinhaparseable merged commit 4154fc2 into parseablehq:main Sep 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stream names should be less restrictive
1 participant