Class CloudSqlSource (0.11.11)

CloudSqlSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Cloud SQL source import data from.

Attributes

NameDescription
project_id str
The project ID that the Cloud SQL source is in with 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 __.