You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Redshift Spectrum, we'd like all users to be able to parse json so we need to enable the following session settings to all users:
ALTER USER XXXX SET json_serialization_enable TO true;
ALTER USER XXXX SET json_serialization_parse_nested_strings TO true;
ALTER USER XXXX SET enable_case_sensitive_identifier TO true;
Right now we do it manually but we would like to handle it with your module but it seems like it cannot be handle with the resource redshift_user.
Is there any workaround ? If not, is anyone able to develop this feature please ? 🙏
Thanks !
Vincent
The text was updated successfully, but these errors were encountered:
Hello
Using Redshift Spectrum, we'd like all users to be able to parse json so we need to enable the following session settings to all users:
Right now we do it manually but we would like to handle it with your module but it seems like it cannot be handle with the resource redshift_user.
Is there any workaround ? If not, is anyone able to develop this feature please ? 🙏
Thanks !
Vincent
The text was updated successfully, but these errors were encountered: