Hi team, I'm exploring meltano and got this error ...
# troubleshooting
p
Hi team, I'm exploring meltano and got this error when tried to clone the repository (https://github.com/meltano/meltano-dev-container-template). Hope someone can help me out. Thanks!
r
That repo looks quite out-of-date. The error is happening because the container is running with the latest available
meltano
version (see
Dockerfile
), which expects there to be a
dev
environment in the
meltano.yml
under the missing
environments
section.
Copy code
environments:
- name: dev
s
Note to me/@aaronsteers we should do something with the repository. Make sure it works, add tests/ archive it.
a
Two updates I'm happy to share: I've archived those old repos to prevent confusion in the future. Happy to bring the repo back in the future, especially with our increased recent focus on devcontainers. As of Meltano 2.8 (announced today in #CFG3C3C66), most commands will no longer fail with the error
Environment 'dev' was not found.
We've streamlined how default environments are applied and now only
meltano run
requires an environment context in order to run.