-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Databricks fundamentals #80
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TODO: Compute, Notebooks, Workflows, SQL Editor?
…l and probably could be expanded into it's own page at some point.
jen-machin
reviewed
Aug 30, 2024
…writing out data to the unity catalog.
…ytical-services/analysts-guide into databricks_fundamentals
…to their benefit.
…R. Page for doing it natively in Databricks and one for RStudio.
jen-machin
reviewed
Sep 3, 2024
jen-machin
reviewed
Sep 3, 2024
jen-machin
reviewed
Sep 3, 2024
jen-machin
reviewed
Sep 3, 2024
jen-machin
reviewed
Sep 3, 2024
jen-machin
reviewed
Sep 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last few comments on some of the pages I hadn't got around to reviewing yet!
…uild them in the UI.
jen-machin
approved these changes
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview of changes
A few high level pages on some fundamental concepts in DataBricks and how it is different to how we are used to working with traditional computing.
Three new pages
DataBricks Fundamentals: How does DataBricks differ from usual computing (distributed and decoupled compute and storage). Covers at a high level the different kinds of storage and different kinds of compute available on the DataBricks platform.
Notebooks: Some high level information on what notebooks are and how they are used.
Workflows: Some high level information on what workflows are and how they can be used.
Why are these changes being made?
DataBricks is a bit of a paradigm shift from everything that analysts within the Department are used to. These pages attempt to start from what we're used to (traditional computers) and explain the difference of distributed cloud computing. They then give a bit of information about some of the core concepts that will be new to analysts.
Detailed description of changes
A page on how DataBricks is different from using a laptop/server for analysis, and some detail on the types of storage used and the different types of compute.
A page on notebooks and how they can be used.
A page on workflows and how they can be used.
None of these are instruction guides as such (with a bit of an exception for linking a repo to a users DataBricks workspace - this may be better suited elsewhere) but just an attempt to familiarise people with the concepts.
Links to each page added to the index page.
Issue ticket number/s and link
N/a
Checklist before requesting a review