danu165

Results 3 comments of danu165

Check if you have `SNOWFLAKE_PRIVATE_KEY_PATH` in your env variables. That variable is injected into private_key_path

Have you tried adding a depends_on argument to role_grants to make it depend on the roles?

I ran into this issue for aws lambda layers where I was using `source_code_hash = filemd5("lambda_layer.zip")`. My layer was being updated each time, possibly due to what @Miggleness mentioned where...