-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Source Chargebee: add tests + fix broken coupon
stream
#10366
Conversation
/test connector=connectors/source-chargebee
|
Codecov Report
@@ Coverage Diff @@
## master #10366 +/- ##
=========================================
Coverage ? 85.18%
=========================================
Files ? 4
Lines ? 189
Branches ? 0
=========================================
Hits ? 161
Misses ? 28
Partials ? 0 Continue to review full report at Codecov.
|
coupon
stream
19de85e
to
54cc3fb
Compare
/test connector=connectors/source-chargebee
|
54cc3fb
to
e712969
Compare
/test connector=connectors/source-chargebee
|
Fix `coupon` stream. Add unit tests.
e712969
to
3337b84
Compare
/test connector=connectors/source-chargebee
|
/test connector=connectors/source-chargebee
|
airbyte-integrations/connectors/source-chargebee/unit_tests/test_source.py
Outdated
Show resolved
Hide resolved
/publish connector=connectors/source-chargebee
|
What
Closes #10192 and #10447.
How
Add tests to
/unit_tests
folder.Send correct request parameter for sorting for
coupon
stream.🚨 User Impact 🚨
Are there any breaking changes?
No.
Pre-merge Checklist
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog example