fred_reimer
12/20/2021, 2:22 PMdavid_wallace
12/20/2021, 2:25 PMfred_reimer
12/20/2021, 2:31 PMexport PIP_INDEX_URL=https://....
meltano install
That does not work. If I run pip install instead it works fine.fred_reimer
12/20/2021, 2:36 PMpip_url: tap-name==version
appears to make it work..edgar_ramirez_mondragon
12/21/2021, 5:13 AMNot sure it should be failing if it is not includedPlugins can work with only an arbitrary
executable
that you install/include by means other than pip. If the plugin is a Python package that you expect to be installed, you do need to define a pip_url
which can be any valid requirement specifier: PyPI (or a private repo) version, git url, local path, etc.fred_reimer
12/22/2021, 2:13 PM