1
0
mirror of synced 2025-12-23 03:47:05 -05:00
Commit Graph

16 Commits

Author SHA1 Message Date
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
Augustin
0b33caecda Revert "[skip ci] formatting: add missing license headers (#33250)" (#33289) 2023-12-11 11:38:37 +01:00
Augustin
60c1cc01ad [skip ci] formatting: add missing license headers (#33250) 2023-12-11 10:15:18 +01:00
Marius Posta
7ae97175a6 gradle: fix repo wide behaviour (#30607) 2023-09-28 05:01:13 -07:00
masonmenges
2995ced36e 🚨Source Smartsheets - add support for ingesting metadata fields (#22382)
* Adds metadata field

* update requirements to support for python 3.10

* update sample config to reflect metadata fields

* modify spec and sheet to include metadata fields

* update tests to account for metadata fields

* update using python 3.10 base image

* fix linting errors

* update test files for integrations tests

* update readme to include info on metadata fields

* update acceptance-test yaml format

* update docs include metadata info and change log

* Adds metadata field

* update requirements to support for python 3.10

* update sample config to reflect metadata fields

* modify spec and sheet to include metadata fields

* update tests to account for metadata fields

* update using python 3.10 base image

* fix linting errors

* update test files for integrations tests

* update readme to include info on metadata fields

* resolve merge conflicts

* update docs include metadata info and change log

* address merge conflict issues

* update sample config files for integrations tests

* fix spec and acceptance tests config

* revert image change from python 3.10 to 3.9

* update metadata fields in spec to enum

* bump version

---------

Co-authored-by: jeanluciano <jeanluciano@mailbox.org>
Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Mal Hancock <mallory@archangelic.space>
2023-06-02 15:52:00 -07:00
Artem Inzhyyants
82415cc70c Source SmartSheets: fix oauth2 implementation (#23237)
* Source SmartSheets: fix oauth2 implementation

* Source SmartSheets: update docs

* Source SmartSheets: fix tests

* Source SmartSheets: fix typo; bump version

* Source Smartsheets: update spec

* auto-bump connector version

* Automated Change

* Source Smartsheets: typo

---------

Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
2023-03-03 16:29:53 +01: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
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
Denis Davydov
2eb93560e6 Source Smartsheets: incremental read and tests (#12077)
* #5520 fix scrambled columns bug

* #5520 source smartsheets: add changelog item

* #5520 move pytest to optional setup requirements

* #12003 source smartsheets: implement incremental read + tests

* #12003 source smartsheet: add changelog

* #12003 source smartsheets: fix merge conflict on unit tests

* #12003 source smartsheets: fix startdate in spec

* #12003 source smartsheets: add default start dt to spec

* #12003 source smartsheets: add default start dt to spec

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-04-27 20:41:43 +03:00
Denis Davydov
5c5f38a12e 🐛 Source Smartsheets: fix scrambled columns bug (#11911)
* #5520 fix scrambled columns bug

* #5520 source smartsheets: add changelog item

* #5520 move pytest to optional setup requirements

* #5520 source smartsheets: add two unit tests

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-04-18 20:08:35 +03:00
midavadim
9e6da4692f 🎉 Source smartsheets: oauth support (#9792)
* Added SAT, fixed tests, fixed schema validation error

* Added Oauth support for smartsheets source

* minor changes after review

* added advanced_auth property instead of authSpecification

* Updated connector version

* removed empty unittests

* updated version in source_specs.yaml
2022-02-04 17:57:45 +02:00
Michel Tricot
1773e41e47 Shorten our headers + adds contributors file (#6478) 2021-09-27 10:45:50 -07: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
Nathan Nowack
0e433aa145 🎉 New Source Connector: Smartsheets (#2880) 2021-04-15 09:48:30 -07:00