Forum Discussion
SQL statement in Warehouse
- Anonymous2 years ago
Hi jashfabric
Thanks for using Fabric Community.
The errorThe query references an object that is not supported in distributed processing modeindicates that you've used an object or function that can't be used while you query data in Microsoft Fabric Warehouse.
Fabric Warehouse uses distributed processing for performance, but some objects and constructs aren't supported in this mode. The error message indicates that your query references an unsupported object, likelysys.tables.You can refer to this link for more information: Link1
Hope this helps. Please let me know if you have any further questions.
Hi jashfabric
Thanks for using Fabric Community.
The error The query references an object that is not supported in distributed processing mode indicates that you've used an object or function that can't be used while you query data in Microsoft Fabric Warehouse.
Fabric Warehouse uses distributed processing for performance, but some objects and constructs aren't supported in this mode. The error message indicates that your query references an unsupported object, likely sys.tables.
You can refer to this link for more information: Link1
Hope this helps. Please let me know if you have any further questions.
- jashfabric2 years agoHelper II
Thanks Anonymous
That helps.