Part 1- What is CI/CD? - Continuous Integration and Continuous Deployment in Azure Databricks Demo

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

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

  • @mr.ktalkstech
    @mr.ktalkstech  7 หลายเดือนก่อน +1

    I hope you all enjoy this video, I have spent multiple days in making this tutorial since my main intention is to cover almost all the topics in the most detailed way so that even an absolute beginner can understand the complete functionality of the CI/CD pipeline.
    I would highly appreciate if you could give a Like to this video and subscribe to my YT channel which will motivate me to make more such videos in the future.
    To get the YAML files used in this tutorial, please do the below as a token of support :)
    1. Please follow my Instagram channel : mrk_talkstech (and)
    2. Send me an message in Instagram with your email asking for the YAML code ( I will send you the files) ***Please Follow****
    What else should I cover in my upcoming videos? Please let me know in the comments :)

  • @rakeshverma6867
    @rakeshverma6867 10 หลายเดือนก่อน

    Hi Mr. K, it's really very easy to understand any layman user. Thanks for providing the complete series.

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

    Clear explanation made it easy to understand. Please upload next video soon. Thank you for the video

    • @mr.ktalkstech
      @mr.ktalkstech  ปีที่แล้ว

      Thank you so much :) Just uploaded :)

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

    You teach this really well, and that's rare. I just learned DevOps.

  • @sharaniyaswaminathan8760
    @sharaniyaswaminathan8760 ปีที่แล้ว +1

    Great explanation sir. Waiting for the next part.

    • @mr.ktalkstech
      @mr.ktalkstech  ปีที่แล้ว

      Thank you so much :) Just uploaded :)

  • @suresh.suthar.24
    @suresh.suthar.24 4 หลายเดือนก่อน +1

    superb explanation

    • @mr.ktalkstech
      @mr.ktalkstech  4 หลายเดือนก่อน

      Thank you so much :)

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

    great and well explained, you made it easy to understand the fascinating terminologies which one think might be an Alien type of thing. :)
    😀

  • @GATE_Education
    @GATE_Education ปีที่แล้ว +1

    i cant wait your video

    • @mr.ktalkstech
      @mr.ktalkstech  ปีที่แล้ว

      Thank you so much :) Just uploaded :)

  • @adeboladada1747
    @adeboladada1747 ปีที่แล้ว +1

    I like this breakdown

  • @vinaybk1799
    @vinaybk1799 10 หลายเดือนก่อน

    Superr Boss, Loved all your videos, great efforts and thanks for making such a good content, Keep going boss, best wishes

    • @mr.ktalkstech
      @mr.ktalkstech  9 หลายเดือนก่อน

      Thank you soo much :)

  • @carltonpatterson5539
    @carltonpatterson5539 ปีที่แล้ว +1

    Hi Mr. K Talks. Thank you for this video. You're a very good teacher. Can you let me know where I can find Part 2?

    • @mr.ktalkstech
      @mr.ktalkstech  ปีที่แล้ว

      Thank you so much :) Just uploaded :)

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

    Excellent, Please....Please..make next videos ASAP

    • @mr.ktalkstech
      @mr.ktalkstech  ปีที่แล้ว

      Thank you so much :) Just uploaded :)

  • @pratibha1176
    @pratibha1176 4 หลายเดือนก่อน

    NICE EXPLAINATION

  • @hazarath540
    @hazarath540 ปีที่แล้ว +1

    Good content 👍

  • @user-qx6ez1pm5e
    @user-qx6ez1pm5e 8 หลายเดือนก่อน

    Thanks for the details, I have one question please - In this example Azure data bricks is invoked from Azure data factory, lets suppose If there are any changes to ADF and ADB , how to use the CICD approach to deploy both azure resource(ADF and ADB) to higher environment

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

    Waiting for next video

  • @HemantKumar-su1qt
    @HemantKumar-su1qt 4 หลายเดือนก่อน

    Hi sir
    I humbly request you to teach us or let us know how to create the notebooks - Bronze to Silver and Silver to Gold respectively. We have not been taught it in that end to end project. I am confused whether the containers - bronze, silver, gold are merged together? If yes then how? Or are the two different notebooks merged into one? If yes then how?
    I have spent a whole day learning them from every possible source where I could reach but it is yet to be understood.
    Kindly help me I am a non-cs background enthusiast
    Thank you so much

  • @krishj8011
    @krishj8011 4 หลายเดือนก่อน

    great video

    • @mr.ktalkstech
      @mr.ktalkstech  2 หลายเดือนก่อน

      Thank you so much :)

  • @helovesdata8483
    @helovesdata8483 11 หลายเดือนก่อน

    This is amazing content! I have a questions for you. Whats the point in updating the collaboration branch by PR , if the CI/CD pipeline trigger will pull latest code from Dev to Production environment? I thought it would pull the changes from the collaboration branch.

    • @mr.ktalkstech
      @mr.ktalkstech  11 หลายเดือนก่อน

      It would still PULL from the collaboration branch, before that it would first deploy the changes to the DEV workspace and the same code will be pushed to PROD as well (so DEV, PROD shares the exact same code as Main)

  • @passions9730
    @passions9730 11 หลายเดือนก่อน

    Awesome video

  • @amitkumarmaji2983
    @amitkumarmaji2983 11 หลายเดือนก่อน

    Hey, big fan, and following your videos. Could you please make a video on REST API and how to use it in Azure.

    • @mr.ktalkstech
      @mr.ktalkstech  11 หลายเดือนก่อน

      Thank you so much :) Sure, will do :)

  • @shankar1556
    @shankar1556 11 หลายเดือนก่อน +1

    HI Sir, I have question, Both DE1 & DE2 created their feature branchs at the same time and updated code.
    DE 1 removed some part of code and added new code where DE2 updated existing code. so when DE1 PR request completed main branch will have changes made from DE1 but now DE2 tries to PR .. as some code removed by DE . there would be some confilict. how can this contradicts handles in team with 10 developers

    • @mr.ktalkstech
      @mr.ktalkstech  11 หลายเดือนก่อน

      Hi, if they are working in different notebooks then there won't be any merge conflicts, but if there is a need to work in the same notebook, then proper communications should be done before merging the changes to the main, so that the other DE's can pull the latest changes from the main branch before merging to overcome the merge conflicts.

  • @sm.prithiv7174
    @sm.prithiv7174 ปีที่แล้ว

    Very useful

  • @ashabhumza3394
    @ashabhumza3394 10 หลายเดือนก่อน

    Hi sir,
    I have got a project in which I have to merge data from different sources in Azure cloud and then after applying some transformation using data flow , load the data in databricks then further do some data transformation steps in it. Then using Azure ML need to build and deploy the model,
    Basically it's a combined project of Azure data engineering and Azure mlops.
    Could you please make a playlist on this, this seems to be an interesting task.

    • @ashabhumza3394
      @ashabhumza3394 10 หลายเดือนก่อน

      Or if possible, please provide some sources to get the idea for this project

  • @arundhatisen1053
    @arundhatisen1053 11 หลายเดือนก่อน

    Hi can you please show how to deploy workflows to higher environment using cl/cd please

    • @mr.ktalkstech
      @mr.ktalkstech  11 หลายเดือนก่อน

      Sure, will be uploaded in the future parts, please stay tuned :)

  • @naga4326
    @naga4326 หลายเดือนก่อน

    Can we use ci/cd pipeline in service now??

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

    Please create CI/CD video for ADF as well

  • @Skandawin78
    @Skandawin78 3 หลายเดือนก่อน

    how about testing?

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

    Hi is it good to have knowledge of devops concepts to become data engineer

    • @mr.ktalkstech
      @mr.ktalkstech  11 หลายเดือนก่อน +1

      It's a very good knowledge to have as a Data Engineer :)

  • @DataWise-mh7bo
    @DataWise-mh7bo หลายเดือนก่อน

    crack!