iqmo-org / magic_duckdb

Jupyter Cell / Line Magics for DuckDB
https://pypi.org/project/magic-duckdb/
BSD 3-Clause "New" or "Revised" License
37 stars 1 forks source link

Pass Current Frame #26

Open paultiq opened 1 month ago

paultiq commented 1 month ago

Due to https://www.github.com/duckdb/duckdb/pull/12425, only the current frame is inspected.

We could use https://www.github.com/duckdb/duckdb/pull/13896 to scan all frames... but instead, we'll try to pass only the caller frame so that the magic works consistently.