PLUGIN-74. Google Sheets. Batch sink plugin.#9
Open
dvitiiuk wants to merge 1 commit intoPLUGIN-68-google-drive-source-sink-retryingfrom
Open
PLUGIN-74. Google Sheets. Batch sink plugin.#9dvitiiuk wants to merge 1 commit intoPLUGIN-68-google-drive-source-sink-retryingfrom
dvitiiuk wants to merge 1 commit intoPLUGIN-68-google-drive-source-sink-retryingfrom
Conversation
aonischuk
suggested changes
Nov 22, 2019
docs/GoogleSheets-batchsink.md
Outdated
| @@ -0,0 +1,82 @@ | |||
| # Google Sheets Batch Source | |||
docs/GoogleSheets-batchsink.md
Outdated
|
|
||
| Description | ||
| ----------- | ||
| Reads spreadsheets from specified Google Drive directory via Google Sheets API. |
docs/GoogleSheets-batchsink.md
Outdated
| **Sheet Name Field:** Name of the schema field (should be STRING type) which will be used as sheet title. | ||
| Is optional. In the case it is not set Google API will use the value of **Default sheet name** property. | ||
|
|
||
| **Default Sheet Name:** Default sheet title. Is used when user don't specify schema field as sheet title. |
There was a problem hiding this comment.
user doesn't specify schema field with sheet title.
docs/GoogleSheets-batchsink.md
Outdated
| Is optional. In the case it is not set Google API will use the value of **Default Spreadsheet name** property. | ||
|
|
||
| **Default Spreadsheet Name:** Default spreadsheet file name. | ||
| Is used when user don't specify schema field as spreadsheet name. |
docs/GoogleSheets-batchsink.md
Outdated
|
|
||
| **Default Sheet Name:** Default sheet title. Is used when user don't specify schema field as sheet title. | ||
|
|
||
| **Write Schema As First Row:** Toggle that defines should the sink write out the input schema as first row of an |
There was a problem hiding this comment.
should -> if
write -> writes
out -> output
widgets/GoogleSheets-batchsink.json
Outdated
| "metadata": { | ||
| "spec-version": "1.5" | ||
| }, | ||
| "display-name": "Google Sheets sink", |
widgets/GoogleSheets-batchsink.json
Outdated
| } | ||
| }, | ||
| { | ||
| "widget-type": "textbox", |
widgets/GoogleSheets-batchsink.json
Outdated
| "name": "directoryIdentifier" | ||
| }, | ||
| { | ||
| "widget-type": "textbox", |
widgets/GoogleSheets-batchsink.json
Outdated
| "name": "clientId" | ||
| }, | ||
| { | ||
| "widget-type": "textbox", |
widgets/GoogleSheets-batchsink.json
Outdated
| "name": "clientSecret" | ||
| }, | ||
| { | ||
| "widget-type": "textbox", |
3766c4b to
44f0b94
Compare
ce16447 to
0c6a71c
Compare
44f0b94 to
f242ab1
Compare
0c6a71c to
00628c3
Compare
f242ab1 to
46f8e8b
Compare
00628c3 to
9e2b11a
Compare
324a80f to
7e4f904
Compare
9e2b11a to
ae16f91
Compare
7e4f904 to
a5408f3
Compare
a5408f3 to
ce1a6cc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doc: https://wiki.cask.co/display/CE/Google+Sheets+plugins
Jira: https://issues.cask.co/browse/PLUGIN-74
Batch sink for Google Sheets.