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
New # @havn: schedule=once pragma at the top of an ingest/export script. The runner skips scripts with a prior successful run unless force=True is passed. Useful for fixed reference datasets.
force flag now propagates through havn run, havn ingest, havn export, the pipeline start endpoint, and the single-script run endpoint.
Pragma parser handles top-of-file comments, single-line and multi-line docstrings, and stops at the first code line.
Frontend
Numeric columns whose names look like identifiers (_id, _no, _number, _code, postal/zip, etc.) render without thousand separators. Sorting still treats them numerically.
Clicking a file that's already open in the editor no longer prompts about discarding unsaved changes. It just switches back to the tab and preserves the dirty buffer.
System schemas (_havn, information_schema, main, __ducklake_*) reliably start collapsed in the Tables sidebar.