1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Commit Graph

149 Commits

Author SHA1 Message Date
Augustin
f18b37db70 🐙 source-google-sheets: run up-to-date pipeline [2024-06-25] (#40505) 2024-06-26 02:15:01 +02:00
Augustin
257873ad17 🐙 source-google-sheets: run up-to-date pipeline [2024-06-22] (#40129) 2024-06-23 02:18:54 +02:00
Augustin
302f28ba86 source-google-sheets: [autopull] Upgrade base image to v1.2.2 (#39225) 2024-06-06 12:16:38 +02:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
Denys Davydov
029d7c328f 🐛 Source Google Sheets: emit state message (#38851) 2024-06-04 19:48:10 +03:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
tautvydas-v
bb9d3743df [source-google-sheets] add row_batch_size as an input parameter with higher increase (#35404)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2024-04-11 12:36:16 -03:00
Christo Grabowski
4ed294b45c Source Google Sheets: address dependency conflict and update CDK (#36515) 2024-04-03 12:56:16 -04:00
Anatolii Yatsuk
df17c85858 🏥 Source Connectors: Pin airbyte-cdk version to ^0 (#36267) 2024-03-20 21:46:57 -04:00
Anton Karpets
d0017dab9f 🏥Source Google Sheets: add logic to emit stream statuses (#35722) 2024-02-29 18:10:13 +02:00
Augustin
1b93ebe536 source-google-sheets: fix license in pyproject.toml (#35136) 2024-02-12 04:23:34 -06:00
Augustin
890d9e0d84 source-google-sheets: use poetry for dependency management [2] (#35008) 2024-02-08 12:41:48 +01:00
Augustin
8cd13f65d8 Revert "source-google-sheets: use poetry for dependency management (#… (#35007) 2024-02-08 03:17:46 -06:00
Augustin
0a1cd31268 source-google-sheets: use poetry for dependency management (#34944) 2024-02-08 05:08:05 -04:00
Anton Karpets
78683983e3 🐛Source Google Sheets: fix header cells filtering (#34437) 2024-01-23 12:26:16 +02:00
Anton Karpets
ae34343679 🐛Source Google Sheets: fix names conversion (#34376) 2024-01-19 15:32:31 +02:00
Joe Reuter
7fe72581b2 Prepare Google Sheets, Google Drive, Apify dataset and connector templates for airbyte-lib (#33414) 2023-12-19 11:54:37 +01:00
Patrick Nilan
0674105d4f Docs: Updates Google Sheets Source Connector Docs (Removes inapp page, adds <HideInUI>, adds Limitations & Troubleshooting) (#32358) 2023-11-10 09:57:47 -06:00
Augustin
a41c4f5b3d Migrate connectors to use our python base image (Round 2) (#31599) 2023-10-19 17:58:45 +02:00
mspaloss
4d7987f65d 🐛 Source Google Sheets: update range on each retry to account for batch size increase (#30487)
Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: darynaishchenko <darynaishchenko@users.noreply.github.com>
Co-authored-by: Daryna Ishchenko <darina.ishchenko17@gmail.com>
Co-authored-by: Daryna Ishchenko <80129833+darynaishchenko@users.noreply.github.com>
2023-10-10 11:49:50 +03:00
Peter Hu
4cc25bcd02 Source Google Sheets: include socat binary in docker image (#30749) 2023-09-25 17:58:57 -07:00
Peter Hu
6fb74d0262 Source Google Sheets: include socat binary in docker image (#30747) 2023-09-25 16:48:52 -07:00
Tim Roes
c50a5997a5 Fix broken env tags in google sheets docs (#30301) 2023-09-11 19:29:06 +02:00
Daryna Ishchenko
45c90dd2b8 Source Google Sheets: removed row_batch_size from spec (#29826) 2023-08-25 22:02:51 +03:00
Daryna Ishchenko
3c8301fecb Source Google Sheets: added unittest, updated to latest CDK, updated docs (#29491) 2023-08-23 11:33:17 +03:00
Christo Grabowski
39b7da5089 Docs: update Google Sheets docs (#29492)
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-08-21 10:34:50 -04:00
Daryna Ishchenko
32bb251d89 🐛 Source Google Sheets: added stop reading in case of 429 error (#29427) 2023-08-21 10:04:31 +03:00
Christo Grabowski
f7b8be85f7 Google sheets spec (#29453) 2023-08-16 09:51:49 -04:00
Daryna Ishchenko
617847d313 🐛 Source Google Sheets: updated handling 404 and 403 error while discover (#29327)
* updated handling 404 and 403 error while discover

* updated changelog

* added unittests
2023-08-11 11:53:05 +03:00
Daryna Ishchenko
05a12091f5 🐛 Source Google Sheets: added logic to skip modified sheet (#29246)
* added logic to skip modified sheet

* updated changelog
2023-08-10 12:49:02 +03:00
Marcos Marx
ff868ee983 Source Google Sheets: fix several reported vulnerabilities (#28085)
* Fixes several reported vulnerabilities,
total - 25, critical - 1, high - 17, medium - 6, low - 1
Upgraded alpine from 3.15 to 3.18
CVE-2022-37434
CVE-2022-42898
CVE-2022-28391
CVE-2022-1271
CVE-2022-40674
CVE-2023-29491
CVE-2022-1304
CVE-2023-2650
CVE-2023-0464
CVE-2023-0215
CVE-2022-4450

* Updated Changelog with PR number.

* Leave pip installed as its required by our pipeline

---------

Co-authored-by: Mauricio A <mauricio.alarcon@betterup.co>
Co-authored-by: Ben Church <ben@airbyte.io>
2023-07-11 15:16:21 -03:00
Evan Tahler
037a522f8c Google Source connector licenses to Elv2 (#27738)
* Google Source connector licenses to Elv2

* bump PR Ids

* Update metadata.yaml
2023-06-27 03:38:13 -04:00
Natalie Kwong
e462fced7b Update in-app docs for select API sources (#26781)
* Update in-app docs

* Update docs/integrations/sources/github.inapp.md

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Improve verbiage for Amazon Ads

* Amazon Ads Lookback window update

* Resolve conflict

---------

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-06-06 16:16:51 -04:00
Anatolii Yatsuk
592b0506e7 🐛 Source Google Sheets: migrate to advancedAuth (#26833)
Remove authSpecification in favour of advancedAuth in specification
2023-06-02 12:03:38 +03:00
Artem Inzhyyants
0eefa33bcb Source Google Sheets: handle config errors (#26097)
* Source Google Sheets: handle config errors

* Source Google Sheets: update docs

* Source Google Sheets: fix test

* Source Google Sheets: add unit tests

* auto-bump connector version

* Automated Change

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
2023-05-17 00:14:26 +02:00
Sophia Wiley
76df2f240a Docs: Update broken links (#23940)
* updated_links_in_docs

* updated more links

* typo

* removed backticks

* deleted links in deploying on cloud and local deployment
2023-03-13 20:38:25 +01:00
Sophia Wiley
5512befeb1 Docs: updated links from .io to .com (#23652)
* updated links

* edited contributors link

* deleted line about CDK in docs
2023-03-06 17:27:55 +01:00
midavadim
259b8a2766 🎉 Source Google Sheets - skip non-grid sheets (#23292)
* skip non grid sheets

* added  PR number to docs

* fixed Dockerfile

* fix doc

* fix doc

* updated seed file

* updated docs

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-27 19:01:51 +02:00
Denys Davydov
623d33d568 Source google sheets: handle empty sheets gracefully (#23272)
* #11271 source google sheets: handle empty sheets gracefully

* #11271 source google sheets: upd changelog

* #11271 source google ads: upd allowed hosts

* auto-bump connector version

---------

Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-23 19:58:58 +02:00
Serhii Chvaliuk
a431a52aaa Source Google Sheets: slugify column names (#23057)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-02-23 18:10:46 +02:00
Serhii Lazebnyi
57c5a78c24 🐛Source Google Sheets: Handle shorter URL for Google sheet URL (#23071)
* Change min spreadsheet id size to 20 symbols

* Bump docker version

* Added allowedHosts

* Updated version

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-22 23:17:09 +00:00
Artem Inzhyyants
08a2d1c723 Source Google Sheets: handle authentication errors (#23278)
* Source Google Sheets: handle authentication errors

* Source Google Sheets: update docs

* Source Google Sheets: fix test connection expected status

* Source Google Sheets: all allowed hosts

* auto-bump connector version

---------

Co-authored-by: octavia-squidington-iii <octavia-bot@airbyte.io>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-22 23:38:08 +01:00
Augustin
c447923123 source-google-sheets: do not consume http spreadsheets (#22884)
* source-google-sheets: do not consume http spreadsheets

* source-google-sheets: do not consume http spreadsheets

* update tests

* table format

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-14 07:14:47 -06:00
Alexandre Girard
a1da5fc85b 🐛 Source Google Sheets: revert 'add row_id to rows and use as primary key' (#19574)
* revert PR 19215

* bump
2022-11-17 16:38:47 -08:00
Amruta Ranade
6c0901817b Assorted fixes (#19570) 2022-11-17 14:31:54 -05:00
Arnaud Jeannin
0164355635 🎨 Add oss/cloud tags on doc for GA connectors (#19118)
* feat: add cloud and oss tags

* put headers back

* fix: rm prettier style

* fix: aws styles
2022-11-17 17:01:20 +01:00
Mahdi Dibaiee
44ac470d28 Google Sheets: add row_id to rows and use as primary key (#19215)
* source-google-sheets: add row_id to rows and use as primary key

* Update Dockerfile

* Update google-sheets.md

* Update Dockerfile

* Update google-sheets.md

* auto-bump connector version

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 13:42:00 -05:00
Augustin
b564f3eb78 Protocol: make supported_sync_modes a required not empty list on AirbyteStream (#15591) 2022-10-19 15:22:25 +02:00
Liren Tu
a8461a54c3 🐞 Source google sheets: fix nonetype exception when no spreadsheet id is found (#17766)
* Check if the match is not none

* Bump version

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-11 12:14:28 -07:00
Augustin
7ab162a869 migrate source GA connectors to per-stream states (2) (#17410) 2022-09-30 16:44:11 +02:00