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

StreamSrc

class
class StreamSrc

Bases: ABC, DescriptorBase

Categories: source

Abstract stream source.

Passed as the source argument of @stream_publisher. Concrete subclasses (e.g. PostgresCdcStreamSrc) drive a long-lived change stream. As with Src, the connection and credentials live on the collection's registered connection, not on the subclass.