I am following the dbt tutorials from here.
but I am getting an error while executing the below command on snowflake.
grant usage on schema snowflake_sample_data.tpch_sf10 to role transformer
Grant not executed: Insufficient privileges.
I have tried with both ACCOUNTADMIN and SECURITYADMIN. but still, the error is the same. Can someone through light on this?