I am looking for options of using database secret ...
# ask-metaflow
h
I am looking for options of using database secret credentials in a “to be batched in AWS” step. I came across this: https://github.com/Netflix/metaflow/issues/814 but wonder what current best practise is? At the moment I use local environmental variables but want to run in AWS scheduled in the future … Any pointers would be very much appreciated. Thanks!
1
v
take a look at the new
@secrets
decorator - it might fit your needs well! https://docs.google.com/document/d/1PQW8ih4IZNxl17ALgnzVcUHLoaJ4BGixQKMNjtqdvVQ/edit#heading=h.jxs5zxljajvz
h
amazing - will have a look tomorrow - thanks!
👍 1
This works great - thanks!!!
🙌 1