Skip to content

Commit 721cb37

Browse files
authored
šŸ› Source Google Sheets: add missing titles and descriptions to fields in connector spec (#11270)
* Remove copy-pasta comment from another connector * Spec cleanup * Add title to credentials * Add text about where to get spreadsheet ID to spreadsheet_id * Add an example of spreadsheet id
1 parent 87566e1 commit 721cb37

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ā€Žairbyte-integrations/connectors/source-google-sheets/acceptance-test-config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ tests:
1717
discovery:
1818
- config_path: "secrets/service_config.json"
1919
basic_read:
20-
# Sometimes test could fail (on weekends) because transactions could temporary disappear from Paypal Sandbox account
2120
- config_path: "secrets/service_config.json"
2221
configured_catalog_path: "integration_tests/configured_catalog.json"
2322
full_refresh:

ā€Žairbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
"spreadsheet_id": {
1111
"type": "string",
1212
"title": "Spreadsheet ID",
13-
"description": "The ID of the spreadsheet to be replicated."
13+
"description": "The ID of the spreadsheet to be replicated. The ID is found in the URL of your spreadsheet, typically between \"/d/\" and \"/edit\"",
14+
"examples": ["1hLd9Qqti5XyLXZB2aFfUWDT7BG-arw2xy4HR3D-dwUb"]
1415
},
1516
"credentials": {
1617
"type": "object",
18+
"title": "Credentials",
19+
"description": "Google API Credentials for connecting to Google Sheets and Google Drive APIs",
1720
"oneOf": [
1821
{
1922
"title": "Authenticate via Google (OAuth)",

0 commit comments

Comments
Ā (0)