Jordan
10/31/2022, 5:03 PMcredentials.yml
available for use in a hook? I know I can just use the yaml loader, but this doesn’t feel correct.Nok Lam Chan
10/31/2022, 5:04 PMJordan
10/31/2022, 5:07 PMNok Lam Chan
10/31/2022, 5:09 PMJordan
10/31/2022, 5:11 PMNok Lam Chan
10/31/2022, 5:18 PMcatalog.yml
when possible. But if you have to do it via hooks, I would go with data_catalog
instead of reading off from credentials.yml
, this is something we want to avoid.Jordan
10/31/2022, 5:20 PMNok Lam Chan
10/31/2022, 5:28 PMConfigLoader
With the latest main
we are making it easier to access via
config_loader["credentials"]
in earlier version you can access it via config_loader.get(["credentials*/*"])
Jordan
10/31/2022, 6:44 PM