Skip to content

Commit

Permalink
Update README.md (#15869)
Browse files Browse the repository at this point in the history
Typo in Snowflake SQL syntax -- should say "grant usage on warehouse...", not "grant usage to warehouse..."
  • Loading branch information
betfanatics-codywang authored Nov 8, 2023
1 parent 46fb141 commit 7db3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <WAREHOUSE> to role DATADOG;
grant usage on warehouse <WAREHOUSE> to role DATADOG;
-- Create a user, skip this step if you are using an existing user.
create user DATADOG_USER
Expand Down

0 comments on commit 7db3cf5

Please # to comment.