Hi.
I'm trying to create new shared job which can do table sharding from RDS to BQ.
Like the image below, I defined password as a job variables and set ${password} to password's property on JDBC Table Metadata To Grid component and Database Query component.
Then, I generated this job as a shared jobs and when I use it on some orchestration job, I set password to password’s property like below.
After that I run this component and it shows error message like
“Parameter Validation Failure: Password - Unrecognised password name [password0000].”
Even though the username was success(I gave value as a variable to username but it doesn’t matter), somewhat password shows error.
I guess that password should secure safely, so I need to use password manager, but there is a choice that I can check “□use variable”, so I am confused.
As a side note, password is absolutely correct.
Hope there is any solution about this problem.
Thanks