From ff7c6265d21805c4fec092ede03c4d4384c01e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABlle?= Date: Fri, 6 Sep 2024 11:09:16 +0200 Subject: [PATCH] Removed file_metadata stream --- .../v3/google-sheets-v3-tables.yml | 13 ---- .../google-sheets/v3/json/file_metadata.json | 75 ------------------- 2 files changed, 88 deletions(-) delete mode 100644 _data/taps/schemas/google-sheets/v3/json/file_metadata.json diff --git a/_data/taps/schemas/google-sheets/v3/google-sheets-v3-tables.yml b/_data/taps/schemas/google-sheets/v3/google-sheets-v3-tables.yml index 3d050e949..c06bcf529 100644 --- a/_data/taps/schemas/google-sheets/v3/google-sheets-v3-tables.yml +++ b/_data/taps/schemas/google-sheets/v3/google-sheets-v3-tables.yml @@ -1,19 +1,6 @@ tap: google-sheets version: '3' tables: -- name: file_metadata - description: 'The `{{ table.name }}` table contains metadata about the spreadsheet - defined in the integration''s settings. - - ' - links: - doc-link: https://developers.google.com/sheets/api/reference/rest - singer-schema: https://github.com/singer-io/tap-google-sheets/blob/master/tap_google_sheets/schemas/file_metadata.json - api-method: https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/sheets#top_of_page - table-details: - replication-method: Key-based Incremental - primary-key: id - replication-key: modifiedTime - name: sheets_loaded description: 'The `{{ table.name }}` table contains metadata about individual sheets loaded to your destination. diff --git a/_data/taps/schemas/google-sheets/v3/json/file_metadata.json b/_data/taps/schemas/google-sheets/v3/json/file_metadata.json deleted file mode 100644 index 121757d39..000000000 --- a/_data/taps/schemas/google-sheets/v3/json/file_metadata.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "additionalProperties": false, - "properties": { - "createdTime": { - "type": [ - "null", - "date-time" - ] - }, - "driveId": { - "type": [ - "null", - "string" - ] - }, - "id": { - "type": [ - "null", - "string" - ] - }, - "lastModifyingUser": { - "additionalProperties": false, - "properties": { - "displayName": { - "type": [ - "null", - "string" - ] - }, - "emailAddress": { - "type": [ - "null", - "string" - ] - }, - "kind": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "modifiedTime": { - "type": [ - "null", - "date-time" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "teamDriveId": { - "type": [ - "null", - "string" - ] - }, - "version": { - "type": [ - "null", - "integer" - ] - } - }, - "type": "object" -} \ No newline at end of file