Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
This page is no longer in use. To suggest an idea, please visit Browse and Suggest.

Qlik Replicate Postgres to Snowflake - Remove or allow configuration of Quoted Identifiers created on all Snowflake tables and columns

MarcBExp22
Contributor II
Contributor II

Qlik Replicate Postgres to Snowflake - Remove or allow configuration of Quoted Identifiers created on all Snowflake tables and columns

Hi, when replicating from AWS Aurora Postgres to Snowflake, Qlik Replicate tasks create all objects in Snowflake with quoted identifiers. From the source, none of our tables/columns have quoted or require quotes. Example target table on Snowflake:

create or replace TABLE TESTDB."testschema"."test_table"

( "test_table_id" NUMBER(38,0) NOT NULL,

"col1" VARCHAR(36) NOT NULL,

"col2" NUMBER(38,0) NOT NULL

, "created_date" TIMESTAMP_NTZ(6) NOT NULL

, "created_by" VARCHAR(100) NOT NULL

,"updated_date" TIMESTAMP_NTZ(6) NOT NULL

, "updated_by" VARCHAR(100) NOT NULL

, constraint test_table_key_PK primary key ("test_table_id") );

This adds quite a bit of overhead when coding in Snowflake.  We would like to make this either a parameter or a way to exclude quoting all objects.

Tags (1)
2 Comments
Meghann_MacDonald

From now on, please track this idea from the Ideation portal. 

Link to new idea

Meghann

NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.

Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived