Hi,
Has someone tried to copy multiple DB2(for LUW) tables in bulk by using Azure Data Factory in the Azure portal? The reference document only covers copy from SQL to SQL?
I am not sure if the same steps can be followed as is for a different source/target databases.
The queries for instance 'SELECT * FROM [@{item().TABLE_SCHEMA}].[@{item().TABLE_NAME}]" might be specific to SQL database. I think since Db2 has its own catalog tables, the queries/options might have to be customized.
Please share your experience/thoughts. It will be helpful if you can share any reference document for copying multiple DB2(for LUW) tables in bulk by using ADF.