Skip to content

Commit

Permalink
Merge pull request #110 from skyflowapi/SK-1036-tdd-byot-strict-mode-…
Browse files Browse the repository at this point in the history
…in-insert-options

SK-1036 Change Error message for BYOT related validation errors
  • Loading branch information
skyflow-vivek authored Sep 27, 2023
2 parents 42ad38a + d9d7d4c commit 3cf077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyflow/errors/_skyflow_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SkyflowErrorMessages(Enum):

INVALID_BYOT_TYPE = "byot option has value of type %s, expected Skyflow.BYOT"
NO_TOKENS_IN_INSERT = "Tokens are not passed in records for byot as %s"
TOKENS_PASSED_FOR_BYOT_DISABLE = "To consider tokens struct pass byot value as ENABLE"
TOKENS_PASSED_FOR_BYOT_DISABLE = "Pass byot parameter with ENABLE for token insertion"
INSUFFICIENT_TOKENS_PASSED_FOR_BYOT_ENABLE_STRICT = "For byot as ENABLE_STRICT, tokens should be passed for all fields"

class SkyflowError(Exception):
Expand Down

0 comments on commit 3cf077b

Please sign in to comment.