5 Foreach activity in Azure Data Factory

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 4

  • @AreBaietii
    @AreBaietii Рік тому +1

    Great content!

  • @AreBaietii
    @AreBaietii Рік тому

    11:22 Do you have control over the order of the sequential execution? For example, can you sequentially run in Product > Address > Customer order?

    • @vasanitech
      @vasanitech  Рік тому +1

      one way is you can checkmark the sequential checkbox and keep array in that specific order that you want and other way is you can add 3 copy activity for that 3 tables that will copy data in sequential manner. i.e first copy activity will copy Product data then 2nd activity will copy Address data and 3rd activity will copy Customer data.