2
votes

I have enabled Git on my Azure Data Factory. I have created my Git Repository also. When I want to create a new Pipeline I have this message :

You have GIT enabled in your data factory. Publishing in 'Data Factory' mode is disabled. Please switch back to GIT mode to make further changes. When I want to chose GitHub there is a popup "You do not have access to the repository"

How can I give access to repository?

enter image description here

Right now I have given below access to my user:

c

1

1 Answers

2
votes

I had the same issue. What I did was to remove the GIT connection and then add it again. Then everything worked!

The git "setup" when creating the data factory seems not to work that well. Better to create the GIT connection later when the data factory is created.

To delete the git connection:

  1. Go to "Data factory overview" (house icon)
  2. Press the "git repo setting" in the top right -> delete :)

enter image description here