feat: datasets tab, file explorer and storage stats#332
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 36 minutes and 45 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
BEGIN_COMMIT_OVERRIDE
feat(ui): add Files tab storage explorer (S3/ADLS/GCS) with DuckDB-powered parquet/avro/csv preview, JSON/text preview, download and copy-path — DuckDB WASM vendored for airgapped deployments
feat(ui): add entity action cog menus to tables, views, generic tables, namespaces and warehouses (rename, delete protection, change properties, download metadata.json, delete)
feat(ui): type-to-confirm deletes with force/purge for tables and recursive/purge/force for namespaces
feat(ui): redesign view details with at-a-glance cards, identity, SQL definition version picker and schema evolution
feat(ui): add branch-aware snapshots table and schema view/compare dialogs
feat(ui): move maintenance (schedule, configure, advanced overrides) into the header cog with General/Security/Maintenance grouping
feat(ui): show task failure reason in the task detail drawer
feat(ui): expand Table Health with configuration, column statistics, storage composition and on-demand column profiler
feat(ui): rename Catalog Settings to Warehouse Settings, fold in rename, show storage-provider icons
feat(ui): refine navigation trees with indent lines, compact leaf rows, active-route highlight and OneLake icon
feat(ui): add Datasets as a first-class entity with dedicated namespace tab, storage file explorer (upload, download, delete, create folders, drag-to-move), storage stats (file count + total size)
fix(ui): treat ADLS PathNotFound (404) as empty prefix instead of an error when listing datasets
fix(ui): remove redundant raw tab (metadata.json is downloadable from the cog)
fix(ui): renew expired vended storage credentials (cache no-store) and retry on expiry
fix(ui): hide system lakekeeper.* properties behind a toggle and always load properties fresh
fix(ui): snapshot metrics fall back to added-* instead of showing a fake 0
END_COMMIT_OVERRIDE