Where can I access my Github Sparkr Notebook commits?

John Bruso 0 Reputation points
2024-08-13T16:02:41.19+00:00

Where can I access my Github Sparkr Notebook commits?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,973 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,800 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 90,146 Reputation points Microsoft Employee
    2024-08-14T04:27:22.2066667+00:00

    @John Bruso - Thanks for the question and using MS Q&A platform.

    Where can I access my Github Sparkr Notebook commits?

    In case, if you had enabled git-enabled in your synapse workspace, you will see Azure Synapse Analytics under your repositories and this repository contains all items which are published.

    Note: My repository named as Azure Synapse Analytics, yours might be different. User's image

    Azure Synapse supports two development models.

    • Synapse live development. You develop and debug code in Synapse Studio and then publish it to save and execute. The Synapse service is the source of truth for code editing and execution. Any unpublished work is lost when you close Synapse Studio.
    • Git-enabled development. You develop and debug code in Synapse Studio and commit changes to a working branch of a Git repo. Work from one or more branches is integrated into a collaboration branch, from where you publish it to the service. The Git repo is the source of truth for code editing, while the service is the source of truth for execution. Changes must be committed to the Git repo or published to the service before closing Synapse Studio. Learn more about using Synapse Analytics with Git.

    For more details, refer to Develop and execute code in Azure Synapse and Source control in Synapse Studio.

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


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

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.