Skip to content

Commit c6d7309

Browse files
treyspsungchun12
andauthored
Docs: add interactive init to quickstart docs (#4736)
Co-authored-by: Sung Won Chung <sungwonchung3@gmail.com>
1 parent 82f2447 commit c6d7309

File tree

5 files changed

+306
-81
lines changed

5 files changed

+306
-81
lines changed

docs/integrations/overview.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ SQLMesh supports integrations with the following tools:
99
* [Kestra](https://kestra.io/plugins/plugin-sqlmesh/tasks/cli/io.kestra.plugin.sqlmesh.cli.sqlmeshcli)
1010

1111
## Execution engines
12-
SQLMesh supports the following execution engines for running SQLMesh projects:
12+
SQLMesh supports the following execution engines for running SQLMesh projects (engine `type` in parentheses - example usage: `pip install "sqlmesh[databricks]"`):
1313

14-
* [Athena](./engines/athena.md)
15-
* [Azure SQL](./engines/azuresql.md)
16-
* [BigQuery](./engines/bigquery.md)
17-
* [ClickHouse](./engines/clickhouse.md)
18-
* [Databricks](./engines/databricks.md)
19-
* [DuckDB](./engines/duckdb.md)
20-
* [MotherDuck](./engines/motherduck.md)
21-
* [MSSQL](./engines/mssql.md)
22-
* [MySQL](./engines/mysql.md)
23-
* [Postgres](./engines/postgres.md)
24-
* [GCP Postgres](./engines/gcp-postgres.md)
25-
* [Redshift](./engines/redshift.md)
26-
* [Snowflake](./engines/snowflake.md)
27-
* [Spark](./engines/spark.md)
28-
* [Trino](./engines/trino.md)
14+
* [Athena](./engines/athena.md) (athena)
15+
* [Azure SQL](./engines/azuresql.md) (azuresql)
16+
* [BigQuery](./engines/bigquery.md) (bigquery)
17+
* [ClickHouse](./engines/clickhouse.md) (clickhouse)
18+
* [Databricks](./engines/databricks.md) (databricks)
19+
* [DuckDB](./engines/duckdb.md) (duckdb)
20+
* [MotherDuck](./engines/motherduck.md) (motherduck)
21+
* [MSSQL](./engines/mssql.md) (mssql)
22+
* [MySQL](./engines/mysql.md) (mysql)
23+
* [Postgres](./engines/postgres.md) (postgres)
24+
* [GCP Postgres](./engines/gcp-postgres.md) (gcppostgres)
25+
* [Redshift](./engines/redshift.md) (redshift)
26+
* [Snowflake](./engines/snowflake.md) (snowflake)
27+
* [Spark](./engines/spark.md) (spark)
28+
* [Trino](./engines/trino.md) (trino)

0 commit comments

Comments
 (0)