Hi, is it possible to know what version of the tap...
# troubleshooting
o
Hi, is it possible to know what version of the tap is Meltano using? thanks
a
Do you mean the version number or the variant?
In meltano.yml you can check for a variant name and/or a pip_url.
Not all taps and targets publish pinnable version numbers, so getting a version number or git ref is dependent upon what kind of pip_url you have for your taps and targets.
o
Hi Aj, thanks for responding, what I meant is,..at run time, can you know what tap version is running? I have two identical installation and they are behaving differently
a
@oscar_gonzalez - Thanks for clarifying. As of now, the only way I know of would be to inspect the virtual environments within the
.meltano
internal directory.
The names in the associated virtual env folders should match to the plugin name.
Does this help at all?
Cc @florian.hines / @taylor in case I've missed anything
f
I think peeking in .meltano is probably the best bet.
o
thanks, checking again