ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
4.54k stars 555 forks source link

feat: Support for Microsoft Fabric Warehouse #9494

Open csubhodeep opened 4 days ago

csubhodeep commented 4 days ago

Is your feature request related to a problem?

NO.

What is the motivation behind your request?

xref #9454

Describe the solution you'd like

I would like to be able to interact with a typical Microsoft Fabric Warehouse, which has quite similar interfaces as any other Datawarehousing technologies that ibis already supports. It would be nice if we could continue using the ibis.mssql backend for it.

What version of ibis are you running?

9.1.0

What backend(s) are you using, if any?

DuckDB & SQLServer

Code of Conduct

cpcloud commented 2 days ago

@csubhodeep Have you tried using the Ibis mssql backend for this? Maybe it just works™?

cpcloud commented 2 days ago

@djouallah Is this something that might interest you?

csubhodeep commented 2 days ago

@cpcloud yes I have tried the mssql backend and saw the error messages that i have mentioned in the discussion. It "kind of works".. but requires a bit of hacking.