-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grants #98
Conversation
What a guy! |
@dave-connors-3 now that #94 is merged, there's some conflicts sorry! |
@joellabes hit me with that sweet sweet review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A tweak everywhere it comes up, but once that's sorted ship it!
schemas/1.5/dbt_project-1.5.json
Outdated
@@ -818,6 +830,16 @@ | |||
"additionalProperties": false | |||
} | |||
}, | |||
"grants": { | |||
"type": "object", | |||
"description": "flexible grant config. accepts any string key, expects a string or list of strings value", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The various IDEs should take responsibility for saying what the type is. The description would be better if it was what the strings actually are (what is granted, to whom it is granted)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff for schemas/dbt_yml_files.json looks enormous but if you disable whitespace diffing it is a normal and good amount of changes. And the whitespace in this change is actually the correct amount.
closes #97
only for you @dpguthrie