Hello, how can I verify what version of a plugin i...
# troubleshooting
d
Hello, how can I verify what version of a plugin is being used?
d
@dean_morin There's not currently a built-in way to check that, although we have an issue already: https://gitlab.com/meltano/meltano/-/issues/2337. What you can do it navigate to
.meltano/<plugin type, e.g. extractors>/<plugin name, e.g. tap-gitlab>/venv/lib/python3.<6,7 or 8>/site_packages
and look for a folder named after your plugin, which should have a version number in the name. Let me know if that works!
d
@douwe_maan It doesn’t have the version I’m afraid, I’m seeing
.meltano/loaders/target-snowflake/venv/lib/python3.8/site-packages/target_snowflake/
oh wait, that could be my forked version, let me confirm
Even with the original version there’s no version in the file name 😢
d
@dean_morin It might be a file, not a folder I'm looking for, named something like
target_snowflake-<version number>.<extension I can't recall>
. Do you see anything like that?
d
Oh found it,
pipelinewise_target_snowflake-1.12.0.dist-info/
!
d
@dean_morin That's the one!
d
ty Well, that’s the latest version, so not the cause of my issue, but at least I can cross it off as a possibility