I am encountering an error when attempting to write a Polars DataFrame into a RisingWave table. The error message mentions an unexpected keyword argument 'info_cache'. I am using Polars version 0.20.0 and sqlalchemy version 2.0.23. Can you help me understand what is causing this issue?
Jf p
Asked on Dec 17, 2023
has_table
function signature in RisingWaveDialect does not match the latest sqlalchemy version, leading to the unexpected keyword argument 'info_cache'.