crate / crate-operator

The CrateDB Kubernetes Operator provides a convenient way to run CrateDB clusters inside Kubernetes.
https://crate.io
Apache License 2.0
24 stars 7 forks source link

Quote schema and tables names in restore snapshot #683

Closed tomach closed 4 hours ago

tomach commented 5 days ago

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