mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-09 01:58:53 +00:00

* Fixes #9618 Allow apostrophe in entity names * Add support for space in entity names (with exception) and column names * Add regex checks to entity names, table column names to allow only required characters * fix: allowed characters in entityName * Add all the allowed special characters in the entity name in tests * Allow '&', '/', ':' only for the table * Override basic entityName by defining entity specific entityName for Python code gen * fix: dagster migration + json schema path * fix: python style check * Fix test failure Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>