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.
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 fromPluginBase
and handle basic config and orchestration, and we need some type ofTarget Stream
orTarget Sink
class for actually landing the data streams.