-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: export to pyarrow does not works with Fabric DWH #10199
Comments
Thanks for the issue! Not sure if I'd categorize this as a bug. We don't test against Fabric and the various MS SQLs seem to be wildly incompatible with each other. The reason we're using |
to be honest, I know, it is an upstream issue, I add it just as a bookmark for the lack of a better word |
The previous method that we used (https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-describe-first-result-set-transact-sql) would work on both vanilla MSSQL and Fabric, according to their docs. Unfortunately, using |
@djouallah do you know people on the Fabric (or Synapse) team(s) that we could reach out to about discussing proper Azure data backend(s) to Ibis? it would be great to at least enumerate all the work we need and have a point of contact for the key differences between what we already support (MSSQL) |
This requires some support on the Fabric side. Would be great to get a conversation going. @djouallah friendly ping! |
What happened?
when I run this code
con.sql(sql, dialect="mssql").to_pyarrow(),
I get this error
DMV (Dynamic Management View) 'dm_exec_describe_first_result_set' is not supported.
What version of ibis are you using?
9.5
What backend(s) are you using, if any?
mssql
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: