Hi,
I don't find out if there is a rule to manage the execution order between a SQLExecutor and a Postgres Writer.
I want that the SQLExecutor is executed before the Writer because it makes a backup of the table before writing.
And I can't use the "SQL to run before write" field in my writer because I use feature values in my SQL instruction and this field doesn't handle feature values.
Â
The strange thing is that in one of my Workspace the SQLExecutor is executed before the writer and in another the Writer is executed before the SQLExecutor (the second one handles far more data).
I tried to change the horizontal and vertical order of both but that doesn't change anything.
Â
Thanks for any help,
Christian