Comments
-
We use replacement variables in Workbench jobs. The three critical things you need to make sure it works: The column you want to use as a replacement variable (last modified date, PK, whatever) must be in a SELECT clause, a WHERE clause, and an ORDER BY clause in the query. I usually have the WHERE clause commented out for…
-
I've also been trying to get Workbench Enterprise set up for my organization. I can't get it set up and running locally. Seems like it needs a RabbitMQ image to function, but it doesn't work locally (can't point WBE at localhost), so we need IT/Platform to support this. We use Kubernetes, and there doesn't appear to be any…