GCSDestConn
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
bucketGCSBucketSpec (str | Secret)parameter
credentialsCredentialsSpec (GCPJson)parameter
projectProjectSpec | None (str | Secret | None)parameter
base_pathCloudRelativePathSpec (str | Secret)