1
0
mirror of synced 2026-01-07 00:05:48 -05:00
Commit Graph

19 Commits

Author SHA1 Message Date
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
Cole Snodgrass
2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00
Joe Reuter
6a10ae3e05 Rename source acceptance test to connector acceptance test (#21846)
Rename source acceptance test to connector acceptance test
2023-02-02 11:38:19 +01:00
Brian Lai
3521802545 Update Python Source connectors to use the latest airbyte-cdk minor version (#18261)
* update all connectors currently only adhering to patch versions to pull latest minor version

* also add greenhouse

* fix scaffolds
2022-10-20 16:06:02 -04:00
Augustin
7ab162a869 migrate source GA connectors to per-stream states (2) (#17410) 2022-09-30 16:44:11 +02:00
Marcos Marx
dca2256a7c Bump 2022 license version (#13233)
* Bump year in license short to 2022

* remove protocol from cdk
2022-05-26 15:00:42 -03:00
Pedro S. Lopez
816fece247 bump GA connectors to latest version of python cdk (#12685)
* bump GA connectors to latest version of python cdk

* update changelogs

* fix changelogs

* more changelog fixes

* auto-bump connector version

* auto-bump connector version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-05-06 20:52:59 -04:00
Pedro S. Lopez
aa872d0016 update various connectors to use YAML specs (#12230)
* salesforce uses spec.yaml

* stripe uses spec.yaml

* revert unintended changes

* bump stripe version

* add yaml files to package_data

* hubspot uses a spec.yaml

* use double quotes in yaml files

* google sheets uses spec.yaml

* exhcange-rates uses spec.yaml

* remove usage of default and enum in spec

* bump hubspot cdk requirement

* auto-bump connector version

* auto-bump connector version

* manually bump versions

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-04-20 19:59:05 -07:00
vitaliizazmic
487f9e77e0 🎉 Source Google Sheets: migrate to the CDK
* Source Google Sheets #8313 - migrate to the CDK

* Source Google Sheets #8313 - fixing unit tests

* Source Google Sheets #8313 - reformat

* Source Google Sheets #8313 - update ci_credentials

* Source Google Sheets #8313 - bump version and update docs
2021-12-07 12:38:03 +02:00
Michel Tricot
1773e41e47 Shorten our headers + adds contributors file (#6478) 2021-09-27 10:45:50 -07:00
midavadim
fd52290f15 Source google spreadsheets: fix error during listing sheets with diagram only (#5233)
* Fix error during listing sheets with diagram only

* added PR number

* fixed formatting

* add dummy test

* added filter for grid sheets, added SAT tests.

* added new GOOGLE_SHEETS_TESTS_CREDS env

* fixed formatting
2021-08-11 21:25:19 +03:00
Davin Chia
9460cb4422 Update all of Pydantic to 1.6.2 per Dependabot. (#3408)
* Update all to 1.6.2.

* Publish new airbyte-cdk version.

* Use repr instead of str for exceptions.

* Use rc.

* Edit test.

* Bump for SAT.

* Format.
2021-05-14 16:44:49 +08:00
Charles
0df53170c9 Stop formatting python with spotless (#3388) 2021-05-13 17:46:34 -07:00
Davin Chia
f660b0a946 Add template generation for Santa aka CDK. (#3034)
Template generation for new Source using the Santa CDK - provide basic scaffolding for someone implementing a new source.

General approach is to buff up comments in the original SDK, and add TODOs with secondary comments in the generated stub methods, as well as links to existing examples (e.g. Stripe or ExchangeRate api) users can look at.

Checked in and added tests for the generated modules.
2021-04-25 18:02:33 +08:00
Charles
f445fdb5b2 match styling for spotlessApply and format (#3017)
* as a java developer I want to be able to run spotlessApply without changing styles in python code
2021-04-23 09:21:41 -07:00
dependabot[bot]
60d7db9413 Bump pyyaml from 5.3.1 to 5.4 to avoid security warning. (#2621) 2021-03-27 01:29:36 +08:00
Sherif A. Nada
2139a9656b Cleanup Python packages (#2440) 2021-03-15 01:24:21 -07:00
Yevhenii
d16ef618e5 Resolving issue #1353: implement backoff in Google Sheets (#1438)
* Issue #1353: implement backoff for integration tests

* update code for backoff HTTP error while read Google Sheet

* create Client class for Google Sheets with backoff all methods

* update Google Sheets Source after review #2

* update docker version for google_sheets_source
2020-12-30 17:13:20 -08:00
Sherif A. Nada
f408bce2dc Add gsheets source (#695) 2020-10-29 08:50:12 -07:00