saurabh18cs
Honored Contributor III

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?