cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Dynamic DB Account Use Cases

kmiesse
Contributor

What are the use cases of dynamic database accounts if we canโ€™t use pipeline parameters or fields in the input document to specify the host name, port number, database name, user name or password?

14 REPLIES 14

shodge
Former Employee

For a dynamic account, you can use pipeline parameters (though not fields in the document). When you create a dynamic account (take from MySQL):

image

You can toggle those fields with = into expressions and insert the name of the _pipelineParam that you want the field to be filled from.

Is that what you were looking for?

Thanks,

Shayne

Yes, thanks! Not sure what I was doing wrong when dynamic accounts first came out but I just tried the param again and it worked. Thatโ€™s good enough!

What others have done is read these properties from a file or database and call the child pipelines passing these parameters through pipeline execute.

Hope that makes sense.

Yes, thatโ€™s what I plan on doing now that I know params can be used. Thanks.