CloudSqlBigQueryConnectionSpec(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Specification for the BigQuery connection to a Cloud SQL instance.
Attributes | |
---|---|
Name | Description |
instance_id |
str
Cloud SQL instance ID in the format of project:location:instance .
|
database |
str
Database name. |
type_ |
google.cloud.datacatalog_v1.types.CloudSqlBigQueryConnectionSpec.DatabaseType
Type of the Cloud SQL database. |
Classes
DatabaseType
DatabaseType(value)
Supported Cloud SQL database types.
Values: DATABASE_TYPE_UNSPECIFIED (0): Unspecified database type. POSTGRES (1): Cloud SQL for PostgreSQL. MYSQL (2): Cloud SQL for MySQL.