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

272 Commits

Author SHA1 Message Date
Brian Lai
916347f06c [source-facebook-marketing] [source-google-analytics-data-api] [source-salesforce] [source-stripe] bumping airbyte-cdk, regenerating poetry lock and fixing various tests (#35978) 2024-03-15 19:02:01 -05:00
Augustin
8c862a8013 Fix tags in metadata.yaml files: declare cdk tags (#35670) 2024-03-07 04:32:29 -06:00
Maxime Carbonneau-Leclerc
333adf74ec [ISSUE #35112] clean acceptance-test-config.yml (#35708) 2024-02-28 15:35:02 -06:00
Anton Karpets
91f0218e21 🏥Source Stripe: fix expected records (#35692) 2024-02-28 11:05:20 +02:00
Augustin
92efefd1e1 Delete requirements.txt on poetry managed connectors (#35406) 2024-02-20 01:35:40 -06:00
Augustin
7b44697b46 source-stripe: fix license in pyproject.toml (#35137) 2024-02-12 04:22:59 -06:00
Augustin
aaa08fec0e source-stripe: migrate to poetry (#35068) 2024-02-09 12:33:36 -06:00
Maxime Carbonneau-Leclerc
a28aab900c Source Stripe: Events stream concurrent on incremental syncs (#34619) 2024-02-06 08:18:17 -05:00
Joe Reuter
320e69423e Publish to pypi batch14 (#34662) 2024-02-01 07:41:08 -06:00
Joe Reuter
f29234a2db airbyte-lib: Refactor connectors (#34552) 2024-01-30 03:22:13 -06:00
Maxime Carbonneau-Leclerc
09505be1c4 🐛 Source stripe: fix deadlock on concurrent (#34495) 2024-01-24 16:48:25 -05:00
Alexandre Girard
168440ff3f source-stripe: Add missing fields to invoices and subscriptions schemas and improve memory usage when reading from substreams (#34347) 2024-01-18 21:52:21 -08:00
Maxime Carbonneau-Leclerc
5b0c717b60 🐛 Source Stripe: adding integration tests (#33306)
Co-authored-by: maxi297 <maxi297@users.noreply.github.com>
Co-authored-by: Catherine Noll <clnoll@users.noreply.github.com>
Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>
2024-01-11 10:50:54 -05:00
Joe Reuter
24dfebc89d Source Stripe: Convert to airbyte-lib (#33940) 2024-01-10 14:59:34 +01:00
Anton Karpets
c6e10a733a 🐛Source Stripe: update endpoint for bank_accounts stream (#33926) 2024-01-08 20:35:47 +02:00
Alexandre Girard
9e23972569 source-stripe: use concurrent source to read multiple streams concurrently (#32908) 2023-12-11 19:38:47 -08:00
Daryna Ishchenko
5076928b38 🐛 Source Stripe: added stream slice logging (#33038) 2023-12-06 19:33:15 +02:00
Patrick Nilan
d125806114 Source Stripe: Update expected records (#32685)
Co-authored-by: Roman Yermilov [GL] <86300758+roman-yermilov-gl@users.noreply.github.com>
2023-12-04 16:16:00 -08:00
Pedro S. Lopez
ea5e4bf07d bump breaking change upgrade deadlines (#32856) 2023-11-28 09:24:03 -06:00
Denys Davydov
ab1490a38c 🐛 Source Stripe: update availability strategy (#32638) 2023-11-17 20:27:32 +02:00
Denys Davydov
f5cbe29622 🚨 🚨 Source Stripe: fix multiple issues regarding Refunds, CheckoutSessions and CheckoutSessionsLineItems + fix stream schemas (#32286)
Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
2023-11-16 19:15:23 +02:00
Eugene Kulak
a38eca14ec Enable client-side rate limiting on source-stripe #31512 (#32284)
Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
Co-authored-by: keu <keu@users.noreply.github.com>
2023-11-16 17:02:31 +02:00
Maxime Carbonneau-Leclerc
93bc6f10ef Source Stripe: have all full_refresh stream syncs be concurrent (#32473) 2023-11-14 12:11:13 -05:00
Denys Davydov
a05a2930d6 🐛 Source Stripe: fix multiple BankAccounts issues (#32146)
Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
2023-11-13 15:15:15 +02:00
Augustin
368ba78b64 🧹doc: update connectors README and remove acceptance-test-docker.sh (#32209) 2023-11-06 12:36:07 -06:00
Alexandre Girard
d99566f741 🐛 source-stripe: Use latest CDK version and pin the version (#32056) 2023-11-02 07:39:49 -07:00
Alexandre Girard
f554ebb9d4 source-stripe: Use concurrent cdk (#31327)
Co-authored-by: girarda <girarda@users.noreply.github.com>
Co-authored-by: Catherine Noll <clnoll@users.noreply.github.com>
Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com>
2023-10-26 05:00:06 +00:00
Denys Davydov
8235708d14 Source Stripe: fix build (#31764) 2023-10-24 09:52:06 +00:00
Baz
c6c15d6546 🐛 Source Stripe: Adjusted Setup Attempts and extended Checkout Sessions stream schemas, fix expected records (#31553) 2023-10-19 23:09:56 +03:00
Daryna Ishchenko
c75e5ecfb8 Source Stripe: updated: connector health: invoice_line_items stream schema, unit tests, expected records (#31046)
Co-authored-by: darynaishchenko <darynaishchenko@users.noreply.github.com>
2023-10-09 13:53:35 +03:00
Marius Posta
7ae97175a6 gradle: fix repo wide behaviour (#30607) 2023-09-28 05:01:13 -07:00
Maxime Carbonneau-Leclerc
e82178f794 🐛 Source Stripe: handle PermissionError as non breaking during check_connection (#30800) 2023-09-27 11:34:40 -04:00
Denys Davydov
5bd2c1c359 🐛 Sourcte Stripe: do not sync upcoming invoices (#30752)
Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
2023-09-26 18:00:14 +03:00
Denys Davydov
29addb8f01 🐛 Source Stripe: do not emit empty state messages (#30660)
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
2023-09-23 08:24:26 +03:00
Ben Church
5d8278900f Github Action: Add format.yml workflow (#30604)
Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
Co-authored-by: octavia-approvington <octavia-approvington@users.noreply.github.com>
2023-09-21 18:11:41 -05:00
Ben Church
5c56ac1d84 Airbyte-ci: Remove gradle task connectorAcceptanceTest (#30326) 2023-09-19 15:16:37 -05:00
Evan Tahler
f33ddf6cb9 source-stripe: fix property of invoices.lines property (#30494)
Co-authored-by: Denys Davydov <davydov.den18@gmail.com>
2023-09-18 08:36:16 -07:00
Denys Davydov
2f3cb59c23 Source Stripe: prepare for the next stage certification (#29950)
Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
2023-09-08 15:52:25 +03:00
Denys Davydov
bddcba3f5c 🐛 Source Stripe: fix legacy cursor field for event-based incremental streams (#30254) 2023-09-08 13:28:06 +03:00
Denys Davydov
6008a1e68d 🚨 🚨 Source Stripe: sync modified objects (#29330)
Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
2023-09-06 19:12:41 +03:00
Marius Posta
f5c7c1c0b8 chore: get ./gradlew format to pass for the whole repo (same java style) (#29786) 2023-08-24 05:09:42 -05:00
Denys Davydov
4782a2b4a5 Source stripe: revert 3.17.3 (#29425) 2023-08-21 02:15:56 -05:00
Ben Church
40781313da Update Internal Fields: update ql levels to better resemble previous high strictness (#29450) 2023-08-15 18:03:10 -05:00
Ben Church
1219e66fb9 Source-stripe: Revert 3.17.2 and apply atm_fee changes (#29309)
* Revert "🐛 Source Stripe: add availability strategy (#28911)"

This reverts commit cd51881ff0.

* Run git checkout cd51881ff0 -- airbyte-integrations/connectors/source-stripe/source_stripe/schemas/transactions.json

* Bump version to 3.17.3

* Update change log

* update test config

* Remove skip
2023-08-11 17:09:17 -05:00
Augustin
00d9462216 cat/connectors-ci: replace docker runner with dagger runner in CAT (#28000) 2023-08-11 17:58:48 +02:00
Ben Church
2f7deaee02 [skip ci] Metadata: Remove leading underscore (#29024)
* DNC

* Add test models

* Add model test

* Remove underscore from metadata files

* Regenerate models

* Add test to check for key transformation

* Allow additional fields on metadata

* Delete transform
2023-08-03 10:56:13 -07:00
Catherine Noll
2a62e5ef40 p0-stripe-object-nodes-23-08-02 - revert stripe to 3.15.0 (#29004)
* p0-stripe-object-nodes-23-08-02 - revert stripe to 3.15.0

* Revert to 3.17.1 instead
2023-08-02 14:24:55 -05:00
Denys Davydov
cd51881ff0 🐛 Source Stripe: add availability strategy (#28911)
* Connector health: source hubspot, gitlab, snapchat-marketing: fix builds

* source stripe: add availaility strategy

* upd changelog

* update error message map

* update availability strategy
2023-08-02 16:09:32 +03:00
Ben Church
e9490e3fb6 Connector Levels: Add new internal metadata fields (#28904)
* Add airbyte internal

* Add tests

* First pass

* Set destinations to same levels as sources

* Best guess at missing statuses

* Best guess at _ql

* Add separate enum class

* Fix support level name

* Update templates

* Add one more test
2023-08-01 18:08:33 -05:00
Serhii Lazebnyi
f45da1a921 Source Stripe: Add properties to customer_shipping field in invoices stream (#28887)
* Add properties to customer_shipping field in invoces stream

* Bump version
2023-08-01 11:02:59 +02:00