how to add enable_case_sensitive_super_attribute = true to Redshift?

0

As per the latest Redshift documentation, this is a valid parameter https://docs.aws.amazon.com/redshift/latest/dg/r_enable_case_sensitive_super_attribute.html#r_enable_case_sensitive_super_attribute-usage-notes

I tried adding it via CDK but get error Could not find parameter with name: enable_case_sensitive_super_attribute

I tried adding it via Console but it is not listed, and no option to add it. I've checked both default parameters and custom parameter group.

Can this parameter only be set for the current session as in https://docs.aws.amazon.com/redshift/latest/dg/cm_chap_ConfigurationRef.html#t_Modifying_the_default_settings ?

annvb
gefragt vor einem Monat148 Aufrufe
1 Antwort
1

This issue may arise if the parameter isn't listed, possibly due to regional availability or unsupported Redshift cluster version. Through AWS CDK, define CfnClusterParameterGroup with the parameter. Errors might occur if the CDK version is outdated or the parameter is region/cluster-specific.

profile picture
EXPERTE
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen