Hi @Anish_2 ,
This is well known limitation of DLT. You can read about it at limitation section in documentation. Conclusion is following. If you want to have ability to use all feature of delta protocol, it's better not to use dlt framework. It's great too, but it comes with several limitation
https://docs.databricks.com/en/delta/clone-unity-catalog.html
Regarding copying data from dlt table, you have limited option. Take a look look at below discussion:
https://stackoverflow.com/questions/77186431/blue-green-deployment-table-cloning-and-delta-live-tabl...
Conclusion is following. If you want to have ability to use all features of delta protocol, it's better not to use dlt framework. It's great tool, but it comes with several limitations and you've just encountered one of them.