simon_podhajsky
05/01/2024, 10:58 AMtap-mysql
is:
=> ERROR [6/6] RUN meltano install 9.6s
------
> [6/6] RUN meltano install:
#0 7.353 Extractor 'tap-mysql' is not known to Meltano. Try running `meltano lock --update --all` to ensure your plugins are up to date.
Any suggestions as to why Meltano would suddenly lose track of a well-defined plugin? (This is the Transferwise option:
plugins:
extractors:
- name: tap-mysql
variant: transferwise
pip_url: pipelinewise-tap-mysql
As I mentioned, works well in other environments.) Could this be an issue with network access inside of Docker?simon_podhajsky
05/01/2024, 11:02 AMmeltano lock
and I thought it wouldn't be relevant - I thought I started anew without plugins/***/**.lock
, but maybe those should have been version-controlled and not gitignore'd?Reuben (Matatika)
05/01/2024, 12:50 PM.lock
files are required in 3.0: https://docs.meltano.com/guide/v3-migration/#plugin-lock-files-are-now-always-requiredsimon_podhajsky
05/01/2024, 7:02 PM