-werners-
Esteemed Contributor III

So the event hub creates files (json/csv) on adls.

You can read those files into databricks with the spark.read.csv/json method. If you want to read many files in one go, you can use wildcards.

f.e. spark.read.json("/mnt/datalake/bronze/directory/*/*.json")