10. Delete Activity in ADF | Azure data engineer

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

КОМЕНТАРІ • 14

  • @balunani8328
    @balunani8328 Рік тому +4

    Thank you for all the knowledge ......i gained lot of info from your classes.

  • @manu77564
    @manu77564 Рік тому +2

    Thank you...please continue....

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

    can we use old linked service used in 9.Copy Activity ? for delete

  • @RutujaBsk
    @RutujaBsk 7 місяців тому

    Thanks for the information. I have 1 doubt, can you please clarify - Considering both the 9th & 10th sessions of copy and delete activity in ADF, you showed how to copy data and then how to delete the respective source .csv file. If I want to do/set this activity together - I want to set the trigger for copy activity and once copying is done then the trigger needs to be set to delete the source file automatically. How to perform/set this activity all together automatically so that one doesn't need to check whether the copy activity is done or not? Also, how this ADF activity will realize that now copying is done and now delete activity needs to get triggered ( both the processes need to be done back to back )?

    • @learnbydoingit
      @learnbydoingit  7 місяців тому

      We can create pipeline on which if copy activity success then delete copy should run

    • @RutujaBsk
      @RutujaBsk 7 місяців тому

      @@learnbydoingit Thank you

  • @HariprasathManoharan-p9x
    @HariprasathManoharan-p9x 9 місяців тому

    I have a doubt, we are deleting the csv file in the input container before that we need to copy the file in the output container based on your business requirement for that we need to create new pipeline and do the copy activity?

    • @learnbydoingit
      @learnbydoingit  9 місяців тому

      Yes and generally we also do check whether copy pipeline success or not

    • @HariprasathManoharan-p9x
      @HariprasathManoharan-p9x 9 місяців тому

      @@learnbydoingit before watching your videos. I don't have prior knowledge to start my career as an Azure data engineer. Thanks for supporting us.

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

    I have a doubt, We are doing delete activity, then why do we use pipeline and trigger the pipeline. Can we directly go and delete it without trigger the pipeline right?

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

      That's manual task if you are going and deleting.... Suppose you have to delete file in every hour what will you do? Still you can delete buy better to schedule

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

    Thanks!