cjlynch278 / SN_Creation

QueryAndPushToCollibra
0 stars 0 forks source link

Improve Config File #3

Closed cjlynch278 closed 2 years ago

cjlynch278 commented 2 years ago

Move the domain id's from the SQL code to the config file as variables. These are set per environment, so having them in the config file will be more manageable.

cjlynch278 commented 2 years ago

Doesn't appear possible with standard yaml. Reference https://stackoverflow.com/questions/41620674/use-placeholders-in-yaml for workarounds.