Hi All,
We are planning to store some mixed json files in blob store and read into Databricks. I am questioning whether we should have a container for each structure or if the various tools in Databricks can successfully read the different types. I have my doubts being there is no way to separate them as it's a flat file structure regardless of what we write the files to look like in the storage to us humans.
I can filter the files in a python script, but that prevents them from things like autoloader or am I missing something in how to use autoloader in this scenario.
How have others approached this?