This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 85f38c3f Add Snowflake's public documentation (#297)
85f38c3f is described below

commit 85f38c3ff13805c9ab5ced91c585eabeccf1a401
Author: Scott Teal <[email protected]>
AuthorDate: Tue Jan 23 09:44:01 2024 -0800

    Add Snowflake's public documentation (#297)
---
 docs/config.toml                       | 17 +++++++++--------
 landing-page/content/common/vendors.md |  2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 765358e5..13fd507b 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -79,12 +79,13 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "StarRocks", identifier = "_starrocks", weight = 701, url = 
"https://docs.starrocks.io/en-us/latest/data_source/catalog/iceberg_catalog"; },
     { name = "Amazon Athena", identifier = "_athena", weight = 800, url = 
"https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html"; },
     { name = "Amazon EMR", identifier = "_emr", weight = 900, url = 
"https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-use-cluster.html";
 },
-    { name = "Impala", identifier = "_impala", weight = 1000, url = 
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html"; },
-    { name = "Doris", identifier = "_doris", weight = 1001, url = 
"https://doris.apache.org/docs/dev/lakehouse/multi-catalog/iceberg"; },
-    { name = "PyIceberg", identifier = "_python", weight = 1500, url = 
"https://py.iceberg.apache.org/"},
-    { name = "IcebergRust", identifier = "_rust", weight = 1600, url = 
"https://rust.iceberg.apache.org/"},
-    { name = "Integrations", weight = 1100 },
-    { name = "API", weight = 1200},
-    { name = "Migration", weight = 1300},
-    { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight 
= 1400} # `url` is populated by the github deploy workflow and is equal to 
"../../javadoc/<branch name>"
+    { name = "Snowflake", identifier = "_snowflake", weight = 1000, url = 
"https://docs.snowflake.com/en/user-guide/tables-iceberg"; },
+    { name = "Impala", identifier = "_impala", weight = 1100, url = 
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html"; },
+    { name = "Doris", identifier = "_doris", weight = 1200, url = 
"https://doris.apache.org/docs/dev/lakehouse/multi-catalog/iceberg"; },
+    { name = "Integrations", weight = 1300 },
+    { name = "API", weight = 1400},
+    { name = "Migration", weight = 1500},
+    { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight 
= 1500}, # `url` is populated by the github deploy workflow and is equal to 
"../../javadoc/<branch name>"
+    { name = "PyIceberg", identifier = "_python", weight = 1600, url = 
"https://py.iceberg.apache.org/"},
+    { name = "IcebergRust", identifier = "_rust", weight = 1700, url = 
"https://rust.iceberg.apache.org/"}
   ]
diff --git a/landing-page/content/common/vendors.md 
b/landing-page/content/common/vendors.md
index 234b903e..d9e50dd9 100644
--- a/landing-page/content/common/vendors.md
+++ b/landing-page/content/common/vendors.md
@@ -62,7 +62,7 @@ PuppyGraph is a cloud-native graph analytics engine that 
enables users to query
 
 ### [Snowflake](http://snowflake.com/)
 
-[Snowflake](https://www.snowflake.com/data-cloud/) is a single, cross-cloud 
platform that enables every organization to mobilize their data with 
Snowflake’s Data Cloud. Snowflake supports Apache Iceberg by offering [native 
support for Iceberg 
Tables](https://www.snowflake.com/blog/iceberg-tables-powering-open-standards-with-snowflake-innovations/)
 for full DML as well as connectors to [External 
Tables](https://www.snowflake.com/blog/expanding-the-data-cloud-with-apache-iceberg/)
 for read [...]
+[Snowflake](https://www.snowflake.com/data-cloud/) is a single, cross-cloud 
platform that enables every organization to mobilize their data with 
Snowflake’s Data Cloud. Snowflake supports Apache Iceberg by offering 
[Snowflake-managed Iceberg 
Tables](https://docs.snowflake.com/en/user-guide/tables-iceberg#use-snowflake-as-the-iceberg-catalog)
 for full DML as well as [externally managed Iceberg Tables with catalog 
integrations](https://docs.snowflake.com/en/user-guide/tables-iceberg#use-a- 
[...]
 
 ### [Starburst](http://starburst.io)
 

Reply via email to