View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigQuerySource (google_api_discovery_engine v0.27.0)
BigQuery source import data from.
Attributes
-
dataSchema
(type:String.t
, default:nil
) - The schema to use when parsing the data from the source. Supported values for user event imports:user_event
(default): One UserEvent per row. Supported values for document imports:document
(default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. *custom
: One custom data per row in arbitrary format that conforms to the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. -
datasetId
(type:String.t
, default:nil
) - Required. The BigQuery data set to copy the data from with a length limit of 1,024 characters. -
gcsStagingDir
(type:String.t
, default:nil
) - Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the BigQuery export to a specific Cloud Storage directory. -
partitionDate
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleTypeDate.t
, default:nil
) - BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format. -
projectId
(type:String.t
, default:nil
) - The project ID or the project number that contains the BigQuery source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. -
tableId
(type:String.t
, default:nil
) - Required. The BigQuery table to copy the data from with a length limit of 1,024 characters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigQuerySource{ dataSchema: String.t() | nil, datasetId: String.t() | nil, gcsStagingDir: String.t() | nil, partitionDate: GoogleApi.DiscoveryEngine.V1.Model.GoogleTypeDate.t() | nil, projectId: String.t() | nil, tableId: String.t() | nil }