-
Notifications
You must be signed in to change notification settings - Fork 40
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
add support for Fabric OneLake storage #1809
Comments
Did some digging on this, it's likely we'll support Notes for impl:
|
As a vote or confidence, a onelake destination in glaredb would make me choose this over Fabric any day. Power BI is great, the concept of onelake to empower power BI is great. Fabric not so much. |
That's fine, you don't need to like other Fabric Engines, OneLake is neutral and works with any Engine as long as it understand Delta table. |
Exactly. Am currently working with databricks and having unity catalog in OneLake. Only remaining issue is how Unity writes a table name vs how OneLake prefers to see it. |
any update on this, I presume it should be easy now as it is supported by delta_rs |
We've made some changes to how we plumb stuff through to delta-rs, but I have not tested if this all works yet with Fabric (either via |
Sounds great. Looking forward to it. |
any update, I see that you are using now the latest version of Arrow rs,
|
trying this code
I think you need the latest version of arrow-rs to make it works
apache/arrow-rs#4573
The text was updated successfully, but these errors were encountered: