This adds support for quoting schema and table names when generating the keyword for restoring a snapshot.
E.g. restoring a snapshot with croud and ... --type tables --tables doc.table-with-dashes,doc.my-table ... results in ... TABLE "doc"."table-with-dashes","doc"."my-table" ... in the generated command.
Summary of changes
This adds support for quoting schema and table names when generating the keyword for restoring a snapshot.
E.g. restoring a snapshot with
croud
and... --type tables --tables doc.table-with-dashes,doc.my-table ...
results in... TABLE "doc"."table-with-dashes","doc"."my-table" ...
in the generated command.Checklist
CHANGES.rst