[Framework] Arrow file to duckdb-wasm in front matter not working

An arrow file is not loading in the front matter but loads with FileAttachment. The table I register does not exist when I try to query it. The same approach in the front matter works with parquet files but parquet is causing a cache based error in Windows which is discussed in another topic and this is my workaround from reading that topic.

Any suggestions to get arrow to work in the front matter?

The original issue was that parquet files loading from the front matter caused a cache-based error in Windows. Loading the parquet files outside the front matter with a new duckdb-wasm variable/context solved my initial problem. My arrow files still do not work in the front matter, and arrow files do not load anywhere when compressed, parquet compression works. This is resolved for me.

1 Like