I am working with Azure Data Factory and its new Data Flows feature. This is a GUI that is supposed to use Databricks to do data transformation, without writing any code.
All good so far. I have some examples working. My input data (from Azure Blob) is correctly transformed and joined to create the output (in Azure SQL).
The problem is that I have no Databricks resource. I deleted it. I also removed the Data Factory to Databricks connector. But I am still getting the right answers!
I suspect that my input sets are too small, or my transformations are too simple, so Data Factory is just handling them internally and knows it does not need the power of Databricks. But what do I have to do to force Data Factory to utilize Databricks? I want to test some things about that operation.
Another possibility is that Data Factory is using Databricks, but is doing so with its own Databricks resource rather than the users...??