Skip to content

v0.12.0

Choose a tag to compare

@rustyconover rustyconover released this 08 Jul 15:19
· 194 commits to main since this release

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 (int64BIGINT, dictionary<…>VARCHAR); table/view descriptions shown only on expand; footer schema-version line removed.