Set "json_serialization_enable" to true permanently on AWS redshift

Viewed 8

I am using the AWS RedShift serverless to query some s3 files which contain Parquet data. Before querying the data, I always need to run the following command:

SET json_serialization_enable TO true;

Is there a way to set this flag as true globally so that it is not tied to a session?

0 Answers
Related