RE: How are values for data flow and job flow parameters passed to Diyotta? In what format one needs to set up the parameters and their values?
How are values for data flow and job flow parameters passed to Diyotta? In what format one needs to set up the parameters and their values?
If we want to run our job flow with a parameterized value, or if we want to provide a different value for a specific object in the job flow, we can mention those in the external parameter file and can be passed it to the job flow as below.
Under Job flow Properties tab, we have “Show Param Template” which contains the structure of the parameter file.
We can use the template and provide the values which we wanted to modify.
Create a param file and place it under the default param folder or the folder of our choice.
Default param File path will be “$$ParamFileDir” which is “/app/cqacert/diyotta/agent/app/param”.
When we execute the job flow, it picks the values or parameters which we have mentioned in the external parameter file and runs. In monitor log we can observe the param file and its values which is being picked in execution.