You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the comment parameter on a snowflake_schema resource contains an apostrophe, that's probably not escaped correctly during resource creation because it causes snowflake syntax errors and fails the creation.
I haven't tested other resources, but I suspect it might be also problematic elsewhere.
I'd paste the error I got, but it's a syntax error on the next token following the apostrophe, which isn't going to be consistent for this bug.
The text was updated successfully, but these errors were encountered:
Escape comments and other string fields that are not currently escaped in our query builders.
## Test Plan
<!-- detail ways in which this PR has been tested or needs to be tested -->
* [ ] acceptance tests
## References
* Fixes#127
If the
comment
parameter on a snowflake_schema resource contains an apostrophe, that's probably not escaped correctly during resource creation because it causes snowflake syntax errors and fails the creation.I haven't tested other resources, but I suspect it might be also problematic elsewhere.
I'd paste the error I got, but it's a syntax error on the next token following the apostrophe, which isn't going to be consistent for this bug.
The text was updated successfully, but these errors were encountered: