There are three things. Here are the details:
- The table, if defined as Live.table_name, the DLT assumes that the DLT pipeline manages this table.
- If defined as catalog_name.schema_name.table_name. The DLT interprets as a reference to the external table.
- Finally, when you have the same table name in both scenarios and if you miss LIVE. prefix in your code, which causes ambiguity and gives warnings.
Please let me know if you need any more information.