turbaszek commented on pull request #8591: URL: https://github.com/apache/airflow/pull/8591#issuecomment-620103045
> @turbaszek Is this fine or should I expose the params via env variables? When and which params should we make available to env variables? > @turbaszek Is this fine or should I expose the params via env variables? When and which params should we make available to env variables? All ids should be env variables (for security reasons). In case of GCP buckets names have to be unique (and constant during dag run so no way to generate them in code) that's why we use env variables. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
