Managing keys & environment variables in a python pipeline/app
In a production ETL (extract, transform, load) pipeline, it is often helpful to manage environment variables to store sensitive information, such as database credentials or API keys. This allows you to keep this sensitive information separate from yo...
blog.harshdaiya.com3 min read