Skip to content

Conversation

@bohutang
Copy link
Member

Summary

  • Add complete options for CREATE WAREHOUSE (auto_suspend, auto_resume, cluster scaling, etc.)
  • Add new commands: ALTER WAREHOUSE, REPLACE WAREHOUSE, QUERY_HISTORY
  • Add IF NOT EXISTS/IF EXISTS clauses to CREATE/DROP WAREHOUSE
  • Add LIKE pattern filtering to SHOW WAREHOUSES
  • Reorder sidebar by usage frequency (CREATE → USE → SHOW → ALTER → DROP → REPLACE → QUERY_HISTORY)
  • Update both en and cn documentation

Changes

New Files

  • alter-warehouse.md - Suspend, resume, and modify warehouse settings
  • replace-warehouse.md - Recreate warehouse with new configuration
  • query-history.md - Query execution logs

Updated Files

  • index.md - Added general rules and new commands
  • create-warehouse.md - Added all options (warehouse_size, auto_suspend, auto_resume, cluster counts, etc.)
  • drop-warehouse.md - Added IF EXISTS clause
  • show-warehouses.md - Added LIKE filtering and output columns
  • use-warehouse.md - Minor updates

Test plan

  • Verify documentation renders correctly
  • Check sidebar ordering is correct

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Dec 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 31, 2025 8:04am

- Add complete options for CREATE WAREHOUSE (auto_suspend, auto_resume, cluster scaling, etc.)
- Add new commands: ALTER WAREHOUSE, REPLACE WAREHOUSE, QUERY_HISTORY
- Add IF NOT EXISTS/IF EXISTS clauses to CREATE/DROP WAREHOUSE
- Add LIKE pattern filtering to SHOW WAREHOUSES
- Reorder sidebar by usage frequency (CREATE → USE → SHOW → ALTER → DROP → REPLACE → QUERY_HISTORY)
- Update both en and cn documentation
@bohutang bohutang force-pushed the docs/warehouse-sql-update branch from fda57bb to f13e396 Compare December 31, 2025 08:02
@bohutang bohutang merged commit 447aa02 into main Dec 31, 2025
4 checks passed
@bohutang bohutang deleted the docs/warehouse-sql-update branch December 31, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants