Are UNPIVOT operations supported using the DuckDBClient? In this notebook I’m unable to perform an UNPIVOT operation (though perhaps I have a syntax error).
I’m able to run the same operations when directly using duckdb via my terminal (and in other instances have used UNPIVOT with DuckDB-wasm on the web).
@Fil Is there a way to load a newer version of DuckDB wasm directly into a notebook for use in a JavaScript cell (I understand that it wouldn’t be used by the SQL cell, but I could then use it directly in JS…)?