-
Notifications
You must be signed in to change notification settings - Fork 427
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
feat: Add COPY GRANTS arg to views resources. #1668
Conversation
pkg/snowflake/view.go
Outdated
schema string | ||
secure bool | ||
replace bool | ||
copy_grants bool |
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.
🚫 [golangci] reported by reviewdog 🐶
var-naming: don't use underscores in Go names; struct field copy_grants should be copyGrants (revive)
Integration tests failure for 0a955345ef21e490c4c1a55803ac757d66161839 |
5592a1b
to
21dce40
Compare
Integration tests failure for 5592a1b17a6f1b210d0063ab814d65c2052c4dd8 |
Integration tests failure for 21dce403216ea82a1cc7a69087eb172aa502c78f |
21dce40
to
94a4edb
Compare
Integration tests failure for 94a4edbb7d695eb9e31d64e5f1e7978d93f2709b |
d92a35c
to
ecceb61
Compare
Integration tests failure for d92a35cabdfeea62def27b1ebc7b87dbc84a45ef |
Integration tests failure for ecceb618f5baac3f41600adbdad05dc971c8ab17 |
ecceb61
to
c15b373
Compare
Integration tests failure for c15b373a9cd197ce4a3dedfce49b89374181bddd |
60128e9
to
0b41448
Compare
Integration tests failure for 60128e90013a778652679d4abf2659548488a8d3 |
Integration tests failure for 0b41448635a37e42e974d5b3970eee65c6682139 |
Integration tests failure for 874406ac1ccba23f4d8fab89130aea90ca4f6a60 |
@sfc-gh-ngaberel the new acceptance test you wrote is failing. Can you please run this acceptance test locally with verbose (-v) to debug it? This error message is not very helpful in identifying why it failed to created. |
874406a
to
b5d0264
Compare
Integration tests success for b5d02643e197190efa17a1cbe0c0a6771c32f7fa |
Test Plan
References