Add --warehouse-id and fall through unusable SQL warehouses - #275
Merged
Conversation
andy-xu-db
marked this pull request as ready for review
August 5, 2026 18:32
AarushiShah-db
previously approved these changes
Aug 6, 2026
AarushiShah-db
previously approved these changes
Aug 6, 2026
andy-xu-db
enabled auto-merge (squash)
August 6, 2026 17:59
andy-xu-db
force-pushed
the
andy/usage-warehouse-override
branch
from
August 7, 2026 14:50
9849ed7 to
8e84690
Compare
AarushiShah-db
previously approved these changes
Aug 7, 2026
andy-xu-db
force-pushed
the
andy/usage-warehouse-override
branch
from
August 7, 2026 15:24
8e84690 to
8c6d5ed
Compare
AarushiShah-db
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
ucode usage picks the first RUNNING SQL warehouse and aborts if it fails. On workspaces where a warehouse reports RUNNING but refuses connections, the command is unusable. For example:
• Using SQL warehouse
⚡ Reyden Warehouse(RUNNING).ERROR Usage query failed: ENDPOINT_NOT_FOUND: SQL warehouse (…) does not exist at all in the database
There was no way to choose a different one. The error text told users to "pass --http-path", a flag that never existed.
Change
Testing
11 new unit tests; 1204 passed, ruff clean.
Verified on eng-ml-inference.staging, which has the broken warehouse above: auto-discovery now warns and falls through to a working one (exit 0, where main exits 1), and --warehouse-id pins directly.