I am looking to copy data from source RDBMS system into databricks Unity catalog. I am using "Azure Databricks Delta Lake" linked service and dataset. I got 100 tables that I want to copy across as they are in source. I stored the list in text file. Reading that file in ADF for using for each to copy all tables with columns and dump it into unity catalog. But all my copy activities fails with table/view not found error. I want ADF to create table if not exists. Is that possible. Does ADF supports Unity catalog?
azure - writing data into Unity Catalog tables using ADF - Stack Overflow
评论列表(0)
- 暂无评论