Hi-- I’m a newbie and have a use case requiring a db input table query statement to be constructed at execution time. Basically, the graph would have these requirements:
Hi Linar,
I spent considerable time to find solution of your problem in CLoverETL ;-). In attached project you can see how it can be done:
createQueryAndMetadata.grf - reads table A and creates query for table B. It saves the query in the file and creates metadata defined by query and database connection.
selectData.grf - reads data from table B.
getData.grf - runs both graphs. To run this graph you need to ad the cloveretl.connection.jar to the project class-path.