-
Notifications
You must be signed in to change notification settings - Fork 420
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: databases sdk v2 #1840
feat: databases sdk v2 #1840
Conversation
Integration tests failure for 7e73a8ea407f452d1341829eb930d81cc882409a |
Integration tests failure for 0fdc388ce8b97ae1641185a6ae7896f06aa242b6 |
Integration tests failure for 94bfed1dd28b446ae8b9a00c097bdbedb4a3df2b |
Integration tests failure for 25bd7aa03f675bc00ba1fc990c517cac50fcf4b8 |
|
||
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/snowflake" | ||
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/sdk" |
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 🐶
import 'github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/sdk' is not allowed from list 'Main' (depguard)
Integration tests failure for 5325cdc5d11ac9207e0039fc826f9c5506d4edbd |
Integration tests failure for 7675f14c7499346c6024377b78212c33a53761fc |
Integration tests success for 1eecb7d6f3f94c524e5cf684af6cd4e98515fb78 |
* fix minor things * linting fixes and make docs * sweepers fix for roles * rename symbols * databases int test for show * add databases to sdk v2 * fix linting error * databases to sdk v2 * fix unit tests spacing * fix sql builder tests * fix tag acc test * remove depguard
Add databases to sdk v2. Still need to finish integration tests.