1
0
mirror of synced 2025-12-23 11:57:55 -05:00
Commit Graph

110 Commits

Author SHA1 Message Date
Patrick Nilan
c477dc4846 Paypal Transaction Source: Updates QL to 200 (#32390) 2023-11-16 10:29:56 -08:00
Augustin
368ba78b64 🧹doc: update connectors README and remove acceptance-test-docker.sh (#32209) 2023-11-06 12:36:07 -06:00
Alexandre Girard
30c24376cd 🐛 source-paypal-transaction: retroactively mark 2.1.0 as a breaking change (#31806) 2023-10-26 20:41:52 -07:00
Alexandre Girard
b05222e6af source-paypal: make the time window configurable (#31852)
Co-authored-by: girarda <girarda@users.noreply.github.com>
2023-10-26 04:49:44 +00:00
Alexandre Girard
23e1db044f 🐛 source-paypal-transaction: Keep transaction_id field as a string and shorten step to 7 days (#31759) 2023-10-24 20:02:28 -07:00
Denys Davydov
aedc46015b Source TikTok Marketing: add new streams (#31610)
Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
2023-10-20 11:17:45 +03:00
Ella Rohm-Ensing
4d633cd467 pin paypal transaction to 2.0.0 (the actual last version we were running) (#31636) 2023-10-19 21:12:06 -05:00
Ella Rohm-Ensing
832fc1f4f0 pin previous version of paypal-transaction (#31630) 2023-10-19 17:25:14 -05:00
Augustin
a41c4f5b3d Migrate connectors to use our python base image (Round 2) (#31599) 2023-10-19 17:58:45 +02:00
Marius Posta
7ae97175a6 gradle: fix repo wide behaviour (#30607) 2023-09-28 05:01:13 -07: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
Tope Folorunso
c769e36083 🎉 Migrate Paypal Transaction Source Connector to Low Code (#29223)
Co-authored-by: Sajarin <sajarindider@gmail.com>
2023-09-18 13:16:22 -04:00
Ben Church
4d5e17bc90 [skip ci] Update test_incremental to be unaware when source defines the cursor (#27872)
Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
2023-09-05 15:57:18 -07: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
Ben Church
40781313da Update Internal Fields: update ql levels to better resemble previous high strictness (#29450) 2023-08-15 18:03:10 -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
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
Artem Inzhyyants
a0e152aa55 🚨🚨 Source PayPal Transactions: Rename field in Balances schema (#27916)
* Source PayPal Transactions: update spec

* Source PayPal Transactions: update docs

* Source PayPal Transactions: update test config

* Source PayPal Transactions: update test config

* Source PayPal Transactions: update test config

* Source PayPal Transactions: update balances schema

* Source PayPal Transactions: update test config

* Source PayPal: bump version

---------

Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-13 11:23:47 +02:00
Artem Inzhyyants
2849aa510f Source PayPal: mark Client ID and Client Secret as required fields (#27968)
* Source PayPal Transactions: update spec

* Source PayPal Transactions: update docs

* Source Paypal: update docs

* Source PayPal Transactions: update test config

* Source PayPal Transactions: update test config

---------

Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-05 13:06:09 -05:00
Ben Church
1dabc6208e Metadata: add tags field (#26320)
* Add optional tags field

* Remove duplicate icons

* Add programming tags to all

* Update docs

* supportUrl -> documentationUrl

* Ensure one language tag is applied

* Add keyvalue check

* rebase and fix tests

* Format

* Add cache buster

* Improve test

* Automated Commit - Formatting Changes

* Update error

* Fix missing tags

* Fix scaffold

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@sers.noreply.github.com>
Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
2023-05-26 16:13:09 -07:00
Ben Church
248bbf94c1 HACKDAY: Icon CDN (#26158)
* Move icons to connector folder

* Delete old icons

* Update upload logic

* Add icon url to definitions

* Update registry model

* Populate cdn url

* DNC butcher the pipeline

* Low hanging fruit fixes

* Fix bucket name

* Merge old and new approaches

* Fix metadata upload step

* Format

* Fix test
2023-05-24 17:25:41 -07:00
Augustin
7310494846 qa-checks: check metadata version matches dockerfile version (#25661) 2023-05-04 16:08:19 -07:00
Arsen Losenko
0774d07d5d Source PayPal Transaction: Mark datefields in spec as dates (#22916)
* Source PayPal Transaction: Mark datefields in spec as dates

* Update changelog

* Update Dockerfile

* Update regex pattern

* Update config examples, and skip comparison with previous version

* Update pattern regex to match both datetime from datepicker and datetime with offset

* Remove previous changes in config examples

* Update examples in spec

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-04-26 16:56:09 +03:00
Ben Church
5563179782 Dagster: rename catalog to registry (#25254)
* rename catalog to registry in metadata service

* rename catalog to registry in metadata files

* Run generate models

* Fix missed renames

* Add github personal access token

* Run black

* Automated Change

---------

Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
2023-04-18 22:15:11 +02:00
Augustin
ebc907cdf7 create metadata files for all connectors (#24964) 2023-04-13 07:45:04 +02:00
Augustin
bad5bce8ce CDK: remove unexpected error swallowing on abstract source's check method (#24240) 2023-03-23 13:04:51 +00:00
Catherine Noll
7da6a3bb77 Run CATs with local CDK (#23084)
Scripts to 

* Run CATs against the local CDK for one connector

* Run CATs against the local CDK for multiple connectors

* Create a connecter image with the local CDK

---------

Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-02-24 16:13:42 -05:00
Artem Inzhyyants
4ba86366cd Source Paypal Transaction: fix error handler (#23211)
* Source Paypal Transaction: fix error handler

* Source Paypal Transaction: update docs

* Source PayPal Transaction: update allowed hosts

* Source PayPal Transaction: fix tests

* auto-bump connector version

---------

Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-22 23:31:17 +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
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
c707c8c8df Turn off default httpavailabilitystrategy for source-paypal-transaction (GA) (#22019)
* Turn off default for source-paypal-transaction (GA)

* Update source.py

* Update paypal-transaction.md

* Update paypal-transaction.md

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-28 03:25:04 +00:00
Arsen Losenko
13f568c502 Source Paypal Transaction: enable SAT high strictness (#21593)
* Source Paypal Transaction: enable SAT high strictness

* Allow to use dates in future for incremental tests
2023-01-23 23:29:52 +01: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
Roman Yermilov [GL]
5568dd60ad Source paypal transaction typeerror (#17554)
* Source Paypal Transaction: fix source config accordion to specification

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-04 20:01:49 +04:00
Serhii Lazebnyi
db4842dff4 🎉Source Paypal Transactions: Removed OAuth option (#15741)
* Removed OAuth option

* Fix schema field data type issue

* Updated PR number

* Bumped docker version

* Fix acceptance test

* Skip backward_compatibility_tests_config

* Updated docs to teamplate

* Updated timeout range

* Add refresh token

* Rollback schema youtube to master

* Rollback youtube config to master

* Rollback youtube file to master

* Rollback youtube docs to master

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-24 07:40:01 +02:00
Oleksandr Sheheda
a16b5d1491 fixed formatting (#15359) 2022-08-05 13:31:21 +03:00
Anna Lvova
9b0ed96a7c Source PayPal Transactions: increase unit tests (#15098)
* add unit tests

* add unit tests

* up

* bump version

* upd

* upd

* revert bump version
2022-07-29 16:36:33 +03:00
Baz
eb6fa3bab2 🐛 🎉 Source PayPal Transaction: added OAuth2.0, fixed bug with normalization (#15000) 2022-07-27 16:11:29 +03:00
Serhii Lazebnyi
037d634c99 🎉 Source Paypal Transation: RESULTSET_TOO_LARGE validation (#14804)
* Updated API version from v9 to v11

* Updated PR number

* Updated after review

* Added validation error

* Fixed to linter

* Updated PR number

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-07-19 21:52:38 +03:00
Marcos Marx
8bbe9939f6 run gradlew format (#14721) 2022-07-14 15:17:12 -03:00
Mohamed Magdy
c8d58e8f7a Source PayPal Transaction: Update Transaction Schema (#13682)
* Update transaction schema.
* Transform money values from strings to floats or integers.

Co-authored-by: nataly <nataly@airbyte.io>
Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
2022-06-24 09:43:27 -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 Lai
bb2da42fde source freshdesk, hubspot, mixpanel, paypal-transaction, salesforce, zendesk-support: adding fixtures to mock time.sleep for connectors that explicitly sleep (#12335)
* adding fixtures to mock time.sleep for connectors that explicitly sleep

* bump connector versions

* update changelog doc for each connector

* auto-bump connector version

* auto-bump connector version

* auto-bump connector version

* auto-bump connector version

* auto-bump connector version

* remove version bump for freshdesk because connector tests are in a bad state

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-04-28 12:21:45 -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
Maksym Pavlenok
bbd13802d8 🐛 Fix Python checker configs and Connector Base workflow (#10505) 2022-02-22 19:58:55 +02:00
Iryna Grankova
39e24937d1 Update fields in source-connectors specifications: paypal-transaction (#9034) 2021-12-23 16:23:42 +02:00
Baz
102994541a 🎉 Source Fecebook-Marketing: add asset_feed_spec to ad creatives stream (#8962) 2021-12-21 15:46:52 +02:00