notebook git revision issue

PoojaSunkara 1 Reputation point
2021-06-10T11:54:15.38+00:00

Hi Team,

I am working on Azure Databricks, I am trying to use Azure devop serviceswith databricks. I going to add git link in in git preferences.
I have added all required field but save button is disable mode.I am not able to save changes with in link field.Please help me on this.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,218 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 90,226 Reputation points Microsoft Employee
    2021-06-10T12:34:25.303+00:00

    Hello @PoojaSunkara ,

    Welcome to the Microsoft Q&A platform.

    Make sure to configure version control, you create access credentials in your version control provider, then add those credentials to Azure Databricks.

    Step1: Get an access token

    In GitHub, follow these steps to create a personal access token that allows access to your repositories:

    1. In the upper-right corner of any page, click your profile photo, then click Settings.
    2. Click Developer settings.
    3. Click the Personal access tokens tab.
    4. Click the Generate new token button.
    5. Enter a token description.
    6. Select the repo permission, and click the Generate token button.
    7. Copy the token to your clipboard. You enter this token in Azure Databricks in the next step.

    104246-image.png

    Step2: Save your access token to Azure Databricks

    1. In Azure Databricks, click the User icon Account Icon at the top right of your screen and click User Settings.
    2. Click the Git Integration tab.
    3. If you have previously entered credentials, click the Change token or app password button.
    4. In the Git provider drop-down, select GitHub.
    5. Paste your token into the Token or app password field and click Save.

    104281-image.png

    For more details, refer to this article describes how to set up version control for notebooks using GitHub through the UI.

    Hope this helps. Do let us know if you any further queries.

    ------------

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.

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.