martin_morset
09/12/2022, 9:19 AMmeltano ui calling out to pypi.org? It seems to also be blocking the entire application. Can I stop this behavior?aaronsteers
09/12/2022, 4:46 PMmeltano install running anywhere in the process?martin_morset
09/13/2022, 7:12 AMmeltano --log-level debug ui. There's nothing really indicating to me what's going on, but the UI is just spinning and looking at hubble it looks like it's trying to reach pypi 😞
Could it be that it is looking for that discovery.yml file? I have it in the root path of the project in the docker image so it should be discovered, and there is no log indicating it was not.martin_morset
09/13/2022, 7:20 AM/api/v1/version endpoint that calls out, does that give a clue to whats going on here?Reuben (Matatika)
09/13/2022, 8:08 AM/version is here. I think it makes that request to PyPi if an include_latest query param is present with one of these values.martin_morset
09/13/2022, 12:58 PMmartin_morset
09/13/2022, 1:10 PMmartin_morset
09/13/2022, 1:12 PMaaronsteers
09/13/2022, 5:36 PMmartin_morset
09/14/2022, 7:03 AMaaronsteers
09/14/2022, 3:46 PM