risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://www.risingwave.com/slack
Apache License 2.0
6.76k stars 557 forks source link

feat: Support alter schema swap with #14223

Open chenzl25 opened 8 months ago

chenzl25 commented 8 months ago

Is your feature request related to a problem? Please describe.

This is useful when users want to manage Blue/Green deployments by dbt. Users can deploy some mvs on schema a and schema b. Use the following statement to swap them.

ALTER SCHEMA a SWAP WITH b;

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

fuyufjh commented 6 months ago

Related to DBT's usage

github-actions[bot] commented 2 months ago

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.