Skip to content

fix(actions): stop sending Cube 1.7-removed renewQuery - #86

Merged
akshaykumar2505 merged 1 commit into
mainfrom
fix/explore-cube-cache
Sep 14, 2026
Merged

akshaykumar2505 merged 1 commit into
mainfrom
fix/explore-cube-cache

Conversation

@akshaykumar2505

Copy link
Copy Markdown
Member

Summary

  • Explore fetch_dataset was stamping Cube
    enewQuery: true, which Cube 1.7 / Tesseract rejects as an illegal query field.
  • Send cache: must-revalidate instead (the 1.7 equivalent of always-fresh) and strip
    enewQuery if it is still present.

Test plan

  • Run a query in Explore on dbx after the actions image is deployed; no
    enewQuery is not allowed error.
  • Alerts that use fetchDataset still fire.
  • Revert is the previous actions image; no model data is changed.

Explore fetch_dataset stamped renewQuery:true, which Tesseract rejects. Use cache must-revalidate instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
@akshaykumar2505
akshaykumar2505 merged commit 12f9180 into main Sep 14, 2026
2 checks passed
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.

1 participant