From ce8134e0983a2e1b2958c7c3319524c742874560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kabakc=C4=B1?= Date: Mon, 5 Aug 2024 02:45:16 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c48e89..9d0f07f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ UniverSQL is a Snowflake proxy that allows you to run SQL queries **locally** on Snowflake Iceberg tables and Polaris catalog, using DuckDB. You can join Snowflake data with your local datasets, **without any need for a running warehouse**. -Any SQL client that supports Snowflake, also supports UniverSQL. -UniverSQL relies on Snowflake and Polaris for access control and data catalog features and +UniverSQL relies on Snowflake and Polaris for access control and data catalog so it's complementary to your Snowflake workloads. > [!WARNING] -> UniverSQL is in early development stage and actively being developed. If you run into any problem running UniverSQL, please [create an issue on Github](https://github.com/buremba/universql/issues/new). +> Any SQL client that supports Snowflake, also supports UniverSQL but we need to support Snowflake's API to support compatibility. If you run into any error in your workload, please [create an issue on Github](https://github.com/buremba/universql/issues/new). # How it works?