Variables/Connections/Pools specified in airflow_settings.yaml
can't be imported or exported with Podman
#1724
Labels
airflow_settings.yaml
can't be imported or exported with Podman
#1724
Describe the bug
Values in
airflow_settings.yaml
are not respected when using podman as the container binaryWhen trying to use the
astro dev object import
orastro dev object export
commands while running with podman the commands fail without displaying any error messages.For the first command, although astro indicates that variables have been successfully imported, the airflow command was never actually run. For the latter we have a fatal error.
These astro commands do not respect the
container.binary: podman
option specified in the.astro/config.yaml
file and instead hardcode thedocker
executable.https://github.com/astronomer/astro-cli/blob/main/docker/docker.go#L21
What CLI Version did you experience this bug?
Astro CLI Version: 1.29.0
This CLI bug is related to which Astronomer Platform?
What Operating System is the above CLI installed on?
🪜 Steps To Reproduce
Attempt to specify variables/connections/pools in
airflow_settings.yaml
without the docker client installed (using an alternative binary like podman)📸 Screenshots
The text was updated successfully, but these errors were encountered: