Rob Rudin

Results 152 comments of Rob Rudin

Let's focus just on your mapping step when using 5.2.0. When you run it as a user with the roles you mentioned - let's call that user "flow-dev" - does...

What are the permissions on the TDE document that you're using for your query?

Can you share those in some other format than an Excel file? Sorry, I just don't want to download and run an Excel file from an untrusted location.

I'm looking at your original error again: ``` TDE-NOSCHEMADB: tde.getView("DailyProduct", "DailyProduct") -- No schema database for TDE resource: view DailyProduct, no schema database configured for current database ``` I missed...

Realizing this ticket was dropped - response to the above question is - try creating a user that has the desired role and also qconsole-user - you can then do...

@gduplantier DMSDK is used under the hood to run a step. Are you looking for a declarative way - e.g. via properties - to perform what https://docs.marklogic.com/guide/java/data-movement#id_98568 describes?

@gduplantier So something along the lines of (these are really Data Hub properties, not Gradle properties; Gradle just provides a way to set them) - you'd set one of them:...

Thanks, this is really good feedback. Couple immediate questions: 1. When you chain multiple executions of RunFlowTask together, are you running the same flow with different sets of steps, and/or...

One new feature for 5.5 is that we'll have support for step-specific options in the runtime options you pass in. Sounds like that might help simplify things?