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.2

PluginCtx

class
class PluginCtx

Bases: FlowCtx, ABC

Categories: spi

Common context surface shared by every plugin variant (batch source, stream source, destination).

Extends FlowCtx with the per-trx working directory where the plugin materialises parquet files.

Properties​

property
work_dirPath

Per-trx scratch directory the plugin writes parquet to. Cleaned up by the runtime after the trx completes.