-
Notifications
You must be signed in to change notification settings - Fork 317
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
fix: snowflake identifier issue #2471
Conversation
d2c7827
to
bf719d8
Compare
e58bba0
to
22f919b
Compare
Codecov ReportBase: 37.33% // Head: 36.13% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release/1.1.x #2471 +/- ##
=================================================
- Coverage 37.33% 36.13% -1.21%
=================================================
Files 200 200
Lines 40477 39644 -833
=================================================
- Hits 15114 14324 -790
+ Misses 24447 24415 -32
+ Partials 916 905 -11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* fix: snowflake identifier issue (#2471) * chore: release 1.1.2 (#2472) Co-authored-by: Akash Chetty <[email protected]> Co-authored-by: Rudder Bot (server team) <[email protected]>
* fix: close http response body only if there is no error (#2447) * exp: test to reproduce * fix: fallback to standar lib json and report * fmt * fix: snowflake identifier issue (#2471) * chore: release 1.1.2 (#2472) * lint * Apply suggestions from code review Co-authored-by: Francesco Casula <[email protected]> * pr fixes * chore: changing log entry * chore: removing unnecessary inits * chore: re-panicking Co-authored-by: Aris Tzoumas <[email protected]> Co-authored-by: Akash Chetty <[email protected]> Co-authored-by: Rudder Bot (server team) <[email protected]> Co-authored-by: Francesco Casula <[email protected]> Co-authored-by: Francesco Casula <[email protected]>
Description
Use namespace as an identifier for snowflake queries. No need to add a database since we are already adding that in the connection itself.
Notion Ticket
https://www.notion.so/rudderstacks/Schema-identifier-for-Snowflake-d3a9c90bd69f44a893e600c869958f6d
Security