docs: add a link for the Druid SQL tutorial #13468
Conversation
(cherry picked from commit aeb8d9e)
13345 should be merged first
There was a problem hiding this comment.
This LGTM.
For reference, the diff between this and #13342 is that 13342 only includes the link to the API tutorial Jupyter notebook. This one includes the API tutorial and the SQL ( line 65 in README.md and line 68 in tutorial-jupyter-index.md. This was done in a separate PR rather than a commit to 13342 to make managing dependencies between PRs easier.
|
@ektravel , do you want to remove the lines referring to Segment sizing and partitioning so we can merge this PR? Thanks! I fixed a merge conflict and also changed the bullet formatting for the start commands to avoid going too deep w/ bullets |
|
@techdocsmith I've removed the lines referring to Segment sizing and partitioning. Thank you for fixing the merge conflict. |
* docs: add juptyer API tutorial for API and jupyter tutorial index (apache#3) (cherry picked from commit aeb8d9e) * update prereqs and fix jupyterlab name * Removing notebook since 13345 has it 13345 should be merged first * update contributing instructions * docs: link to the Druid SQL tutorial * Add link to partitioning * fix merge conflict * Saving * Update docs/tutorials/tutorial-jupyter-index.md * Remove partitioning --------- Co-authored-by: 317brian <[email protected]> Co-authored-by: brian.le <[email protected]> Co-authored-by: Charles Smith <[email protected]>
Description
This PR add a link for the Druid SQL tutorial that uses Jupyter to the
tutorial-jupyter-index.mdfile.This PR can be merged after PR 13465, PR 13342, and PR 13588.
This PR has: