Reuben
Reuben
Yeah, so can confirm Meltano is using the `pip_url` from the `meltano.yml` during install like you said, so no issue there. I was mainly asking because when we [pinned `tap-shopify`...
Just caught up with Office Hours. I'm not really sure what the consensus was on pinning plugins to specific versions on Meltano Hub in the end - we do seem...
My main problem with an unpinned `pip_url` for a plugin definition on the Hub is that there is no guarantee that the plugin won't break (i.e. as a user, I...
> I could see it making sense to update the pip_url in the meltano.yml anytime the lockfile is updated. Even if the hub pip_url isnt pinned, if someone asks to...
See https://github.com/claroty/access_parser/pull/23/files#diff-faab64b1369f165a198b2078670f6ba364a07e5f604335c90d5afc9de56aaa31R222 for more context.
We probably want to suppress install progress to stdout from `meltano.cli.utils.install_plugins` here, or emit as logs to stderr... For `invoke`, this currently breaks the common tap/target debugging technique of ```...
Think I have covered all relevant commands here. Wondering if we want a new `--no-install` option for these (same convention as for `meltano add`) to opt-out of auto-install behaviour (e.g....
Should this be added for `select` too?
> Also, this is at a good point to add some docs 😄 Will do 👍
> @ReubenFrankel I'm imagining users might want to disable JIT installation globally. Maybe an env var for the CLI option. Wdyt? Sure, I can see the benefit of that, and...