I need to copy one database from my PostgreSQL on Azure. I want to do this in ADF. In copy data activity when I specify source and target database, ADF want me to specify also table name. It doesn't make any sense when I want to copy database that have around 100 tables. I have tried wildcard * in dynamic conditions and I was trying to leave tablename blank.
Do I really need to create each copydata activity for each table ?