Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2025 04:00 AM
There is no table created yet. I tried deleting the pipeline and creating a new one, with new file names, it still fails.
I noticed that the same error happens if I try to read from the event log location, using spark.read().
Example:
path = "abfss://unity-catalog-storage@devdmdatalakesc01.dfs.core.windows.net/dev-data-dm/__unitystorage/catalogs/cf3123b2-b661-48d9-9baa-a0b0214d5a29/tables/3775a194-3db0-48a6-8c0e-cce43c26c9e7/part-00000-00805a51-0fde-44e7-bdea-c6125cec5796-c000.snappy.parquet"
spark.read.format("parquet").load(path).display()This gives me the same exact LOCATION OVERLAP error as the one in the original post above.