1
0
mirror of synced 2025-12-22 19:38:29 -05:00
Commit Graph

82 Commits

Author SHA1 Message Date
Pedro S. Lopez
938436bcc9 update connector specs and definitions with new .com documentation urls (#17585)
* update definitions with new .com docs urls

* update docs urls in specs

* update generators

* regenerate scaffold connectors

* remove unrelated changes

* update more urls

* update specs

* fix tests

* run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting

* revert docs changes to make pr more reviewable

* revert generator readme changes to make more reviewable

* fix mysql strict encrypt expected spec

* fix postgres expected spec
2022-10-11 11:04:23 -04: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
Brian Leonard
c302af45ff Upgrade to Python 3.9 (#11763)
* Dockerfile to 3.9

* Python version

* More python updates

* 3.9 on GitHub actions and lint updates

* Test out 3.9.11 on GitHub actions

* install python with an action

* formatting: newline

* Also has python code

* only check first level for changed modules
Previous example (source-google-search-console/credentials)

* Test failure: there is no logger.trace
2022-04-11 20:51:37 -07:00
ycherniaiev
2ad4ca1d5c Update fields in source-connectors specifications: drift, harvest, hubspot, intercom, monday, clickhouse, bing-ads, snapchat-marketing, microsoft-teams (#8429)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-12-16 17:52:37 +02:00
Marcos Marx
e45dc12bdc format files (#8756) 2021-12-13 16:13:48 -03:00
Serhii Chvaliuk
346b411a66 add OAuth 2.0 for microsoft_teams source connector (#7807)
* add OAuth 2.0 for microsoft_teams source connector

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-12-13 18:59:53 +02:00
vitaliizazmic
79acc2bf69 🎉 Source Recurly: migrate to the CDK
* Source Microsoft Teams #8315 - migrate to  the CDK

* Source Microsoft Teams #8315 - acceptances test

* Source Microsoft Teams #8315 - fixed schemas

* Source Microsoft Teams #8315 - reformat

* Source Microsoft Teams #8315 - bump version

* Source Recurly #8318 - reformat
2021-12-06 19:54:02 +02:00
vitaliizazmic
bae5b02acd 🎉 Source Microsoft Teams: migrate to the CDK
* Source Microsoft Teams #8315 - migrate to the CDK

* Source Microsoft Teams #8315 - acceptance tests

* Source Google Sheets #8313 - removing configured_catalog for SAT according to PR review

* Source Google Sheets #8313 - bump version and update docs

* Source Microsoft Teams #8315 - update source spec
2021-12-06 19:04:49 +02:00
Michel Tricot
1773e41e47 Shorten our headers + adds contributors file (#6478) 2021-09-27 10:45:50 -07:00
Jared Rhizor
b4793b2510 add AIRBYTE_ENTRYPOINT for kubernetes support (#3973)
* add AIRBYTE_ENTRYPOINT for kubernetes support

* bump versions

* bump version in seed

* Update generic template

* keep scaffold sources at 0.1.0

* add missing newline

* handle python base versions correctly

* re-bump mysql and postgres sources

* re-bump snowflake destination

* add skip tests option

* switch to running tests

* reverse conditional to make it safer

* fix publish to include the test running

* fix iterable version

* fix file generation

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-06-09 13:01:45 -07:00
Dmytro
a1035e007b 📚 Update all Python connectors READMEs with minimum required version (#3760) 2021-06-02 12:35:29 +03: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
Sherif A. Nada
2d2d0173d6 Update codegen template READMEs (#2873) 2021-04-13 11:41:52 -07:00
Jared Rhizor
0609011e05 fix connector base versioning (#2726)
* fix connector base versioning

* only run integration tests in non-bases directories

* upgrade datamodel-code-generator which coincidentally has already fixed this issue with generating List of Lists

* bump forgotten hubspot version

* fix build
2021-04-02 22:46:06 -07:00
Christophe Duong
bc1547f185 Fix integration tests of connectors related to destination_sync_mode and sync_mode being required (#2688) 2021-04-01 09:58:38 +02:00
Sherif A. Nada
02a5b9b8a8 depend on published base singer/python images in existing connectors (#2469) 2021-03-15 18:21:05 -07:00
Sherif A. Nada
fe22594bb9 update all python Readmes to describe dev process without gradle (#2442) 2021-03-15 18:05:38 -07:00
Sherif A. Nada
2139a9656b Cleanup Python packages (#2440) 2021-03-15 01:24:21 -07:00
Christophe Duong
070575ffdf Protocol allows future / unknown properties (#2238)
* Allow new extra properties in validation
* Create migration script to upgrade all connectors versions
* Bumpversion of all connectors
2021-03-09 13:36:36 +01:00
Sherif A. Nada
ac0bcf7d01 Add comment at the top of all requirements.txt files clarifying they should not be used for dependencies (#2366) 2021-03-08 19:01:47 -08:00
vitaliizazmic
3b4c673df2 Source Microsoft teams: Implement backoff (#1878)
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-02-14 14:02:58 -08:00
Jared Rhizor
30e2e98c49 fix formatting issues (#2045)
* fix formatting issues

* remove space

* unit tests -> format anchor
2021-02-11 13:02:21 -08:00
Sherif Nada
edfb160468 hotfix formatting 2021-01-21 11:36:19 -08:00
vitaliizazmic
46881ce660 Salesforce best practices #1562 (#1654)
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-01-21 11:26:00 -08:00
Charles
e79e80f82e Temporarily Turn off Appstore integration tests (#1652)
* issue to turn them back on: https://github.com/airbytehq/airbyte/issues/1651
2021-01-14 08:54:31 -08:00
Muriloo
0fa8777637 Add Appstore (#1637) 2021-01-14 08:29:43 -08:00
Charles
639cb2a7da kill source stock ticker (#1558)
* remove symlinks from python sources and template

* kill stock ticker
2021-01-06 17:05:20 -08:00
Charles
d161ce45dd fix formatting (#1539) 2021-01-06 07:58:27 -08:00
moszutij
59ad6bc296 Propogate error message from Microsoft Graph API to Microsoft Teams source connector log (#1536) (#1537) 2021-01-06 07:37:14 -08:00
Sherif A. Nada
5b69b76024 Add microsoft teams source (#1422) 2020-12-21 22:33:19 -08:00