Skip to content

Commit 80546b6

Browse files
authored
Merge pull request #333 from v3io/development
data-ingestion-and-preparation mlrun read via presto
2 parents 0d1df93 + f2e1c34 commit 80546b6

File tree

3 files changed

+503
-2
lines changed

3 files changed

+503
-2
lines changed

data-ingestion-and-preparation/README.ipynb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
" - [Running Full ANSI Presto SQL Queries](#data-ingest-sql-presto)\n",
3434
" - [Running Spark SQL Queries](#data-ingest-sql-spark)\n",
3535
" - [Running SQL Queries from Nuclio Functions](#data-ingest-sql-nuclio)\n",
36+
" - [Running SQL Queries from Mlrun Job](#data-ingest-sql-mlrun)\n",
3637
"- [Working with Parquet Files](#data-ingest-parquet)\n",
3738
"- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)\n",
3839
"- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)\n",
@@ -454,10 +455,27 @@
454455
"source": [
455456
"### Running SQL Queries from Nuclio Functions \n",
456457
"\n",
457-
"In some cases, you might need to run an SQL query as part an event-driven application.\n",
458+
"In some cases, you might need to run an SQL query as part of an event-driven application.\n",
458459
"The [**nuclio-read-via-presto**](nuclio-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from a serverless Nuclio function."
459460
]
460461
},
462+
{
463+
"cell_type": "markdown",
464+
"metadata": {},
465+
"source": [
466+
"<a id=\"data-ingest-sql-mlrun\"></a>"
467+
]
468+
},
469+
{
470+
"cell_type": "markdown",
471+
"metadata": {},
472+
"source": [
473+
"### Running SQL Queries from MLRun job \n",
474+
"\n",
475+
"In some cases, you might need to run an SQL query as part of MLRun job.\n",
476+
"The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an mlrun job."
477+
]
478+
},
461479
{
462480
"cell_type": "markdown",
463481
"metadata": {},

data-ingestion-and-preparation/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Learn about different methods for ingesting data into the Iguazio Data Science P
2222
- [Running Full ANSI Presto SQL Queries](#data-ingest-sql-presto)
2323
- [Running Spark SQL Queries](#data-ingest-sql-spark)
2424
- [Running SQL Queries from Nuclio Functions](#data-ingest-sql-nuclio)
25+
- [Running SQL Queries from Mlrun Job](#data-ingest-sql-mlrun)
2526
- [Working with Parquet Files](#data-ingest-parquet)
2627
- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)
2728
- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)
@@ -238,9 +239,16 @@ For more information about the platform's Spark service, see [Working with Spark
238239

239240
### Running SQL Queries from Nuclio Functions
240241

241-
In some cases, you might need to run an SQL query as part an event-driven application.
242+
In some cases, you might need to run an SQL query as part of an event-driven application.
242243
The [**nuclio-read-via-presto**](nuclio-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from a serverless Nuclio function.
243244

245+
<a id="data-ingest-sql-mlrun"></a>
246+
247+
### Running SQL Queries from MLRun job
248+
249+
In some cases, you might need to run an SQL query as part of MLRun job.
250+
The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an mlrun job.
251+
244252
<a id="data-ingest-parquet"></a>
245253

246254
## Working with Parquet Files

0 commit comments

Comments
 (0)