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
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.
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