Replies: 1 comment
-
A proposal that we are coming around to internally would be to use
Or:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the number of Taps and Targets published to PyPI grows, name clashes become inevitable (i.e. two variants of
tap-dynamodb
- of which there are already 10 variants on the hub). Therefore it would be useful to discuss ways to mitigate this by 'namespacing' Taps and Targets names in PyPI in a consistent way.One common approach is to prepend a maintainer to the Tap/Target. E.g. the team at Wise prepend
pipelinewise-
to their Taps/Target names. E.g.pipelinewise-tap-snowflake
. Crucially, this convention only applies to package distribution; the Tap is still executed usingtap-snowflake
.Beta Was this translation helpful? Give feedback.
All reactions