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 85b4d3535 deploy: b4951c0a75034e5c97bf904ecceeef5776dcf700
85b4d3535 is described below

commit 85b4d35359db24742d5b5eb4c8e0ffe4347565e9
Author: snazy <[email protected]>
AuthorDate: Sat Jan 24 08:44:14 2026 +0000

    deploy: b4951c0a75034e5c97bf904ecceeef5776dcf700
---
 releases/1.2.0/generic-table/index.html     | 18 +++++++++---------
 releases/1.2.0/managing-security/index.html |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/releases/1.2.0/generic-table/index.html 
b/releases/1.2.0/generic-table/index.html
index 6b3ef7462..5846b5c5b 100644
--- a/releases/1.2.0/generic-table/index.html
+++ b/releases/1.2.0/generic-table/index.html
@@ -192,15 +192,15 @@ request body looks like the following:</p><div 
class=highlight><pre tabindex=0 s
 </span></span></code></pre></div><p>Here is an example to create a generic 
table with name <code>delta_table</code> and format as <code>delta</code> under 
a namespace <code>delta_ns</code>
 for catalog <code>delta_catalog</code> using curl:</p><div 
class=highlight><pre tabindex=0 
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-shell data-lang=shell><span style=display:flex><span>curl -X 
POST 
http://localhost:8181/api/catalog/polaris/v1/delta_catalog/namespaces/delta_ns/generic-tables
 <span style=color:#ae81ff>\
 </span></span></span><span style=display:flex><span><span 
style=color:#ae81ff></span>  -H <span style=color:#e6db74>&#34;Content-Type: 
application/json&#34;</span> <span style=color:#ae81ff>\
-</span></span></span><span style=display:flex><span><span 
style=color:#ae81ff></span>  -d <span style=color:#e6db74>&#39;{
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
   &#34;name&#34;: &#34;delta_table&#34;,
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
   &#34;format&#34;: &#34;delta&#34;,
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
   &#34;base-location&#34;: &#34;s3://&lt;my-bucket&gt;/path/to/table&#34;,
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
   &#34;doc&#34;: &#34;delta table example&#34;,
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
   &#34;properties&#34;: {
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
     &#34;key1&#34;: &#34;value1&#34;
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
   }
-</span></span></span><span style=display:flex><span><span style=color:#e6db74> 
 }&#39;</span>
+</span></span></span><span style=display:flex><span><span 
style=color:#ae81ff></span>  -d <span 
style=color:#960050;background-color:#1e0010>&#39;</span><span 
style=color:#f92672>{</span>
+</span></span><span style=display:flex><span>    <span 
style=color:#e6db74>&#34;name&#34;</span>: <span 
style=color:#e6db74>&#34;delta_table&#34;</span>,
+</span></span><span style=display:flex><span>    <span 
style=color:#e6db74>&#34;format&#34;</span>: <span 
style=color:#e6db74>&#34;delta&#34;</span>,
+</span></span><span style=display:flex><span>    <span 
style=color:#e6db74>&#34;base-location&#34;</span>: <span 
style=color:#e6db74>&#34;s3://&lt;my-bucket&gt;/path/to/table&#34;</span>,
+</span></span><span style=display:flex><span>    <span 
style=color:#e6db74>&#34;doc&#34;</span>: <span style=color:#e6db74>&#34;delta 
table example&#34;</span>,
+</span></span><span style=display:flex><span>    <span 
style=color:#e6db74>&#34;properties&#34;</span>: <span 
style=color:#f92672>{</span>
+</span></span><span style=display:flex><span>      <span 
style=color:#e6db74>&#34;key1&#34;</span>: <span 
style=color:#e6db74>&#34;value1&#34;</span>
+</span></span><span style=display:flex><span>    <span 
style=color:#f92672>}</span>
+</span></span><span style=display:flex><span>  <span 
style=color:#f92672>}</span><span 
style=color:#960050;background-color:#1e0010>&#39;</span>
 </span></span></code></pre></div><h3 id=load-a-generic-table 
id=load-a-generic-table>Load a Generic Table<a class=heading-anchor 
href=#load-a-generic-table aria-label=Anchor>🔗</a></h3><p>The REST endpoint for 
load a generic table is <code>GET 
/polaris/v1/{prefix}/namespaces/{namespace}/generic-tables/{generic-table}</code>.</p><p>Here
 is an example to load the table <code>delta_table</code> using curl:</p><div 
class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;- 
[...]
 </span></span></code></pre></div><p>And the response looks like the 
following:</p><div class=highlight><pre tabindex=0 
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-json data-lang=json><span style=display:flex><span>{
 </span></span><span style=display:flex><span>  <span 
style=color:#f92672>&#34;table&#34;</span>: {
diff --git a/releases/1.2.0/managing-security/index.html 
b/releases/1.2.0/managing-security/index.html
index 1bb94f97c..cab0d23a6 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

Reply via email to