You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pgml-cms/docs/introduction/getting-started/import-your-data/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ accelerate your machine learning use cases and removes the need for moving data
25
25
26
26
Foreign data wrappers are a set of PostgreSQL extensions that allow making direct connections from inside the database directly to other databases, even if they aren't running on Postgres. For example, Postgres has foreign data wrappers for MySQL, S3, Snowflake and many others.
27
27
28
-
<figureclass="my-3 py-3"><imgsrc="../../../.gitbook/assets/Getting-Started_FDW-Diagram"alt="Foreign data wrappers"width="80%"><figcaption></figcaption></figure>
28
+
<figureclass="my-3 py-3"><imgsrc="../../../.gitbook/assets/Getting-Started_FDW-Diagram.svg"alt="Foreign data wrappers"width="80%"><figcaption></figcaption></figure>
29
29
30
30
FDWs are useful when data access is infrequent and not latency-sensitive. For many use cases, like offline batch workloads and not very busy websites, this approach is suitable and easy to get started with.