Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "ce2efaaa",
"metadata": {},
Expand All @@ -26,7 +27,7 @@
" ~ under the License.\n",
" -->\n",
"\n",
"This notebook provides a quick introduction to the Python wrapper around the [Druid REST API](api-tutorial.ipynb). This notebook assumes you are familiar with the basics of the REST API, and the [set of operations which Druid provides](https://druid.apache.org/docs/latest/operations/api-reference.html). This tutorial focuses on using Python to access those APIs rather than explaining the APIs themselves. The APIs themselves are covered in other notebooks that use the Python API.\n",
"This notebook provides a quick introduction to the Python wrapper around the [Druid REST API](api-tutorial.ipynb). This notebook assumes you are familiar with the basics of the REST API, and the [set of operations which Druid provides](https://druid.apache.org/docs/latest/api-reference/api-reference.html). This tutorial focuses on using Python to access those APIs rather than explaining the APIs themselves. The APIs themselves are covered in other notebooks that use the Python API.\n",
"\n",
"This tutorial works with Druid 25.0.0 or later.\n",
"\n",
Expand All @@ -52,6 +53,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "fb68a838",
"metadata": {},
Expand All @@ -78,6 +80,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "8b4e774b",
"metadata": {},
Expand All @@ -98,6 +101,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "be992774",
"metadata": {},
Expand All @@ -116,6 +120,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e803c9fe",
"metadata": {},
Expand All @@ -134,6 +139,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "d78a6c35",
"metadata": {},
Expand All @@ -152,6 +158,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "012b2e61",
"metadata": {},
Expand All @@ -174,6 +181,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "d051bc5e",
"metadata": {},
Expand All @@ -192,6 +200,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "b8261ab0",
"metadata": {},
Expand All @@ -210,6 +219,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ff311595",
"metadata": {},
Expand All @@ -218,6 +228,17 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "616770ce",
"metadata": {},
"outputs": [],
"source": [
"display.tables()"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "7392e484",
"metadata": {},
Expand All @@ -241,6 +262,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c6c4e1d4",
"metadata": {},
Expand All @@ -249,6 +271,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f414d145",
"metadata": {},
Expand All @@ -269,6 +292,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "7b944084",
"metadata": {},
Expand All @@ -295,6 +319,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "937dc6b1",
"metadata": {},
Expand Down Expand Up @@ -339,6 +364,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "481af1f2",
"metadata": {},
Expand All @@ -357,6 +383,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "99f8db7b",
"metadata": {},
Expand All @@ -365,6 +392,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "9e3be017",
"metadata": {},
Expand Down Expand Up @@ -421,6 +449,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ef4512f8",
"metadata": {},
Expand All @@ -439,6 +468,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "11d9c95a",
"metadata": {},
Expand All @@ -457,6 +487,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "936f57fb",
"metadata": {},
Expand All @@ -475,6 +506,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c1152f41",
"metadata": {},
Expand All @@ -496,6 +528,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c96fdcc6",
"metadata": {},
Expand All @@ -517,6 +550,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "1deaf95f",
"metadata": {},
Expand All @@ -538,6 +572,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "dcb8055f",
"metadata": {},
Expand All @@ -556,6 +591,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "2654e72c",
"metadata": {},
Expand All @@ -576,6 +612,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "837e08b0",
"metadata": {},
Expand Down Expand Up @@ -617,6 +654,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "edc4ee39",
"metadata": {},
Expand Down Expand Up @@ -647,6 +685,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "b661b29f",
"metadata": {},
Expand All @@ -665,6 +704,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5e789ca7",
"metadata": {},
Expand All @@ -685,6 +725,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "7b9dc7e3",
"metadata": {},
Expand All @@ -703,6 +744,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ddaf0dc2",
"metadata": {},
Expand Down
Loading