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
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Describe the bug
Seems that target-snowflake doesn't allow reserved words for database (I know that it supports reserved words in table names).
To Reproduce
Steps to reproduce the behavior:
Use target database name 'IN' in Snowflake.
Run pipelinewise
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Executed sql by pipelinewise: SHOW COLUMNS IN SCHEMA in.qwerty
Error: SQL compilation error: syntax error line 1 at position 23 unexpected 'in'.
The text was updated successfully, but these errors were encountered:
Hey,
This isn't really a bug, we know that target Snowflake doesn't yet support reserved words for database names and schema names.
The fix should be straightforward: capitalize and wrap db/schema names in double quotes in queries.
We don't need this at the moment so don't think we can work on it so feel free to submit a PR.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Seems that target-snowflake doesn't allow reserved words for database (I know that it supports reserved words in table names).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Executed sql by pipelinewise: SHOW COLUMNS IN SCHEMA in.qwerty
Error: SQL compilation error: syntax error line 1 at position 23 unexpected 'in'.
The text was updated successfully, but these errors were encountered: