-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Support DDLs for managing change streams.
https://cloud.google.com/spanner/docs/change-streams/manage?hl=en
CREATE CHANGE STREAM <name> FOR ...ALTER CHANGE STREAM <name> SET FOR ...ALTER CHANGE STREAM <name> SET OPTIONS ...ALTER CHANGE STREAM <name> DROP FOR ALLDROP CHANGE STREAM <name>
spanner> CREATE CHANGE STREAM EverythingStream FOR ALL;
ERROR: invalid statement
I propose to support generic CREATE / DROP / ALTER DDL statements so that spanner-cli can respond to the new features of Cloud Spanner with a minimum of effort.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels