Skip to content

Align public export row caps - #33

Merged
intraq-dev-ai merged 1 commit into
mainfrom
fix/dashboard-export-row-cap
Jul 27, 2026
Merged

Align public export row caps#33
intraq-dev-ai merged 1 commit into
mainfrom
fix/dashboard-export-row-cap

Conversation

@intraq-dev-ai

Copy link
Copy Markdown
Owner

Summary

  • Align chart export backend max with the public 100,000-row export cap.
  • Make dashboard component download payloads request 100,000 rows instead of 1,000,000.
  • Make embed data-source download cap 100,000 rows instead of 1,000,000.
  • Align Analyzer export request constants with the same 100,000-row cap.
  • Add smoke coverage to keep dashboard/embed/export constants aligned with SQL Editor export limit.

Issue

Fixes #16.

Validation

  • npx vitest run tests/smoke/sql-editor-export-limits.test.ts
  • npm run type-check --workspace @intraq/api
  • npm test

@intraq-dev-ai
intraq-dev-ai merged commit 9cfdfba into main Jul 27, 2026
1 check passed
@intraq-dev-ai
intraq-dev-ai deleted the fix/dashboard-export-row-cap branch July 27, 2026 04:16
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.

Use an intentional row cap for dashboard component exports

1 participant