Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
grimbeorn
Contributor III
Contributor III

cannot retrieve materialized view schema from Postgres

Hi All, I need to read from a materialized view (=>MV) in Postgres but when I retrieve the schema no MV appears.

My TOS is 7.3.1 version, postgres user has the rights to see MV.

Is there a problem with the connector? How can I solve it?

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

What's PostgreSQL version are you using?

Is it possible for you to use tPostgresqlInput component to read the data from the materialized view in your job instead of using metadata/Db connections wizard?

Best regards

Sabrina

grimbeorn
Contributor III
Contributor III
Author

If a use tDBinputPostgreSQL and fill all the fields manually (table name, query, metadata fields...) it works

PostgreSQL version is 11.2

Anonymous
Not applicable

Hello,

So far, PostgreSQL Metadata Wizard is not able to recognize materialized views from databases.

Here exists a jira issue: https://jira.talendforge.org/browse/TUP-23681

Best regards

Sabrina