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: site/content/in-dev/unreleased/metastores.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The Relational JDBC metastore currently relies on a Quarkus-managed datasource a
42
42
Please refer to the documentation here:
43
43
[Configure data sources in Quarkus](https://quarkus.io/guides/datasource)
44
44
45
-
Additionally the retries can be configured via `polaris.persistence.relational.jdbc.*` properties please ref [configuration](./configuration.md)
45
+
Additionally the retries can be configured via `polaris.persistence.relational.jdbc.*` properties please ref [configuration]({{% ref "configuration" %}})
46
46
47
47
## EclipseLink (Deprecated)
48
48
> [!IMPORTANT]
@@ -86,7 +86,7 @@ A single `persistence.xml` can describe multiple [persistence units](https://ecl
86
86
The default [persistence.xml] in Polaris is already configured for H2, but you can easily customize
87
87
your H2 configuration using the persistence unit template below:
0 commit comments