Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Add Snowflake's public documentation (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottteal authored Jan 23, 2024
1 parent dfb2e73 commit 85f38c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"}
]
2 changes: 1 addition & 1 deletion landing-page/content/common/vendors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-only access.
[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-catalog-integration) for read-only access.

### [Starburst](http://starburst.io)

Expand Down

0 comments on commit 85f38c3

Please sign in to comment.