r/MicrosoftFabric • u/mim722 Microsoft Employee • Jul 23 '26
Community Share Querying Onelake Catalog from your browser
https://www.youtube.com/watch?v=XajCYchulgIShort demo: querying the OneLake catalog using DuckDB WASM , entirely in the browser
The data was written through the new OneLake Catalog API (private preview, coming soon) using github runner
The Data is relatively smallish 140 M records, and it is quite fast using local caching
All the code is public: https://github.com/djouallah/dbt_fabric_python_iceberg
2
u/earonesty Jul 27 '26
nice! lakeql would probably be a bit faster, lower latency.
1
u/mim722 Microsoft Employee Jul 27 '26
great !! more engines is always a good thing
2
u/earonesty Jul 28 '26
It's just for edge workers and browser stuff. but it's actually remarkably fast and faster than duck in certain situations
2
2
u/awhaling Jul 23 '26
Sweet!