Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 03:48 AM
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")