SqlExportOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)Options for exporting data in SQL format.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
tables |
MutableSequence[str]
Optional. Tables to export from. |
schema_only |
bool
Optional. If true, only export the schema. This field is a member of oneof_ _schema_only.
|
clean_target_objects |
bool
Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them. This field is a member of oneof_ _clean_target_objects.
|
if_exist_target_objects |
bool
Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode. This field is a member of oneof_ _if_exist_target_objects.
|