CloudLocation
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.