1
0
mirror of synced 2026-01-29 22:02:01 -05:00
Commit Graph

16 Commits

Author SHA1 Message Date
Chris Reid
15589bb1bd fix(source-google-sheets): fail the sync attempt when google responds with an api error (#45108) 2024-10-02 13:32:20 -03:00
Henrique Melo
846a3f4fc9 🐛 source-google-sheets: correctly fails syncs when rate limit has been reached (#41993)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2024-07-23 16:31:02 -03:00
btkcodedev
e7843c7f19 Replace deprecated AirbyteLogger with logging.Logger - source-google-sheets (#40587)
Co-authored-by: Dhroov Makwana <pabloescoder@gmail.com>
2024-06-28 16:53:40 +02:00
Denys Davydov
a88d9e8531 🐛 Source google sheets: catch an auth error during discover and raise a config error (#40560) 2024-06-27 13:32:37 -04:00
Denys Davydov
029d7c328f 🐛 Source Google Sheets: emit state message (#38851) 2024-06-04 19:48:10 +03: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
Anton Karpets
d0017dab9f 🏥Source Google Sheets: add logic to emit stream statuses (#35722) 2024-02-29 18:10:13 +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
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
Daryna Ishchenko
32bb251d89 🐛 Source Google Sheets: added stop reading in case of 429 error (#29427) 2023-08-21 10:04:31 +03: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
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
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