Data Warehousing and Analytics Platform
SQL Notebooks: Combining the power of Jupyter and SQL editors for data analytics

SQL Notebooks: Combining the power of Jupyter and SQL editors for data analytics

4/26/2022 · Guilherme Kunigami

What this post added

Introduced SQL Notebooks, a new tool that merges SQL IDEs and Jupyter Notebooks for scalable and secure data analytics. This system allows for modular SQL queries using named cells that reference each other, supports sandboxed Python for post-processing and visualization, and enforces security and data freshness through controlled snapshotting and scheduled updates. It aims to deprecate the older Daiquery tool and integrate with the Bento/Jupyter notebook ecosystem.

Read the original post ↗