sam_woolerton
09/03/2020, 2:02 AMsam_woolerton
09/03/2020, 3:20 AMpip_url
to try get around this, but it still tried to install with pip and failed
Is there a way to make this work?douwe_maan
09/03/2020, 4:25 PMtap-mssql
plugin definition's executable
property to an absolute path (starting with a /
) pointing at the executable. Your pip_url
could point at any arbitrary Pip package, since it will need to be installable, but won't actually be used, because the executable
property is used when the plugin is actually invoked.
Of course, this makes your Meltano project less portable than it otherwise would be, since it'll depend on tap-mssql already being present on the system.
Would that be an option for you? Let me know if it works, or if you'd like some additional pointers 🙂douwe_maan
09/04/2020, 3:26 PMexecutable
but no pip_url
for executables already present on the system: https://gitlab.com/meltano/meltano/-/issues/2341cody_kaiser
09/07/2020, 5:24 PMdouwe_maan
09/07/2020, 5:37 PMcody_kaiser
10/01/2020, 7:31 PMsam_woolerton
10/01/2020, 8:14 PMsam_woolerton
10/01/2020, 8:15 PMpyodbc
- was super easy to get workingcody_kaiser
10/02/2020, 2:00 PMcody_kaiser
10/02/2020, 2:02 PM