Andy Carter
06/20/2023, 10:28 AMmeltano install loader tap-postgres
two months back before I discovered the virtues of pinning, is there somewhere in the venv to inspect for a commit id/repo version number I should pin against to make sure I am using exactly the same code if I were to run meltano install
again?user
06/20/2023, 1:40 PMmeltano invoke tap-slack --version
to print the package version or run source .meltano/extractors/tap-slack/venv/bin/activate
to activate the virtualenv you want to inspect, then run pip freeze
to see all the installed dependenciesAndy Carter
06/20/2023, 1:50 PMinvoke
works for the taps, and then the pip freeze
commands for the targets 🙂