Skip to content

feat(warehouse): Allow for warehouse type deployments#286

Open
RemoteRabbit wants to merge 9 commits intodatabricks-industry-solutions:mainfrom
RemoteRabbit:feat/add-warehouse-type
Open

feat(warehouse): Allow for warehouse type deployments#286
RemoteRabbit wants to merge 9 commits intodatabricks-industry-solutions:mainfrom
RemoteRabbit:feat/add-warehouse-type

Conversation

@RemoteRabbit
Copy link
Contributor

Summary

Adds the ability to select the type of warehouse to deploy, defaults to "CLASSIC".

✨ Features

  • feat(vars): Add warehouse_type to providers [8501558]
  • feat(warehouse): add warehouse_type and enable_serverless_compute to endpoint [bc8b142]
  • feat(vars): Add warehouse_type with default set to CLASSIC [a7987bc]

🔧 Maintenance

📁 File Changes

Terraform (+92/-43 lines)

  • terraform/aws/provider.tf (+1) 📝
  • terraform/aws/variables.tf (+13/-2) 📝
  • terraform/azure/provider.tf (+8/-7) 📝
  • terraform/azure/variables.tf (+13/-2) 📝
  • terraform/common/sql_warehouse.tf (+6/-4) 📝
  • terraform/common/variables.tf (+37/-26) 📝
  • terraform/gcp/provider.tf (+1) 📝
  • terraform/gcp/variables.tf (+13/-2) 📝

Changes: 8 files, +92 insertions, -43 deletions
Commits: 5
Branch: feat/add-warehouse-type
Base: origin/main

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (non-code changes like README or docs)

How Has This Been Tested?

Checklist

  • I have reviewed the CONTRIBUTING and VERSIONING documentation.
  • My code follows the code style of this project.
  • I have verified, added or updated the tests to cover my changes (if applicable).
  • I have verified that my changes do not introduce any breaking changes on all the supported clouds (AWS, Azure, GCP).
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (if applicable).

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@RemoteRabbit RemoteRabbit changed the title feat(warehouse): Allow for warehoue type deployments feat(warehouse): Allow for warehouse type deployments Feb 12, 2026
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.

2 participants