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

CloudLocation

class
class CloudLocation

Bases: DescriptorBase, ABC

Categories: destination

Abstract base for a BigQuery staging location.

The only concrete form today is GCSLocation -- BigQuery stages exclusively via GCS. Kept parallel to the other connectors so the import / dispatch surface stays consistent.