Vasani Tech
Vasani Tech
  • 5
  • 3 869
5 Foreach activity in Azure Data Factory
In this video i am explaining about foreach activity in Azure data factory with practical demo.
#adf #azuredatafactory #dataengineers
Переглядів: 220

Відео

4.Copy multiple tables data from SQL table to ADLS using parameterize dataset in Azure Data Factory
Переглядів 3,4 тис.Рік тому
In this video i am explaining how to copy multiple tables data from SQL table to ADLS using parameterize dataset in Azure Data Factory. #adf #azuredatafactory #dataengineers
2 How to copy all the files and folders from ADLS folder to another folders in Azure Data factory
Переглядів 70Рік тому
In this video am going to discuss how to copy all the files and folders from the ADLS folder to the another ADLS folders using azure data factory with practical. #azuredatafactory #ADF #dataengineers
Copy Data Activity in Azure Data Factory
Переглядів 76Рік тому
In this video i am going to discuss about copy data activity in azure data factory with practical demo. #azuredatafactory #adf #dataengineers
1 What is Azure Data Factory
Переглядів 95Рік тому
#azuredatafactory #adf #dataengineers

КОМЕНТАРІ

  • @ronakchitlangia3643
    @ronakchitlangia3643 Місяць тому

    Thank you for the video .Just one question we have choosen the csv in destination then why it is showing .txt file

    • @vasanitech
      @vasanitech 27 днів тому

      if you want as .csv then go to Copy Activity => Sink => define File extension as .csv.

  • @naren2146
    @naren2146 Місяць тому

    Please do more videos on ADF

    • @vasanitech
      @vasanitech Місяць тому

      Sure @naren2146. Glad to see that you liked the content.

  • @SuprajaBijjigiri-o4s
    @SuprajaBijjigiri-o4s 7 місяців тому

    It would be better if you provide script

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

    Thanks 🙏

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

      Welcome.Thanks for supporting.

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

    Very good 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 Рік тому

      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.

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

    Great content!