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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Dynamic schema in Netezza components

Hello,
I would really appreciate for my jobs, if I could use dynamic schema for Netezza components. However, currently, this is unsupported. I have found a similar topic here: http://www.talendforge.org/forum/viewtopic.php?pid=57674
Is it planned to implement this feature or would it make sense to put a feature request at jira?
Thanks
Jan
Labels (2)
12 Replies
Anonymous
Not applicable
Author

I feel your pain on no dynamic schema support, I would love to have it for tNetezzaNzload especially, but why SCP the file?
You can just create the external table and load it from where it was created with nzload which outperforms JDBC easily, especially if they are compressed. eg:
tNetezzaRow (CREATE EXTERNAL TABLE) --> tNetezzaNzload
I know this doesn't help with table creation but will be much faster than tNetezzaOutput.
Anonymous
Not applicable
Author

Well, that might work, thanks for the suggestion. Unfortunately, we are trying to get rid of any dumps into files, so I am not sure if this will be suitable.
Anyway, closely related question: In the Talend Components Reference Guide on p. 1834, it is written for tJDBCOutput that it supports dynamic schema. This might be a solution for us, even when the JDBC component version is a little bit slower. However, when I check my supportDynamic.txt, tJDBCOutput isn't listed and it also really doesn't work for me.
So is there a mistake in the reference guide?
Anonymous
Not applicable
Author

Hi,
Anyway, closely related question: In the Talend Components Reference Guide on p. 1834, it is written for tJDBCOutput that it supports dynamic schema. This might be a solution for us, even when the JDBC component version is a little bit slower. However, when I check my supportDynamic.txt, tJDBCOutput isn't listed and it also really doesn't work for me.
So is there a mistake in the reference guide?

For this closely related question, please navigate to forum https://community.talend.com/t5/Design-and-Development/resolved-tJDBCOutput-dynamic-schema-support/t... for more details.
Best regards
Sabrina