You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
A major release packed with lakehouse health, orchestration, and UX polish:
Lakehouse Health: automated table inspections, lakehouse-wide summaries, and detailed per-rule insights, powered by new backend storage and queue orchestration.
Manual & scheduled health runs: launch on demand from the UI or automate with cron-like schedules; monitor progress and results in real time.
Worker & scheduler services: dedicated entrypoints (worker.sh, app.worker, app.scheduler) plus Make targets for background jobs.
UI enhancements: rich Lakehouse Health dashboard, direct table links, improved namespace/table selectors, and fixed column resizing.
Deployment & docs: refreshed Docker/K8s guidance, HTTPS/authz setup notes, and clearer configuration knobs (including the PUBLIC_HEALTH_ENABLED flag).
Documentation & configuration: added Docker/K8s deployment notes, refreshed product documentation, linked guides directly in the UI, and clarified how to toggle the health feature via PUBLIC_HEALTH_ENABLED.
Health engine refinements: refactored dependencies, tuned insight rules, tightened worker scheduling logic, and added richer logging around scheduler cycles.
Worker & scheduler hardening: iterated on worker scripts, start scripts, Docker builds, and queue status reporting to stabilize background execution.
UI polish: fixed dropdown behaviour, namespace selection, table link navigation, CSS regressions, and clarified wording across the new Health views.
Testing & cleanup: expanded automated coverage for jobs/insights, consolidated logging, removed noisy debug output, and tidied residual assets.