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

Class RedshiftQueryError

sdk/python/feast/errors.py:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398
399
400class RedshiftQueryError(FeastError):
401 def __init__(self, details):
402 super().__init__(f"Redshift SQL Query failed to finish. Details: {details}")
403
404
405class RedshiftTableNameTooLong(FeastError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected