Run databricks jobs for code in merged state #416
Replies: 2 comments 17 replies
-
hi @datascientistlin ,
I'm not sure how this is relevant to |
Beta Was this translation helpful? Give feedback.
-
@datascientistlin |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
As far as I understood, I could choose from branch, commit and tag if my task source is GIT. However, the use case I'm trying to implement is to run the databricks jobs during the PR merging state. This could help us perform integration testing, to ensure the code is running fine after merging the PR (before the actual merging happens).
We used Azure Devops platform for CICD and Repo. Here is how I have implemented it so far.
In pipelines.yml file:
In deployment.yml file
The problem with this implementation is
DEPLOY_COMMIT
does not work in the PR merging state. This is because the commit during PR merging is a synthesized one which could not be checked out in the actual pipeline.Thanks in advance for any tips and advises.
Beta Was this translation helpful? Give feedback.
All reactions