Synapse - Spark database shows up in serverless SQL, but not all tables/views within
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.

or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is