-
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: BigQuery support - statement #131
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9f8963d
to
e757fe2
Compare
e757fe2
to
2c58dc0
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.
Well done, thanks 👍
90d145c
to
f5c2a39
Compare
Codecov ReportBase: 93.02% // Head: 92.81% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #131 +/- ##
===========================================
- Coverage 93.02% 92.81% -0.22%
===========================================
Files 275 280 +5
Lines 4157 4272 +115
Branches 548 568 +20
===========================================
+ Hits 3867 3965 +98
- Misses 192 200 +8
- Partials 98 107 +9
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. |
f5c2a39
to
350dbda
Compare
350dbda
to
8f9abf3
Compare
8f9abf3
to
7d80cce
Compare
"publish": { | ||
"executor": "@nrwl/workspace:run-commands", | ||
"options": { | ||
"command": "node tools/scripts/publish.mjs extension-driver-bq {args.ver} {args.tag}", | ||
"cwd": "dist/packages/extension-driver-bq" | ||
}, | ||
"dependsOn": [ | ||
{ | ||
"projects": "self", | ||
"target": "build" | ||
} | ||
] | ||
}, |
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.
Publish target should be updated too~
7d80cce
to
8950792
Compare
8950792
to
2d347bd
Compare
Description
Add bigquery data source and update the document.
Document:
https://vulcan-sql-document-git-feature-ds-bigquery-vulcan-sql-document.vercel.app/docs/connectors/bigquery
Issue ticket number
closes #57
Additional Context
The official SDK prints logs with console and files, which should be avoided. #126