@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.
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.