Managing conflicts regarding an Azure DevOps Repos for Data Factory

pmscorca 987 Reputation points
2024-03-04T16:07:11.53+00:00

Hi,

I'm working together with other colleagues to a Data Factory instance linked to an Azure DevOps Repos.

In a such team working scenario sometimes it occurs a conflict about a pull request to merge a dev branch to main branch, conflict that could be solved simply forcing a branch B against a branch A, both regarding a same ADF object, without any editing or deleting actions in the branch B.

Does it exist a reliable procedure to follow in order to forcing a branch respect to another one in case of a conflict? Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,597 questions
{count} votes

Accepted answer
  1. Azar 22,860 Reputation points MVP
    2024-03-04T19:09:07.88+00:00

    Hey there pmscorca

    Thats a good question and thanks for using the QandA platform

    i get it whenissue arise in our team's Data Factory instance linked to Azure DevOps Repos, it's important to have a good procedure in place. lemme try giving you a pointers,

    First, review the changes in both branches and discuss them with ur team to ensure everyone's on the same page. If the changes can be merged without modification, go ahead and force the merge using version control tools like git push --force or through Azure DevOps interface options.

    Try to document the changes and test thoroughly afterward to catch any unexpected issues.

    If this helps kindly accept the answer thanks much.,

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.