Open
Description
What happened?
Using self.con.create_table(temp=True,...)
on the MSSQL Backend, creates a persistent ibis_polars_memtable:
I logged the raw_ddl statement that gets executed by ibis and it uses this syntax which means it actually creates a persistent normal database table if I am not mistaken:
CREATE TABLE [ibis_polars_memtable_rlcxzq53jvg7vkj3w4o2d4725y] ...
What version of ibis are you using?
10.5
What backend(s) are you using, if any?
MSSQL
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Type
Projects
Status
backlog