Forum Discussion
Mirrored Azure Databricks catalog is missing columns in Fabric
- 1 year ago
Hello FabianSchut
Seems like `TIMESTAMP_NTZ` is not fully compatible with Fabric’s SQL analytics endpoints.This incompatibility can result in columns being excluded or not displayed properly during schema synchronization.
is this possible for you to convert TIMESTAMP_NTZ` column to a `TIMESTAMP` in Databricks.When you do this conversion in Databricks
it will interpret the timestamp using the current session time zone, because `TIMESTAMP_NTZ` values do not include time zone information and must be mapped to a particular zone when converted.
Thanks
Hi FabianSchut
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.