我有一个S3格式的拼图文件,它有几列,其中一列是json。我在RDS数据库中有相同的格式,只有一列作为jsonb。 我想将parquet文件复制到RDS,但是由于Glue不支持json列类型,我如何将该文件转换为jsonb数据类型。当我尝试将列作为字符串插入时,我得到一个错误。关于如何将json列输入到RDS jsonb列,有什么想法吗? An error occurred while calling o145.pyWriteDynamicFrame. ERROR: column "json_column" is of type jsonb but expression i
如果我尝试在AWS RDS中使用SSL12.4连接Laravel7(PHP7.3)应用程序与PostgreSQL 12.4,它会抛出这个错误 SQLSTATE[08006] [7] SSL SYSCALLselect column_name from information_schema.columns where table_schema = public and table_name = roles) 它在PostgreSQL11.8上工作得很好,上面的错误只在PostgreSQL 12上抛出。