Allow passing build args, not just secrets, to relevant astro dev ...
commands
#1668
Open
2 of 4 tasks
astro dev ...
commands
#1668
✍️ Is your feature request related to a problem? Please describe.
Currently, we can pass secrets to various
astro dev ...
commands via the--build-secrets
flag. However, there are times where we may want to pass "one-off" arguments at build time (which we may not want as environment variables) that we can reference viaARG
. This does not currently seem possible (2024-06-14), as confirmed by this response on the community Slack🧩 Describe the solution you'd like
The request is for the ability to pass build time arguments that can be referenced via
ARG
, via a flag--build-arg <NAME>=<VALUE>
(or some equivalent).E.g.
🤔 Describe alternatives you've considered
We can get halfway there by using the
--env
arg and specifying a file to use (this is what we currently use as a workaround); however, some args we'd like not to be lying around in the environment, as they are for a true "one-off" usage.Is your feature request specific to a particular Astronomer Platform?
💡 Additional context
Thanks for all the incredible work Astronomer does for Airflow.
The text was updated successfully, but these errors were encountered: