diff --git a/airbyte-integrations/connectors/source-google-sheets/acceptance-test-config.yml b/airbyte-integrations/connectors/source-google-sheets/acceptance-test-config.yml index a9a072e226bff..8ac9e73c56f3d 100644 --- a/airbyte-integrations/connectors/source-google-sheets/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-google-sheets/acceptance-test-config.yml @@ -17,7 +17,6 @@ tests: discovery: - config_path: "secrets/service_config.json" basic_read: - # Sometimes test could fail (on weekends) because transactions could temporary disappear from Paypal Sandbox account - config_path: "secrets/service_config.json" configured_catalog_path: "integration_tests/configured_catalog.json" full_refresh: diff --git a/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json b/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json index 8552006898067..eaf9659baef95 100644 --- a/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json +++ b/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json @@ -10,10 +10,13 @@ "spreadsheet_id": { "type": "string", "title": "Spreadsheet ID", - "description": "The ID of the spreadsheet to be replicated." + "description": "The ID of the spreadsheet to be replicated. The ID is found in the URL of your spreadsheet, typically between \"/d/\" and \"/edit\"", + "examples": ["1hLd9Qqti5XyLXZB2aFfUWDT7BG-arw2xy4HR3D-dwUb"] }, "credentials": { "type": "object", + "title": "Credentials", + "description": "Google API Credentials for connecting to Google Sheets and Google Drive APIs", "oneOf": [ { "title": "Authenticate via Google (OAuth)",