Re: Dynamic property in QueryDatabaseTable

2016-09-09 Thread Ravisankar Mani
Hi Matt, Sorry for this inconvenience. The dynamic property support from version 1.0.0. Since, i am using 0.6.0 version. Regards, Ravisankar On Fri, Sep 9, 2016 at 12:56 AM, Ravisankar Mani wrote: > Hi Matt, > > Thanks for your reply. > I can add the new property like

Re: Dynamic property in QueryDatabaseTable

2016-09-08 Thread Ravisankar Mani
Hi Matt, Thanks for your reply. I can add the new property like initial.maxvalue.id and set the value(Like 1) using add property option in this processor. But i can see the error message like " 'initial.maxvalue.id' validated against '1' is invalid because 'initial.maxvalue.id' is not a

Re: Dynamic property in QueryDatabaseTable

2016-09-08 Thread Matt Burgess
Ravisankar, The dynamic property needs to have a certain name, in general of the form initial.maxvalue.{max_value_column}. So if you have a max value column called last_updated, you will want to add a dynamic property called initial.maxvalue.last_updated, and you set the value to whatever you

Dynamic property in QueryDatabaseTable

2016-09-08 Thread Ravisankar Mani
Hi All, I have used 'QueryDatabaseTable' processor in my workflow(incremental update ETL process), initially , Its working properly once executed the job without setiing max value column(first time only) and then setting the max value columns(because the max value doesn't know processor) . But i