From 7db3cf523a4e87aa92be7433a5c2a38694e3236b Mon Sep 17 00:00:00 2001 From: betfanatics-codywang <108348476+betfanatics-codywang@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:25:20 -0700 Subject: [PATCH] Update README.md (#15869) Typo in Snowflake SQL syntax -- should say "grant usage on warehouse...", not "grant usage to warehouse..." --- snowflake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowflake/README.md b/snowflake/README.md index 5fbf89ca43d5f..898c39a006e8c 100644 --- a/snowflake/README.md +++ b/snowflake/README.md @@ -54,7 +54,7 @@ datadog-agent integration install datadog-snowflake==2.0.1 grant imported privileges on database SNOWFLAKE to role DATADOG; -- Grant usage to your default warehouse to the role DATADOG. - grant usage to warehouse to role DATADOG; + grant usage on warehouse to role DATADOG; -- Create a user, skip this step if you are using an existing user. create user DATADOG_USER