Skip to content

Commit 7530bf7

Browse files
Chore: Add legends for clarity in multiengine docs (#4386)
1 parent 507178d commit 7530bf7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/guides/multi_engine.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ The `order_ship_date` model specifies the DuckDB engine, which will perform the
117117

118118
This allows you to efficiently scan data from an Iceberg table, or even query tables directly from S3 when used with the [HTTPFS](https://duckdb.org/docs/stable/extensions/httpfs/overview.html) extension.
119119

120-
![PostgreSQL + DuckDB](./multi_engine/postgres_duckdb.png)
120+
![Figure 1: PostgreSQL + DuckDB](./multi_engine/postgres_duckdb.png)
121+
*Figure 1: The gateways denote the execution engine, while both the virtual layer’s views and the physical layer's tables reside in Postgres*
121122

122123
In models where no gateway is specified, such as the `customer_orders` model, the default PostgreSQL engine will both create the physical table and the views in the virtual layer.
123124

@@ -284,7 +285,8 @@ FROM
284285
```
285286

286287

287-
![Athena + Redshift + Snowflake](./multi_engine/athena_redshift_snowflake.png)
288+
![Figure 2: Athena + Redshift + Snowflake](./multi_engine/athena_redshift_snowflake.png)
289+
*Figure 2: The gateways represent the execution engine and indicate where the virtual layer’s views and the physical layer's tables reside*
288290

289291
When you run the plan, the catalogs for each model will be set automatically based on the gateway’s connection and each corresponding model will be executed by the specified engine:
290292

0 commit comments

Comments
 (0)