Cmdlets for Google BigQuery

Build 25.0.9434

GCSBucketFolder Parameter (Connect-GoogleBigQuery Cmdlet)

Specifies the name of the folder within the GCS bucket where bulk data is uploaded for staging.

Syntax

Connect-GoogleBigQuery -GCSBucketFolder string

Data Type

cstr

Default Value

""

Remarks

This property applies only when InsertMode is set to GCSStaging.

If this property is not set, the cmdlet uploads staged data to the root of the specified GCS bucket.

Set this property to organize staged files under a specific folder path within the bucket. This helps prevent file collisions during concurrent operations and improves data organization across environments or workflows.

For example: GCSBucketFolder=staging/datahub/temp

This setting writes staged files to: gs://<GCSBucket>/staging/datahub/temp/

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434