Hi KDupre,
Yes, there is currently a limitation with Synapse Lake Database views that prevents them from being directly accessible by external tools like Visual Studio with SSDT. This is because Synapse Lake Database views are stored as metadata in the Spark catalog rather than as SQL objects in the serverless SQL pool. As a result, they are not visible to tools that connect to the serverless SQL pool using standard SQL protocols.
There are two things you can use to access Synapse Lake Database views from external tools:
- Use the Synapse Workspace web UI to create a SQL Server view based on the Lake Database view.
- Use a tool like Azure Data Factory or Azure Synapse Pipelines to create a data flow that queries the Lake Database view and outputs the results to a staging table in the serverless SQL pool.
Regards,