Currently in Fabric Lakehouse SQL Endpoint, Columns with complex data types such as array (JSON types) were not shown and not able to use them in the queries.
Would be nice if the complex data types (JSON) type is supported in the SQL endpoint.
Additionally, Unnesting the array is a pain in Synapse Serverless SQL.
Like a see a easy method for accessing the elements in the array like modern data warehouses like BigQuery or SnowFlake has (dot accessor and unnest).
Ex:
Accessing non-repeated struct
select product.name, product.price from table_a
Accessing repeated struct
select a.acc_name, prod.name, prod.price from table_a, unnest(products) as prod
Thanks,
Vasu Nallasamy
1 Comment
- fbcideas_migusrNew MemberStatus added:New
Recent ideas
Allow External OneLake Data Shares to Be Accepted into Multiple Fabric Item Types
Fabric External Data Sharing provides an excellent zero-copy mechanism for sharing OneLake data across tenants. However, the receiving tenant currently has to accept the share into a Lakehouse. I w...Mourak4 hours agoNew MemberNew1View0likes0CommentsAllow OneLake Shortcut Authentication Mode to Be Changed In Place
OneLake shortcuts support passthrough and delegated authentication, but changing the authentication model currently requires deleting and recreating the shortcut. I would like shortcut authenticatio...Mourak4 hours agoNew MemberNew3Views0likes0CommentsTenant-Wide OneLake Shortcut Lineage and Impact Analysis
This is grounded in a documented limitation: shortcut lineage is currently workspace-scoped, and Microsoft specifically says lineage for shortcuts to warehouses and semantic models isn't currently av...Mourak4 hours agoNew MemberNew2Views0likes1CommentAdd an End-to-End Production Reference Architecture for Microsoft Fabric Real-Time Intelligence
I would like to see a complete end-to-end Microsoft Fabric Real-Time Intelligence reference architecture that demonstrates how the individual RTI capabilities work together in a production-oriented s...Mourak4 hours agoNew MemberNew1View0likes0CommentsImprove CI/CD consistency for Microsoft Fabric Real-Time Intelligence Eventstreams
Microsoft Fabric Real-Time Intelligence has made strong progress with Git integration and deployment pipelines, but lifecycle management can still be inconsistent across Eventstream sources, destinat...Mourak4 hours agoNew MemberNew1View0likes0Comments