You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, FlowETL (because of the parent image and airflow) will allow you to configure many things using env vars. Obviously we'd rather use secrets in many cases. This should be supported.
At the moment, FlowETL (because of the parent image and airflow) will allow you to configure many things using env vars. Obviously we'd rather use secrets in many cases. This should be supported.
Worth considering that this snippet:
will read all secrets as env vars named for the secret, which might simplify matters.
Alternatively, https://github.com/jezdez/envdir is built for exactly this purpose.
The text was updated successfully, but these errors were encountered: