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
Catalog macros on the landing page + landing-page fixes
describe.json now surfaces catalog macros (scalar + table) in the schema functions list — fixes workers whose callable functions are declared as DuckDB macros (e.g. vgi-volcanos) showing 0 functions. Defaulted macro params render as named args with their default; untyped params show ANY.
Landing page: Markdown rendering for catalog/table/view docs; Arrow→DuckDB column/argument type display (int64→BIGINT, dictionary<…>→VARCHAR); table/view descriptions shown only on expand; footer schema-version line removed.