While I am technical as a data analyst, working in the cloud is fairly new to me as well as administration of databases. I’m trying to play around a bit on azure to get more used to it, but I’m confused why I can’t see a table that I’m supposed to be creating.
I have a really simple ADF data flow. It gets a json payload from an API and is supposed to sink it to a delta table on ADLS Gen2. The files do get sinked, I can see the parquet and log files, and everything seems to work. Except when I open up Azure Databricks and explore my catalog nothing is there
What am I doing wrong so that I can’t view the inline delta table I created in Databricks?