Hi All, Do we have a blog that defines the use cas...
# getting-started
s
Hi All, Do we have a blog that defines the use case of each capability. •
catalog
properties
discover
state
about
stream-maps
e
s
@Edgar Ramírez (Arch.dev) - Are this predefined only , can I add a new capability if needed.
e
Capabilities are normally tied to features, e.g.
stream-maps
is tied to the
stream_maps
built-in setting. Can you describe what new capability you need to add?
s
I am just curious how can I build one , does it make sense using this capabilities in new Meltano sdk
Or this were old version fearures
Out of context question — how can opt out from sharing any data with Meltano I see one config saying send-anonymous-data , do we have something similar
e
You'd very seldom need to add a new capability. You could certainly do it, but it's not documented cause it's mostly an internal implementation of singer-sdk, so if you really need to and are interested I'd suggest you look at the source code. Foe example: https://github.com/meltano/sdk/blob/4eb93e48806199ca162a8c01cb161722af6edfff/singer_sdk/tap_base.py#L199-L220
Out of context question — how can opt out from sharing any data with Meltano I see one config saying send-anonymous-data , do we have something similar
That setting is all you need to opt out of tracking
ty 1