1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Commit Graph

272 Commits

Author SHA1 Message Date
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
Ella Rohm-Ensing
e5a41ad7e6 Turn off default httpavailabilitystrategy for source-stripe (GA) (#22042)
* Turn off default for source-stripe (GA)

* Update stripe.md

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-28 03:17:12 +00:00
Roman Yermilov [GL]
01b056573e Source Stripe: fix stream schemas (#21858)
* Source Stripe: fix  field name for subscription stream

* Source Stripe: bump version

* Source Stripe: update changelog

* #1364 Source Stripe: fix stream schemas

* #1364 source Stripe: bump major version

* auto-bump connector version

---------

Co-authored-by: Denys Davydov <davydov.den18@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-27 20:10:52 +02:00
Denys Davydov
067e36dc72 Source Stripe: update stream schema for payment_intents stream (#18228)
* #709 source stripe: upd stream schema for payment_intents stream

* #709 source stripe: upd changelog

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-21 14:51:11 +03:00
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
Evan Tahler
49cb3360de Remove redundant title labels from connector specs (#17544)
* Remove redundant title labels from connector specs

* Manually update specs

* add env variable

* Remove debugging log
2022-10-05 12:58:38 -07:00
Augustin
ff4ea3961a Republish connectors using CDK 0.1.88 to 0.1.89 (#17304) 2022-09-28 18:18:59 +02:00
Serhii Lazebnyi
64a1c2e04e Source Stripe: Updated customer schema field type (#16537)
* Updated customer schema field type

* Updated PR number

* Updated setup file

* Updated acceptance test config

* Updated acceptance test config

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-09-20 21:57:39 +02:00
Baz
8b382b564a 🐛 Source Stripe: skip stream if more_perrmissions_rerquired (#15686) 2022-08-16 17:40:31 +03:00
Denys Davydov
16d8133ddd Source Stripe: implement slicing (#15292)
* #45 oncall - source Stripe: implement slicing

* #45 source stripe: upd changelog

* #45 source stripe: upd changelog

* #45 source stripe: make slice range configurable

* #45 source stripe: move generating a single slice into a mixin

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-11 15:24:29 +03:00
wjwatkinson
7b4f59b8b0 Source Stripe: external account streams (#14357)
* added external account streams

* fix metadata type and formatting

* consolidate types to one line

* fix api docs link

* auto-bump connector version [ci skip]

* format files

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-08-02 15:11:27 -03:00
Augustin
13b59c0ab8 non-jdbc source connectors: Remove additional properties from beta/GA specs and schemas (#14924) 2022-07-22 12:20:08 +02:00
Denis Davydov
a46686e317 #13958 Source Stripe: fix configured catalogs (#13959) 2022-06-21 15:20:02 +03:00
Eugene
851885aebb fixed checkstyle errors (#13562) 2022-06-07 20:10:37 +03:00
midavadim
0796b35e55 🎉 Source Stripe - to ga (#13449)
* Added incremental sync support (filtering by date - expired_at attr) for CheckourSessions stream and CheckoutSessionsLineItems
Added unittests

* updated docs

* updated connector version

* airbyte config

* auto-bump connector version

* updated connector version in config

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-06-07 01:55:09 +03: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
Sherif A. Nada
b8e147538c Update various connector input configs & docs copy (#12500) 2022-05-04 23:37:10 -07: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
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
Topher Lubaway
17407da1e6 Add docusaurus tool not pipeline logic (#11716)
* Adds docusaurs tooling

tooling works
broken links still exist

needs the pipeline to work with GH pages
merging sooner means that we won't have forked problems from
the relatively frequently updated docs folder

* Updates readme

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/docusaurus.config.js

Co-authored-by: Davin Chia <davinchia@gmail.com>

Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-04-06 10:32:36 -07:00
Baz
b27f9f39bd 📝 Source Stripe: documentation update (MLP requirements) (#11286) 2022-03-21 20:47:23 +02:00
midavadim
a1a4bbca1e 🎉 Source stripe - enhanced performance for streams which run substreams (#10359)
* enhanced performance for streams which run 1 requests for each main item.

* removed unused types

* moved common code to StripeSubStream

* updated docs, updated docker version

* updated connector version in source_specs.yaml
2022-03-10 18:14:32 +02:00
Serhii Chvaliuk
4aecd3fe6d 🎉 Source Stripe:: improve 404 handling for CheckoutSessionsLineItems stream (#10165)
* Improve 404 handling for CheckoutSessionsLineItems stream

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-02-09 21:53:18 +02:00
Serhii Chvaliuk
373b440292 🎉 Source Stripe: Fix "date", "arrival_date" fields: type: number (#9148)
* Fix "date", "arrival_date" fields: type: number

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-12-31 11:46:57 +02:00
Serhii Chvaliuk
20a569e4af 🎉 Source Stripe: extend schema for events.request field (#8992)
* events.request oneOf ["string", "object"]

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-12-22 22:22:32 +02:00
oleh.zorenko
fdef48c760 Add info about skipped failed tests in /test command message (#8654)
* 7947 Add info about skipped/failed tests to github test message

* 7947 Update docs

* 7947 Add failed test to source stripe

* 7947 Move logic connected to skipped_failed_info info function

* 7947 Remove failed test from source stripe

* 7947 Remove test changes from source-stripe
2021-12-10 17:06:40 +02:00
Baz
a4a5cb8893 🐛 Source Stripe: Rearrange setup fields (#8250) 2021-11-26 16:06:30 +02:00
Eduard Gorkh
dae0d77cbb 🐛 Source Stripe: fix taxes-related tables in CheckoutSessionsLineItems + delete redundant secret key validation (#8182) 2021-11-24 11:59:04 -07:00
Marcos Marx
0a43fb76b6 Source Stripe: remove \n from field tax_id (#7729)
* correct stripe schema

* bump connector version

* run seed config file

* run format
2021-11-08 15:19:48 -03:00
Vladimir remar
1b08e30697 🎉 Source Stripe: add checkout_sessions stream, checkout_sessions_line_item stream and promotion_codes stream (#7345)
* update: add checkout_sessions and checkout_sessions_line_item streams

* update: add discount object to checkout_session_line_items, update json schema and requests_params

* fix: checkout_session_line_items json schema

* update: add new stream promotion_codes

* fix: json schemas

* fix: checkout sessions line items json schema

* update: add new streams to integration tests

* format streams file

* fix type in checkout_sessions_line_items json schema

* update parse_response in CheckoutSessionsLineItems

* bump version + docs

* generate seed and format

Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
2021-11-06 16:03:55 -03:00
oleh.zorenko
47698199bc 🐛 Source Stripe: Fix missing start_date argument + update json files for SAT (#6841)
* Fix missing `start_date` argument + update json files for SAT

* Update docs

* Implement change request

* Update unit_tests

* Bump connector's version
2021-10-07 23:50:28 +03:00
Marcos Eliziario Santos
cd891f0efd 🎉 Source Stripe: add lookback_window_days parameter for incremental update (#6017) 2021-10-05 12:53:56 +03:00
oleh.zorenko
d9adbd3c58 🎉 Source Stripe: use start_date parameter in incremental streams (#6466)
* Use `start_date` parameter in incremental streams

* Bump connector's version + update docs
2021-09-27 22:50:03 +03:00
Michel Tricot
1773e41e47 Shorten our headers + adds contributors file (#6478) 2021-09-27 10:45:50 -07:00
Sherif A. Nada
7e37883c38 🐛 Source Stripe: Remove incorrect timestamp formats from coupons and subscriptions stream schemas (#6328) 2021-09-20 15:21:41 -07:00
oleh.zorenko
49d0f7e57e 🎉 Source Stripe: Add PaymentIntents stream (#6004)
* Add `PaymentIntents` stream

* Update docs

* Implement change request + few updates

Split `source.py` file into `source.py` and `streams.py` files.
Update `payment_intents.json` file.

* Bump connectors version + update docs
2021-09-14 23:56:21 +03:00
LiRen Tu
2906ec287a CI: Add action to check broken doc links (#5254)
* Add action to check broken doc links

* Ignore localhost

* Update config

* Fix broken links

* Use quiet mode

* Ignore PR link

* Fix more broken links

* Fix more broken links

* Fix more broken links

* Verify pattern

* Fix more broken links

* Separate full and pr check

* Update pattern

* Test invalid link

* Remove invalid link
2021-08-07 14:28:02 -07:00
Oleksandr
7660245915 🎉 New Source-connector for Zuora (#4661)
#2664 - closing New Source: Zuora (https://github.com/airbytehq/airbyte/issues/2664)

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
2021-08-05 13:41:57 +03:00
Sherif Nada
6efc27c853 hotfix:formatting 2021-07-29 11:06:02 -07:00
Yevhenii
f538a63889 Source Stripe : Remove Updated field from schemas (#4980)
* Stripe Source: fix schemas for incremental streams, remove json_schema from catalogs

Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
2021-07-28 15:21:57 +03:00
Sherif A. Nada
b86ebf63fb Automatically pull latest SAT & build connector image in SAT runner (#4969) 2021-07-26 11:56:19 -07:00
LiRen Tu
2e17d65876 Fix format (#4991) 2021-07-26 10:28:34 -07:00
Dmytro
718bd75c00 🐛 4836: Stripe connector: Fix incorect data field type (#4878)
* 4836: Stripe connector: Fix incorect data field type

   - Change type of percent_off field to number according to reference:
   https://stripe.com/docs/api/coupons/object#coupon_object-percent_off
   - Change invoice/discounts field type to array:
   https://stripe.com/docs/api/invoices/object#invoice_object-discounts

* Bump stripe connector version to 0.1.15

Co-authored-by: Dmytro Rezchykov <dmitry.rezchykov@zazmic.com>
2021-07-26 17:44:00 +03:00
Davin Chia
5f7d36efa6 🐛 Add missing dependencies for acceptance tests to run. (#4808) 2021-07-19 12:24:07 +08:00
Anna Lvova
28239a87a1 🎉 Stripe Source: Fix subscriptions stream to return all kinds of subscriptions (including expired and canceled) (#4669)
#4669 Stripe Source: Fix subscriptions stream to return all kinds of subscriptions (including expired and canceled)
Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
2021-07-16 20:49:57 +03:00
Marcos Marx
31555bab4d bump stripe version (#4587) 2021-07-06 21:13:24 -03: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
vovavovavovavova
123355bd04 secondary PR: update acceptance config variable (#3930) 2021-06-08 09:09:35 +03:00
Dmytro
a1035e007b 📚 Update all Python connectors READMEs with minimum required version (#3760) 2021-06-02 12:35:29 +03:00