Ask Your Question
0

Is it possible to dynamically retrieve all tables from an Odata source and transfer them to an Azure SQL server using data factory?

asked 2021-04-30 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-08-03 07:00:00 +0000

lalupa gravatar image

Yes, it is possible to dynamically retrieve all tables from an OData source and transfer them to an Azure SQL Server using Data Factory. You can use the following steps to achieve this:

  1. Use the OData source connector in Data Factory to connect to the OData source.
  2. Use the List Tables activity in Data Factory to dynamically retrieve all the tables available in the OData source.
  3. Use the foreach loop activity in Data Factory to loop through each table.
  4. Inside the loop, use the Copy Data activity in Data Factory to transfer the data from the current table to the Azure SQL Server.
  5. Repeat steps 3-4 for all remaining tables in the OData source.

By using these steps, you can dynamically retrieve all tables from an OData source and transfer them to an Azure SQL Server using Data Factory.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-30 11:00:00 +0000

Seen: 18 times

Last updated: Aug 03 '21