MCPcopy Create free account
hub / github.com/feast-dev/feast / RedshiftTableNameTooLong

Class RedshiftTableNameTooLong

sdk/python/feast/errors.py:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403
404
405class RedshiftTableNameTooLong(FeastError):
406 def __init__(self, table_name: str):
407 super().__init__(
408 f"Redshift table names have a maximum length of 127 characters, but the table name {table_name} has length {len(table_name)} characters."
409 )
410
411
412class SnowflakeCredentialsError(FeastError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected