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 af4ea40f5 deploy: 55b4e93ef9dbcf3aa4e30cdbdef85038bcf429cd
af4ea40f5 is described below
commit af4ea40f5af73a9576d6f04cbf4d9dc1f1cac5b9
Author: snazy <[email protected]>
AuthorDate: Sun Dec 14 10:48:58 2025 +0000
deploy: 55b4e93ef9dbcf3aa4e30cdbdef85038bcf429cd
---
releases/1.2.0/policy/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/releases/1.2.0/policy/index.html b/releases/1.2.0/policy/index.html
index 90b27d8eb..c3747f863 100644
--- a/releases/1.2.0/policy/index.html
+++ b/releases/1.2.0/policy/index.html
@@ -172,8 +172,8 @@ Iceberg Iceberg Generic
</span></span></code></pre></div><h3
id=attaching-policies-to-resources>Attaching Policies to
Resources</h3><p>Policies can be attached to different resource
levels:</p><ol><li><strong>Catalog level</strong>: Applies to the entire
catalog</li><li><strong>Namespace level</strong>: Applies to a specific
namespace</li><li><strong>Table-like level</strong>: Applies to individual
tables or views</li></ol><p>Example of attaching a policy to a table:</p><div
class=highlight><pre tabindex=0 styl [...]
</span></span><span style=display:flex><span>{
</span></span><span style=display:flex><span> <span
style=color:#f92672>"target"</span>: {
-</span></span><span style=display:flex><span> <span
style=color:#f92672>"type"</span>: <span
style=color:#960050;background-color:#1e0010>"table-like</span><span
style=color:#e6db74>",
-</span></span></span><span style=display:flex><span><span style=color:#e6db74>
"</span><span
style=color:#960050;background-color:#1e0010>path</span><span
style=color:#e6db74>": ["</span><span
style=color:#960050;background-color:#1e0010>NS</span><span
style=color:#ae81ff>1</span><span style=color:#e6db74>", "</span><span
style=color:#960050;background-color:#1e0010>NS</span><span
style=color:#ae81ff>2</span><span style=color:#e6db74>", "</span><span
style= [...]
+</span></span><span style=display:flex><span> <span
style=color:#f92672>"type"</span>: <span
style=color:#e6db74>"table-like"</span>,
+</span></span><span style=display:flex><span> <span
style=color:#f92672>"path"</span>: [<span
style=color:#e6db74>"NS1"</span>, <span
style=color:#e6db74>"NS2"</span>, <span
style=color:#e6db74>"test_table_1"</span>]
</span></span><span style=display:flex><span> }
</span></span><span style=display:flex><span>}
</span></span></code></pre></div><p>For inheritable policies, only one policy
of a given type can be attached to a resource. For non-inheritable policies,