Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Suggest an Idea

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

Postgres Partitions Replication To Snowflake

ppatelquilk
Contributor II
Contributor II

Postgres Partitions Replication To Snowflake

Hello:

Just found out that when replicating from Postgresql with partitions to Snowflake missing basic functionality.

on target Snowflake data gets copied from source Postgres partitions to target snowflake partitions, on target data can't be queried from parent table. To get latest data have to query latest partition not the parent table. it works fine when source is Oracle.

Tags (2)
5 Comments
Shelley_Brennan
Former Employee
Former Employee

Thank you for your post.  We have a couple of questions about your request.

What version of PostgreSQL are you running? 

Have you have opened a related Support case about this issue?  If so, could you share the case number so we can review?

And finally, is your request to overcome this limitation which exists when using Parallel Load feature with PostgreSQL source:

  • Table segmentation by partitions or sub-partitions is not supported with the PostgreSQL source endpoint.

 

Status changed to: Open - New
Shelley_Brennan
Former Employee
Former Employee

We'll need more information to reconsider this request - thank you.

Status changed to: Closed - Declined
ppatelquilk
Contributor II
Contributor II

Hello:

we are using aurora postgres 11.9

Yes we opened support case and recommended to submit idea.

Shelley_Brennan
Former Employee
Former Employee

Could you share the support case number?  Also, could you answer the question above to clarify the exact limitation you are trying to overcome?  Thank you!

ppatelquilk
Contributor II
Contributor II

Hi Shelley,

Here is a case no.

 

02145134 - TABLE IS NOT GETTING UPDATED

The problem we try to overcome with this is it should work without any work around.

Like Oracle when query parent table should return rows from all partitioned tables.

In postgres it doesn't.

 

Thanks.