azure databricks – writing data into Unity Catlog tables using ADF

I am looking to copy data from source rdbms system into databricks Unity catlog. 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 catlog.
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 catlog?

enter image description here

enter image description here

Read more here: Source link