Skip to content

Commit

Permalink
Merge branch 'development' of github.com:v3io/tutorials into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon-iguazio committed Jan 28, 2021
2 parents 80546b6 + 3564d12 commit 3189dd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions data-ingestion-and-preparation/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
" - [Running Full ANSI Presto SQL Queries](#data-ingest-sql-presto)\n",
" - [Running Spark SQL Queries](#data-ingest-sql-spark)\n",
" - [Running SQL Queries from Nuclio Functions](#data-ingest-sql-nuclio)\n",
" - [Running SQL Queries from Mlrun Job](#data-ingest-sql-mlrun)\n",
" - [Running SQL Queries from MLRun Jobs](#data-ingest-sql-mlrun)\n",
"- [Working with Parquet Files](#data-ingest-parquet)\n",
"- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)\n",
"- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)\n",
Expand Down Expand Up @@ -455,7 +455,7 @@
"source": [
"### Running SQL Queries from Nuclio Functions \n",
"\n",
"In some cases, you might need to run an SQL query as part of an event-driven application.\n",
"In some cases, you might need to run SQL queries as part of an event-driven application.\n",
"The [**nuclio-read-via-presto**](nuclio-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from a serverless Nuclio function."
]
},
Expand All @@ -470,10 +470,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Running SQL Queries from MLRun job \n",
"### Running SQL Queries from MLRun Jobs\n",
"\n",
"In some cases, you might need to run an SQL query as part of MLRun job.\n",
"The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an mlrun job."
"In some cases, you might need to run SQL queries as part of an MLRun job.\n",
"The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an MLRun job using Presto."
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions data-ingestion-and-preparation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Learn about different methods for ingesting data into the Iguazio Data Science P
- [Running Full ANSI Presto SQL Queries](#data-ingest-sql-presto)
- [Running Spark SQL Queries](#data-ingest-sql-spark)
- [Running SQL Queries from Nuclio Functions](#data-ingest-sql-nuclio)
- [Running SQL Queries from Mlrun Job](#data-ingest-sql-mlrun)
- [Running SQL Queries from MLRun Jobs](#data-ingest-sql-mlrun)
- [Working with Parquet Files](#data-ingest-parquet)
- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)
- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)
Expand Down Expand Up @@ -239,15 +239,15 @@ For more information about the platform's Spark service, see [Working with Spark

### Running SQL Queries from Nuclio Functions

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

<a id="data-ingest-sql-mlrun"></a>

### Running SQL Queries from MLRun job
### Running SQL Queries from MLRun Jobs

In some cases, you might need to run an SQL query as part of MLRun job.
The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an mlrun job.
In some cases, you might need to run SQL queries as part of an MLRun job.
The [**mlrun-read-via-presto**](mlrun-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from an MLRun job using Presto.

<a id="data-ingest-parquet"></a>

Expand Down

0 comments on commit 3189dd0

Please sign in to comment.