EntityDdl(mapping=None, *, ignore_unknown_fields=False, **kwargs)A single DDL statement for a specific entity
Attributes |
|
|---|---|
| Name | Description |
ddl_type |
str
Type of DDL (Create, Alter). |
entity |
str
The name of the database entity the ddl refers to. |
ddl |
str
The actual ddl code. |
entity_type |
google.cloud.clouddms_v1.types.DatabaseEntityType
The entity type (if the DDL is for a sub entity). |
issue_id |
MutableSequence[str]
EntityIssues found for this ddl. |