I cannot find the CREDENTIAL error when trying to access the Lake database spark tables from Power BI even if Spark created the credentials and external data sources automatically.
When I created a table using Synapse Notebook and checked, I can see that there are credentials and external data source created already.
When I try to create a new credential it says " Operation CREATE EXTERNAL DATA SOURCE is not allowed for a replicated database."
"Cannot find the CREDENTIAL 'https://xxxx.dfs.core.windows.net/silver/Vol1/Assemble/Teams_Delta', because it does not exist or you do not have permission."
The above is the error when i tried to access the spark tables from Power BI and SSMS. Both gave the same error.
When I created the same in serverless pool, It worked.
What's the solution here, it's very confusing.
But my requirement is to use lake database and access the spark tables for our development.
Please suggest a solution here.
How to access Spark tables from lake database in Power BI?