Hi ,
How are you doing today? as per my understanding, DLT fully manages the tables it creates, so you canโt attach an external location directly to them. Thatโs why youโre seeing the overlap error.
Instead of trying to convert the DLT table into an external table, keep it managed and expose it separately. The cleanest option is Delta Sharing if Snowflake supports it. Otherwise, create a downstream external table that reads from the DLT table and writes to a different location.
Donโt override what the pipeline owns. Expose it through a supported pattern.
Hope this helps! let me know for any additional questions.
Regards,
Brahma