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