Skip to main content
User Profile

Add OPENXML support to Fabric DataWarehouse


We have OPENJSON support which is very useful when we have Json in data tables.

However many vendors and sources today use XML for extensibility and not JSON.


Lack of OPENXML is limiting our ability to migrate from SqlDBEngine to Fabric and prevents in db querying of XM...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Under Review

HashBytes returns incorrect length in Fabric DW


HASHBYTES returns the wrong length on Fabric DW as compared to SqlPool or SqlDbEngine


For example

SELECT len(HASHBYTES('MD5', 'a'))


returns 10 on Fabric which is not as expected but returns 16 on other SQL Editions.


Note that the length...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Planned

Add Support for OPENJSON with Default Schema with tables


Currently OPENJSON with Default Schema only works with json variables and not tables. This means that we cannot use OPENKSON when the json is in rows in a table.

Please add support for this so we can migrate Json based solutions from SqlPool or SqlDbEngine to Fabric.


Exa...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
New

Add support for office PIPs into Fabric Notebooks (Python)


Its very common to need to integrate Fabric PySpark into office to download excel files. Currently this is difficult to do and if we do a pip install at Library level, the startup times is too slow.


Can we get the following PIP installs into the standard Spark "Started" image ...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Under Review

Bug in auto rollback when error inside a TRAN in Fabrc



The code below behaves differently on Fabric DW v Synapse SqlPool in that an error does not auto rollback the transaction and @@TRANCOUNT =1 instead of @@TRANCOUNT=0 as expected,

The impact here is if we drop a table and accidently query it (race condition), we end up with tr...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Under Review

Add support for SSDT Schema Compare for DW and LH


Current Visual Studio supports All editions of SQL except Fabric.

This is an essential tool quick ad hoc schema compares.


Please consider adding support to SSDT for Fabric artefacts so that we can use SSDT.


https://learn.microsoft.com/en-us/sql/ssdt/how-...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Under Review

Add support for SET XACT_ABORT


Currently Fabric does not support SET XACT_ABORT ON.


We request to add this support to reduce breaking changes when migrating and to improve transaction support for the scenario below


This results in a breaking change in how transactions are handled and makes ...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Needs Votes

Add SQLDB for Fabric


Its great that Fabric gives us many ways to write delta-parquet files, but for meta data and logging we really need a different storage. One that has super low latency and optimised for small non-analytical queries.


Ideally, what we need here is to be able to create a Fabric "...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
New