meltano / sdk

Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com
https://sdk.meltano.com
Apache License 2.0
100 stars 70 forks source link

Launch SDK support for `Target` plugin types #96

Closed MeltyBot closed 2 years ago

MeltyBot commented 3 years ago

Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/96

Originally created by @aaronsteers on 2021-04-12 18:17:46


Following from #4 and !4, we should create the initial developer SDK for Targets.

At minimum, we need a stable Target base class, which would inherit from PluginBase and handle basic config and orchestration, and we need some type of Target Stream or Target Sink class for actually landing the data streams.

MeltyBot commented 2 years ago

View 5 previous comments from the original issue on GitLab