GCSLocation
class GCSLocation(
bucket: GCSBucketSpec,
credentials: GCPJson,
base_path: CloudRelativePathSpec = '/',
cfg: CfgSpec | None = None,
)
Bases: CloudLocation
Categories: destination
GCS staging area for BigQueryDest.
The plugin uploads parquet here, then runs a load_table_from_uri
load job against BigQuery referencing the object.
Parameters
parameter
base_pathCloudRelativePathSpec (str | Secret)Object-key prefix from the bucket root; starts with
/, has no trailing / and no empty segments (//)
(the leading / is trimmed when forming the key).
Defaults to /.