-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature: Snowflake support - statement #127
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
98c9edf
to
aadb55b
Compare
aadb55b
to
649d7d0
Compare
Codecov ReportBase: 93.28% // Head: 92.75% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #127 +/- ##
===========================================
- Coverage 93.28% 92.75% -0.54%
===========================================
Files 258 270 +12
Lines 3740 4045 +305
Branches 516 529 +13
===========================================
+ Hits 3489 3752 +263
- Misses 171 198 +27
- Partials 80 95 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
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. |
649d7d0
to
328b530
Compare
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.
LGTM 👍 👍
Description
Add snowflake data source and update the document.
Document: https://vulcan-sql-document-git-feature-ds-s-618000-vulcan-sql-document.vercel.app/docs/connectors/snowflake
Issue ticket number
closes #58
Additional Context
The official SDK prints logs with console and files, which should be avoided. #126