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

Src

class
class Src

Bases: ABC, DescriptorBase

Categories: source

Abstract batch source.

Passed as the source argument of @publisher. Concrete subclasses live in the connector packages (e.g. S3Src, PostgresSrc) and carry only per-flow config (paths, queries, ...). The connection and its credentials are not set here -- they live on the connection registered on the function's collection.