LP6 fails to enumerate Azure SQL Data Warehouse tables with OBJECT_DEFINITION error
I had a connection to DW in LINQPad 5, and it works fine. If I refresh the connection, it gets all the tables and shows them in the tree view. However, when I try to do the same thing in LP6, it fails with:
Error: 'OBJECT_DEFINITION' is not a recognized built-in function name.
As such, I can't query it in LP6 using C#, but I still can with SQL, since it doesn't need to query the entities first. Is this a known issue? Is there something I can disable somewhere in the connection properties to disable this? Thanks!