docs: add a link for the Druid SQL tutorial #13468
docs: add a link for the Druid SQL tutorial #13468techdocsmith merged 14 commits intoapache:masterfrom
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.
…/druid into jupyter-nb-sql-tutorial
|
@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. |
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: