-
|
We currently are implementing Unity catalog tables with UTF8_LCASE collation for STRING types, it looks like if using ADBC connector for Power BI through Fabric using implementation 2.0 beta collation to UTF8_LCASE is not supported. But if switching to default version it is supported. Wanted to check if their are any plan to have support for collation UTF8_LCASE in 2.0 version of ADBC? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Can you clarify what you mean by "support"? The driver itself isn't typically doing anything for which a particular collation might need specific support. The query generation layer might (depending on what exactly the desired result is), but that lives in the Power BI connector and not in the ADBC driver. |
Beta Was this translation helpful? Give feedback.
-
|
maybe showing the error you're getting will help. Is this what you're seeing? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for helping out, this seems to be fixed now in adbc-drivers/databricks#285 |
Beta Was this translation helpful? Give feedback.


Thanks for helping out, this seems to be fixed now in adbc-drivers/databricks#285