Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Document the limitations on the length of feature table names. #235

Open
yunfengzhou-hub opened this issue Sep 18, 2023 · 0 comments
Open
Labels
type:improvement improvement to existing functionality

Comments

@yunfengzhou-hub
Copy link
Collaborator

mysql_registry.py

            # TODO: add document about the limitations on the length of feature
            #  table names.
            if len(table.name) > 64:
                raise FeathubException(
                    "Cannot build or register a descriptor with a name longer"
                    "than 64 characters."
                )
@yunfengzhou-hub yunfengzhou-hub added comp:doc type:improvement improvement to existing functionality and removed priority:major labels Sep 18, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type:improvement improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant