Titan-Systems / titan

Titan Core - Snowflake infrastructure-as-code. Provision environments, automate deploys, CI/CD. Manage RBAC, users, roles, and data access. Declarative Python Resource API. Change Management tool for the Snowflake data warehouse.
Apache License 2.0
376 stars 24 forks source link

GrantOnAll YAML equivalent #94

Open GClunies opened 1 month ago

GClunies commented 1 month ago

Is there a way to issue the equivalent of GrantOnAll() using the YAML config? I didn't find anything in the docs/repo. Thanks for this great package!

titan-teej commented 1 month ago

It should be grant_on_alls:, even though that's a little weird. I'll make grants_on_all: work in a future version since that's the grammatically correct pluralization.