Trying to run the `meltano elt` command on Windows...
# troubleshooting
n
Trying to run the
meltano elt
command on Windows is giving me
AttributeError: '_ProactorReadPipeTransport' object has no attribute '_empty_waiter'
Reading around I have found several articles that suggest that the pipeline doesn't work on Windows . Can anyone confirm or deny?
OK, I've discovered #C01RHM084UD and got my answer. Going to try with WSL for now but will keep my eye on what @BuzzCutNorman gets up to with waitress in his PR.
b
Please give
meltano ui
a try on a Windows when you get a chance. You will need to add the following feature flag to your projects
meltano.yml
file
ff.enable_uvicorn: True
. Testing a loader will give you a false failure and also pipelines won't run just yet. I will also say the ui is not able to deal with environments like
dev, staging, or prod
it will add loaders and extractors to the global project. Just thought I would let you know it is running now.