6. Delete activity in azure data factory | Azure data factory

Поділитися
Вставка
  • Опубліковано 8 лют 2025
  • #adf #dataengineers #azure #azuredatafactory #parameter #variables #linkedservice #datasets
    Delete Activity in Azure Data Factory (ADF)
    we will learn how we can delete from blob storage and when we use delete activity in azure data factory
    Want more similar videos- hit like, comment, share and subscribe
    ❤️Do Like, Share and Comment ❤️
    ❤️ Like Aim 5000 likes! ❤️
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    Please like & share the video.
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    dataset
    drive.google.c...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    AWS DATA ENGINEER : • AWS DATA ENGINEER
    Azure data engineer playlist : • Azure Data Engineer
    SQL PLAYLIST : • SQL playlist
    PYSPARK PLAYLIST -
    • Pyspark Tutorial
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    📣Want to connect with me? Check out these links:📣
    Join telegram to discuss t.me/+Cb98j1_f...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    what we have covered in this video:
    "Welcome to our Azure Data Factory Delete Activity tutorial! In this comprehensive guide, we'll walk you through the process of using Delete Activity to efficiently remove data from your data stores. Whether you're managing data retention policies, cleaning up outdated records, or implementing data lifecycle management strategies, Delete Activity offers a flexible solution. Learn how to configure Delete Activity settings, define filters, and schedule deletion tasks with ease. Follow along step-by-step as we demonstrate best practices and tips for optimizing performance and ensuring data integrity. Whether you're a beginner or an experienced data engineer, this tutorial will equip you with the skills to streamline your data management workflows using Azure Data Factory Delete Activity. Subscribe now and let's dive in!"
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    Hope you liked this video and learned something new :)
    See you in next video, until then Bye-Bye!
    ➖➖➖➖➖➖➖➖➖➖➖➖➖

КОМЕНТАРІ • 12

  • @Divya-yf9ip
    @Divya-yf9ip Місяць тому +2

    simple and superb, Thank you for great video.

  • @anjanasanthosh1040
    @anjanasanthosh1040 12 днів тому +1

    thanku so much for these videos

  • @ITCareerMentor
    @ITCareerMentor 2 місяці тому +1

    SuperB training Manish. You are really an excellent trainer. 👏

  • @Mr.pratyushG
    @Mr.pratyushG 2 місяці тому +1

    very nicely explained ,thanks much

  • @vivekjaiswal7316
    @vivekjaiswal7316 9 місяців тому +1

    Superb

  • @suryaeaty7748
    @suryaeaty7748 10 місяців тому

    hi manish can we use same dataset and linked service for both source and sink

    • @learnbydoingit
      @learnbydoingit  10 місяців тому +1

      If you are using same storage account for source and target then u can use same linked service but dataset you have to create to define ur data type

  • @sureshmolabanti4268
    @sureshmolabanti4268 10 місяців тому

    How to take back up before delete. If you explained in the video, kindly please share me the link.
    thanks

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

      Backup I mean first do copy activity and after copy is success then do delete activity..will show this project

    • @sureshmolabanti4268
      @sureshmolabanti4268 10 місяців тому

      @@learnbydoingit How to delete 2 files out of 3 from blob container?

  • @SomeOne-qv2tf
    @SomeOne-qv2tf 6 місяців тому

    how to delete table from sql via delete activity ?

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

      Table u can't delete through delete activity but, if in sql query u can pass drop table statement and then it will be dropped