Application vs Library for SDK-based packages #276
Labels
Accepting Pull Requests
discussion
Documentation
Improvements or additions to documentation
flow::triage
kind/Feature
New feature or request
migrated from gitlab
valuestream/SDK
Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/278
Originally created by @edgarrmondragon on 2021-11-23 18:03:35
I want to start the conversation around our (recommended) packaging strategy for SDK-based taps and targets.
A recent conversation in Slack revealed that installing SDK-based taps (e.g.
pipx install git+https://github.com/MeltanoLabs/tap-github.git
) references the specified dependency versions inpyproject.toml
and completely ignores the pinned versions inpoetry.lock
.The most relevant discussions around using Poetry to distribute end-user Python applications (like Singer Taps) is happening here and in this PR.
The text was updated successfully, but these errors were encountered: