How to Copy Multiple Files from Amazon S3 to Azure Blob Storage by using ADF-Data Factory

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 8

  • @zuah04881
    @zuah04881 ปีที่แล้ว

    how do we make sure , we are only copying new files from s3 to Blob storage using last modified date ?

  • @clouddataodyssey
    @clouddataodyssey 2 ปีที่แล้ว

    Thank for the video. One ques - Why do we need getmetadata and foreach activity in this scenario? If I understood correctly from your series, We can achieve this with one single copy activity by writing *.* (somehow star not printing hence in written star.star) expression in input data wildcard tab and all will get copied to sink. (blob in this case) Any specific reason for using getmetadata and foreach here?

    • @TechBrothersIT
      @TechBrothersIT  2 ปีที่แล้ว

      Hi Shubham,
      Thanks for feedback, I don't remember exactly whey did I use get metadata. Not sure if copy activity will be able to get the files. Have to test before I make a statement. thanks for raising question.

  • @Jay_1509
    @Jay_1509 ปีที่แล้ว

    Hi
    Please can you tell me is it possible to copy files from azure blob to aws S3 using Azure data factory ?

  • @rayudu2080
    @rayudu2080 2 ปีที่แล้ว

    Thanks for the video, Can we migrate zip files s3 bucket to azure storage account using azure data factory?

    • @TechBrothersIT
      @TechBrothersIT  2 ปีที่แล้ว

      Hi, yes, zip files can be copied from S3 bucket to Azure blob storage by using ADF.

    • @rayudu1180
      @rayudu1180 2 ปีที่แล้ว

      @@TechBrothersIT while doing migration process I am getting exception for zip files could you please give me some suggestions for that

  • @AY1986R
    @AY1986R ปีที่แล้ว

    thank you, but how Copy Data From Azure Blob Storage To AWS S3 ?