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

GCSDestConn

class
class GCSDestConn(
bucket: GCSBucketSpec,
credentials: CredentialsSpec,
project: ProjectSpec | None = None,
base_path: CloudRelativePathSpec = '/',
conn_cfg: CfgSpec | None = None,
)

Bases: Conn

Categories: destination

GCS connection used by GCSDest.

Field-identical to GCSSrcConn but a distinct class; source and destination connections are separate types and cannot be used in place of one another. See GCSSrcConn for the field meanings.

Parameters

parameter

parameter

parameter
projectProjectSpec | None (str | Secret | None)

parameter

parameter
conn_cfgCfgSpec | None (dict | None)