Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2025 10:39 PM
Hi,
input path you provided to .load() overlaps with a path that is managed by Unity Catalog or Delta Live Tables (DLT). This is not allowed because Databricks prevents you from using Autoloader (cloudFiles) to read from or write to directories that are managed by Unity Catalog or DLT, to avoid data corruption or conflicts.
Is this your case? maybe input path is used by another managed catalog/schema?