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

SQL-Registry data_source_name String(50) is too short. #3629

Closed
radonnachie opened this issue May 16, 2023 · 0 comments · Fixed by #3630
Closed

SQL-Registry data_source_name String(50) is too short. #3629

radonnachie opened this issue May 16, 2023 · 0 comments · Fixed by #3630
Labels
kind/feature New feature or request

Comments

@radonnachie
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Our data sources have paths longer than 50 characters. This seems like an unnecessarily short limit for this field.

Describe the solution you'd like
A string limit of 255 characters feels more appropriate for a URI.

Describe alternatives you've considered
I considered requesting sqlalchemy.types.Text as the type instead, an unlimited string field.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant