Want to filter tables coming from the Mysql database using ADF

Amar Agnihotri 891 Reputation points
2021-10-26T08:20:08.27+00:00

Hi,
I have 511 tables in MySql database. I want to import only 15 tables in Azure using ADF. Please tell me the way to do that.

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
710 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,376 Reputation points Microsoft Employee
    2021-10-28T01:47:57.17+00:00

    Hello @marAgnihotri-6676 ,
    Thanks for the ask and using Microsoft Q&A platform .
    I suggest you can create an array and pass the table name . Then use a FE activity and add a copy activity inside that .

    Something similar to called out here : https://learn.microsoft.com/en-us/azure/data-factory/tutorial-bulk-copy-portal

    Please do let me know how it goes .
    Thanks
    Himanshu

    -------------------------------------------------------------------------------------------------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    0 comments No comments