-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fixes GEN-1260: Add Validators while creating table to escape special characters #18456
Conversation
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
2b69c1c
to
dc348c8
Compare
81f7228
to
dc348c8
Compare
dc348c8
to
55ea367
Compare
6b00e81
to
3be9d1a
Compare
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Describe your changes:
Fixes GEN-1260
This allows support for entities that have
::
or>
It is an incremental change that is shipped for Table, Columns ( for metadata, profiling and data quality )
Additionally it now supports names with quotes and spaces
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>