CloudSqlSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Cloud SQL source import data from.
Attributes |
|
---|---|
Name | Description |
project_id |
str
The project ID that contains the Cloud SQL source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. |
instance_id |
str
Required. The Cloud SQL instance to copy the data from with a length limit of 256 characters. |
database_id |
str
Required. The Cloud SQL database to copy the data from with a length limit of 256 characters. |
table_id |
str
Required. The Cloud SQL table to copy the data from with a length limit of 256 characters. |
gcs_staging_dir |
str
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 Cloud SQL export to a specific Cloud Storage directory. Ensure that the Cloud SQL service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory. |
offload |
bool
Option for serverless export. Enabling this option will incur additional cost. More info can be found here __.
|