nigel_ainscoe
05/05/2022, 8:26 AMmeltano 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?nigel_ainscoe
05/05/2022, 9:01 AMBuzzCutNorman
08/22/2022, 6:16 PMmeltano 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.