1. Tubelator AI
  2. >
  3. Videos
  4. >
  5. Science & Technology
  6. >
  7. Part 6- Creating the Continuous Deployment Pipeline - CI/CD in Azure Databricks in Tamil

Part 6- Creating the Continuous Deployment Pipeline - CI/CD in Azure Databricks in Tamil

Available In Following Subtitles
English
Variant 1
Posted on:
#databricks #azuredatabricks #azuredataengineer #azureintamil #azuretutorialforbeginners #databricksintamil #cicd #azuredevops #devops In this Part 6 video of CI/CD in Azure Databricks, I have discussed about the Continuous Deployment part where it deploys changes from DEV to PROD databricks workspace The next parts will be uploaded soon, stay tuned! Part #7.Complete End to End CI/CD Pipeline Testing Chapters TimeStamp: 0:00:00 - Intro 0:01:32 - Continuous Deployment changes in the YAMl code 0:07:44 - Variable Group, Environment and Service connection creation 0:14:07 - Pipeline permissions for PROD 0:15:36 - Testing the Continuous Deployment changes 0:18:45 - Depends on property 0:23:00 - Outro Please like, share and subscribe if you like the content and leave your comments below. For contact, Email: [email protected] Instagram: mrk_talkstech_tamil #AzureDatabricks #ApacheSpark #Sparkcompute #clusters #notebooks #magiccommands #machinelearning #ETL #CICD
tubelator logo

Instantly generate YouTube summary, transcript and subtitles!

chrome-icon Install Tubelator On Chrome

Video Summary & Chapters

No chapters for this video generated yet.

Video Transcript

0:00
Now we have completed 3 sections
0:04
CACD, Setting up the repos and finally
0:08
how to create a continuous integration pipeline
0:12
In this section, we will see how to create a continuous deployment pipeline
0:19
So far, what we have done is
0:22
When our continuous integration pipeline is running
0:25
First, we take the latest code from the main branch and deploy it in the dev workspace in a folder called live.
0:36
So this is the continuous integration pipeline.
0:40
In the live folder, all the latest codes are stored.
0:46
So, after putting all the changes in the live folder,
0:51
the continuous deployment pipeline will run.
0:55
So, what does the continuous deployment pipeline do?
0:58
It copies the latest data in the live folder
1:02
We will copy the latest notebooks in the database and create a live folder in the production workspace
1:16
and we will deploy the latest code in the dev folder
1:23
This is what the continuous deployment pipeline is going to do
1:27
Now let's see how to create the continuous deployment pipeline
1:32
Now I am in Visual Studio Code
1:35
Here we have to make some changes for continuous deployment pipeline
1:40
It is a very simple change, let's see what it is
1:43
First we can create a new branch
1:47
What I am going to do for that is
1:50
On the left side, there is a CI pipeline branch
1:53
I can make changes in this branch
1:55
But I am going to create a branch for continuous deployment
1:57
I am going to create a branch
2:00
I am going to click on it
2:02
After clicking I am going to choose the main branch
2:06
As soon as we choose the main branch
2:09
It shows some errors
2:12
What is this?
2:14
We have latest changes in the main branch
2:18
The changes in the main branch are not in the local
2:21
Visual Studio code
2:22
not in local
2:23
so if you are updating a change in a branch
2:29
you have to pull the changes when you are using the same branch locally
2:34
so let's see how to pull the changes
2:36
so for that I am going to source control
2:40
and after that there will be three dots
2:42
so I am clicking on it
2:44
after clicking there will be a pull option
2:46
so I am clicking on it
2:49
Now it will pull the changes in the devops
2:53
You can see the error message
2:56
The latest changes in the devops will be in the visual studio code
3:08
Now we can create a branch for the continuous deployment pipeline
3:12
we can create a branch
3:13
for that I am going to click on the bottom left
3:16
the same main branch
shape-icon

Download extension to view full transcript.

chrome-icon Install Tubelator On Chrome