|
33 | 33 | " - [Running Full ANSI Presto SQL Queries](#data-ingest-sql-presto)\n", |
34 | 34 | " - [Running Spark SQL Queries](#data-ingest-sql-spark)\n", |
35 | 35 | " - [Running SQL Queries from Nuclio Functions](#data-ingest-sql-nuclio)\n", |
36 | | - " - [Running SQL Queries from Mlrun Job](#data-ingest-sql-mlrun)\n", |
| 36 | + " - [Running SQL Queries from MLRun Jobs](#data-ingest-sql-mlrun)\n", |
37 | 37 | "- [Working with Parquet Files](#data-ingest-parquet)\n", |
38 | 38 | "- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)\n", |
39 | 39 | "- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)\n", |
|
455 | 455 | "source": [ |
456 | 456 | "### Running SQL Queries from Nuclio Functions \n", |
457 | 457 | "\n", |
458 | | - "In some cases, you might need to run an SQL query as part of an event-driven application.\n", |
| 458 | + "In some cases, you might need to run SQL queries as part of an event-driven application.\n", |
459 | 459 | "The [**nuclio-read-via-presto**](nuclio-read-via-presto.ipynb) tutorial demonstrates how to run an SQL query from a serverless Nuclio function." |
460 | 460 | ] |
461 | 461 | }, |
|
470 | 470 | "cell_type": "markdown", |
471 | 471 | "metadata": {}, |
472 | 472 | "source": [ |
473 | | - "### Running SQL Queries from MLRun job \n", |
| 473 | + "### Running SQL Queries from MLRun Jobs\n", |
474 | 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." |
| 475 | + "In some cases, you might need to run SQL queries as part of an 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 using Presto." |
477 | 477 | ] |
478 | 478 | }, |
479 | 479 | { |
|
0 commit comments