Skip to content

chore(deps): upgrade @malloydata/* to 0.0.427 - #958

Merged
girishjeswani merged 1 commit into
malloydata:mainfrom
girishjeswani:upgrade-malloy-0.0.427
Aug 3, 2026
Merged

chore(deps): upgrade @malloydata/* to 0.0.427#958
girishjeswani merged 1 commit into
malloydata:mainfrom
girishjeswani:upgrade-malloy-0.0.427

Conversation

@girishjeswani

Copy link
Copy Markdown
Collaborator

What

Bumps every @malloydata/* dependency from 0.0.426 to 0.0.427 across all packages and the root resolutions, using the repo's own npm run upgrade-malloy 0.0.427. @malloydata/malloy-explorer is left unchanged (0.0.427 is not published for it; the script falls back to its latest published version).

Why

0.0.427 includes the BigQuery connector poll-timeout fix (malloydata/malloy#3010). Before that fix, getQueryResultsUntilComplete polled to a hardcoded ceiling of a few minutes and failed long queries with "The query did not complete before 120000ms", ignoring the connection's configured timeoutMs. After the fix the poll honors timeoutMs, so long-running materializations (a CTAS such as an ML.GENERATE_TEXT persist) can complete.

I validated the connector behavior directly against BigQuery: on 0.0.426 a roughly 10 minute CTAS fails at about 6 minutes regardless of a 20 minute timeoutMs; on 0.0.427 the same query is polled for the full configured window and completes.

Changes

  • @malloydata/* pins 0.0.426 -> 0.0.427 in package.json (resolutions), packages/server, packages/sdk, packages/create-malloy-package
  • bun.lock relocked
  • DuckDB and pg build knobs already matched the new release (no change)

Testing

  • typecheck:server and typecheck:sdk pass (after generate-api-types)
  • Pure dependency bump; no source changes

Run `npm run upgrade-malloy 0.0.427` to move every @malloydata/* pin
from 0.0.426 to 0.0.427 across all packages and the root resolutions.
malloy-explorer is left unchanged (0.0.427 is not published for it).

The reason to adopt 0.0.427 is the BigQuery connector poll-timeout fix
(malloydata/malloy#3010): the results poll now honors the connection's
configured timeoutMs instead of giving up at a hardcoded ceiling of a
few minutes. Long-running materializations (CTAS) need this to finish.

DuckDB and pg build knobs already match the new release; lockfile
relocked. typecheck:server and typecheck:sdk pass after regenerating
API types.

Signed-off-by: Girish Jeswani <girish@credibledata.com>
@girishjeswani
girishjeswani merged commit 607e35b into malloydata:main Aug 3, 2026
10 checks passed
@girishjeswani
girishjeswani deleted the upgrade-malloy-0.0.427 branch August 3, 2026 22:24
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