Skip to content

v0.1

Choose a tag to compare

@rakeshJn rakeshJn released this 28 Jun 14:13
· 232 commits to main since this release
e082625

A major release with full of features:

  • A revamped UI replacing basic Streamlit with full fledged Svelte front end and FastAPI backend
  • Searchable namespaces, including nested namespaces
  • Searchable tables across namespaces or within a selected namespace
  • Namespace and table names caching capability, with support for automatic refresh or on demand refresh
  • Added enhanced data table, asynchronous data loading
  • Table supports sorting, searching, changing column widths, scroll to thousands of rows
  • SQL capability added, more useful for aggregated queries or limited record queries
  • SQL capability includes restrictions when query plan is too expensive, it will decline to execute
  • Insights graphical view, currently shows appends happened to table
  • Ability to copy link to table, to easily share with others
  • OIDC authentication capability
  • Pluggable authorization capability, add your own authorization for tables and namespaces
  • Summary tab brings in all the important characteristics of the table, including schema, partitions, sort orders, last updated time, location, total records, size etc.
  • Chat capability, with ability to plug in your own server.

What's Changed

New Contributors

Full Changelog: v0.01...v0.1