-
I have been using datafactory.tools for a year and it has been great but I have just run into issue trying to override global parameter with object type. Here is the original json in the /factory/FACTORY_NAME.json
I have put a line in environment config file and have tried several format (sample below) but no matter what I tried that global param was deployed with only structure but not value.
Here is what it looks like in ADF.
Can anyone guide me on how to override value for Global parameter with object type ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I finally can find the formula that make it work. in csv put and in env var I put single quote in the value
|
Beta Was this translation helpful? Give feedback.
I finally can find the formula that make it work.
in csv put
factory,ADF-DEV,"$.properties.globalParameters.'P_GLBL_DB'.value",$($Env:P_GLBL_DB)
and in env var I put single quote in the value
'{ "SERVER_NM": "xxxxdev.database.windows.net", "DB_NM": "xxxxdev01", "USER_NM": "adfuser", "SECRET_NM": "SECRET_XXX" }'