Sam,

The framework itself doesn't offer a state management mechanism for
extensions other than on FlowFiles themselves (which won't help for
this case).  So you can leverage any sort of database or storage
mechanism (even simple local files) you like.  You can see more about
some thoughts on how to address this moving forward [1].

Thanks
Joe

[1] https://cwiki.apache.org/confluence/display/NIFI/State+Management

On Thu, Nov 12, 2015 at 11:45 PM, Sam Kamau <[email protected]> wrote:
> I am working on a processor that loads data to HDFS for an RDBMS using
> ExecuteSQL processor. The data has a last update time that I would like to
> use to load records that have changed since the last load.
>
> How best can I go about saving the last execution time so I can use it as a
> filter in the query.
>
> Thanks

Reply via email to