BigtableSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The Cloud Bigtable source for importing data.
Attributes |
|
---|---|
Name | Description |
project_id |
str
The project ID that contains the Bigtable source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. |
instance_id |
str
Required. The instance ID of the Cloud Bigtable that needs to be imported. |
table_id |
str
Required. The table ID of the Cloud Bigtable that needs to be imported. |
bigtable_options |
google.cloud.discoveryengine_v1.types.BigtableOptions
Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations. |