Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
But is it possible to select a generic schema via code?