feathub icon indicating copy to clipboard operation
feathub copied to clipboard

Document the limitations on the length of feature table names.

Open yunfengzhou-hub opened this issue 1 year ago • 0 comments

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 avatar Sep 18 '23 01:09 yunfengzhou-hub