This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 84f16f76c deploy: 50090dce916d42fe6e1cd3a7043705e46d985a6c
84f16f76c is described below
commit 84f16f76ca6c1bd0457ef221e9a71d1d2c714f4d
Author: dimas-b <[email protected]>
AuthorDate: Wed Feb 18 00:37:29 2026 +0000
deploy: 50090dce916d42fe6e1cd3a7043705e46d985a6c
---
releases/1.2.0/managing-security/index.html | 2 +-
releases/1.3.0/polaris-spark-client/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/releases/1.2.0/managing-security/index.html
b/releases/1.2.0/managing-security/index.html
index a0e231cb1..5ea0795f9 100644
--- a/releases/1.2.0/managing-security/index.html
+++ b/releases/1.2.0/managing-security/index.html
@@ -173,4 +173,4 @@
<label for=m-releases130evolution-check><a href=/releases/1.3.0/evolution/
class="align-left ps-0 td-sidebar-link td-sidebar-link__page"
id=m-releases130evolution><span>Polaris Evolution</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section with-child"
id=m-releases130polaris-api-specs-li><input type=checkbox
id=m-releases130polaris-api-specs-check>
<label for=m-releases130polaris-api-specs-check><a
href=/releases/1.3.0/polaris-api-specs/ class="align-left ps-0 td-sidebar-link
td-sidebar-link__section" id=m-releases130polaris-api-specs><span>Polaris API
Reference</span></a></label><ul class="ul-3 foldable"><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-releases130polaris-api-specspolaris-management-api-li><input type=checkbox
id=m-releases130polaris-api-specspolaris-management-api-check>
<label for=m-releases130polaris-api-specspolaris-management-api-check><a
href=/releases/1.3.0/polaris-api-specs/polaris-management-api/ title="Apache
Polaris Management Service OpenAPI Specification" class="align-left ps-0
td-sidebar-link td-sidebar-link__page"
id=m-releases130polaris-api-specspolaris-management-api><span>Management API
↗</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-releases130polaris-api-specspolaris-catalog [...]
-<label for=m-releases130polaris-api-specspolaris-catalog-api-check><a
href=/releases/1.3.0/polaris-api-specs/polaris-catalog-api/ title="Apache
Polaris Catalog Service OpenAPI Specification" class="align-left ps-0
td-sidebar-link td-sidebar-link__page"
id=m-releases130polaris-api-specspolaris-catalog-api><span>Catalog API
↗</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></aside><aside
class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none"><div
class=td-toc> [...]
\ No newline at end of file
+<label for=m-releases130polaris-api-specspolaris-catalog-api-check><a
href=/releases/1.3.0/polaris-api-specs/polaris-catalog-api/ title="Apache
Polaris Catalog Service OpenAPI Specification" class="align-left ps-0
td-sidebar-link td-sidebar-link__page"
id=m-releases130polaris-api-specspolaris-catalog-api><span>Catalog API
↗</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></aside><aside
class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none"><div
class=td-toc> [...]
\ No newline at end of file
diff --git a/releases/1.3.0/polaris-spark-client/index.html
b/releases/1.3.0/polaris-spark-client/index.html
index 0ffed63fd..f53ef9dfa 100644
--- a/releases/1.3.0/polaris-spark-client/index.html
+++ b/releases/1.3.0/polaris-spark-client/index.html
@@ -219,7 +219,7 @@ for more details.</p><p>You can also start the connection
by programmatically in
</span></span><span style=display:flex><span> <span
style=color:#f92672>.</span>config(<span
style=color:#e6db74>"spark.sql.catalog.<spark-catalog-name>.token-refresh-enabled"</span>,
<span style=color:#e6db74>"true"</span>)
</span></span><span style=display:flex><span> <span
style=color:#f92672>.</span>config(<span
style=color:#e6db74>"spark.sql.catalog.<spark-catalog-name>.credential"</span>,
<span
style=color:#e6db74>"<client-id>:<client_secret>"</span>)
</span></span><span style=display:flex><span> <span
style=color:#f92672>.</span>config(<span
style=color:#e6db74>"spark.sql.catalog.<spark-catalog-name>.warehouse"</span>,
<span style=color:#f92672><</span>polaris_catalog_name<span
style=color:#f92672>></span>)
-</span></span><span style=display:flex><span> <span
style=color:#f92672>.</span>config(<span
style=color:#e6db74>"spark.sql.catalog.polaris.scope"</span>, <span
style=color:#e6db74>'PRINCIPAL_ROLE:ALL'</span>)
+</span></span><span style=display:flex><span> <span
style=color:#f92672>.</span>config(<span
style=color:#e6db74>"spark.sql.catalog.polaris.scope"</span>, <span
style=color:#e6db74>'</span><span
style=color:#960050;background-color:#1e0010>P</span><span
style=color:#e6db74>RINCIPAL_ROLE:ALL'</span>)
</span></span><span style=display:flex><span> <span
style=color:#f92672>.</span>config(<span
style=color:#e6db74>"spark.sql.catalog.polaris.header.X-Iceberg-Access-Delegation"</span>,
<span style=color:#e6db74>'vended-credentials'</span>)
</span></span><span style=display:flex><span> <span
style=color:#f92672>.</span>getOrCreate()
</span></span></code></pre></div><p>Similar as the CLI command, make sure the
corresponding fields are replaced correctly.</p><h3 id=create-tables-with-spark
id=create-tables-with-spark>Create tables with Spark<a class=heading-anchor
href=#create-tables-with-spark aria-label=Anchor>🔗</a></h3><p>After Spark is
started, you can use it to create and access Iceberg and Delta tables, for
example:</p><div class=highlight><pre tabindex=0
style=color:#f8f8f2;background-color:#272822;-moz-tab-siz [...]