InvalidCharHandlingAction
- class aws_cdk.aws_glue_alpha.InvalidCharHandlingAction(*values)
Bases:
Enum(deprecated) Specifies the action to perform when query results contain invalid UTF-8 character values.
- See:
https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_EXTERNAL_TABLE.html#r_CREATE_EXTERNAL_TABLE-parameters - under “TABLE PROPERTIES” > “invalid_char_handling”
- Stability:
deprecated
Attributes
- DISABLED
(deprecated) Doesn’t perform invalid character handling.
- Stability:
deprecated
- DROP_ROW
(deprecated) Replaces each value in the row with null.
- Stability:
deprecated
- FAIL
(deprecated) Cancels queries that return data containing invalid UTF-8 values.
- Stability:
deprecated
- REPLACE
(deprecated) Replaces the invalid character with the replacement character you specify using
REPLACEMENT_CHAR.- Stability:
deprecated
- SET_TO_NULL
(deprecated) Replaces invalid UTF-8 values with null.
- Stability:
deprecated