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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Iterate through generic schemas

Hi,

 

I'd like to know if it's somehow possible to change the schema property of a tHiveCreateSchema dynamically. We have a huge bunch of generic table schema and we'd like to use them for creating tables in hive. Unfortunately until now it seems to me that i have to add a tHiveCreateTable for every schema we have. It would be much easier if theres a way to iterate ofer these schema and set the schema of the tHiveCreateTable to the current value.

Anyone has some ideas?

 

Best

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

So far, tHiveCreateTable component doesn't support dynamic schema. Feel free to create a new feature jira issue on talend bug tracker.

https://jira.talendforge.org/login.jsp

Best regards

Sabrina

Anonymous
Not applicable
Author

But is it possible to select a generic schema via code?