Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

Dest

class
class Dest

Bases: ABC, DescriptorBase

Categories: destination

Abstract destination.

Passed as the destination argument of @subscriber. Concrete subclasses live in the connector packages (e.g. S3Dest, PostgresDest) and carry only per-flow config. The connection and credentials live on the collection's registered connection, not on the subclass.