Synapse - Spark database shows up in serverless SQL, but not all tables/views within

Eirik Magnussen 1 Reputation point
2022-11-16T11:51:31.98+00:00

I've been creating facts and dimensions through various operations in Synapse notebooks. I am using spark sql to create a couple of spark tables whereas one of them become viewable in synapse serverless sql, while the other table does not (which is in fact identical in schema - data comes from a legacy source).

Both tables are there in the synapse UI and I can query them like any other. whileas in serverless sql I can only find one of them.
I can not for the life of me figure out why. There is not much difference in how these tables are defined, both are created from a "CREATE OR REPLACE TABLE ..."-statement and are almost identical.

Are there any common mistakes one (me) might have done or something I've probably overlooked? I really would like to be able to query these tables from an sql endpoint.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.