Module: Google::Cloud::Bigquery::External
- Defined in:
- lib/google/cloud/bigquery/external.rb
Overview
External
Creates a new DataSource (or subclass) object that represents the external data source that can be queried from directly, even though the data is not stored in BigQuery. Instead of loading or streaming the data, this object references the external data source.
See DataSource, CsvSource, JsonSource, SheetsSource, BigtableSource
Defined Under Namespace
Classes: BigtableSource, CsvSource, DataSource, JsonSource, SheetsSource