-
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 Amplitude: add error descriptions and fix events
stream fail on 404
#12430
🐛 Source Amplitude: add error descriptions and fix events
stream fail on 404
#12430
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12430 +/- ##
=========================================
Coverage ? 66.48%
=========================================
Files ? 4
Lines ? 185
Branches ? 0
=========================================
Hits ? 123
Misses ? 62
Partials ? 0 Continue to review full report at Codecov.
|
/test connector=connectors/source-amplitude
|
airbyte-integrations/connectors/source-amplitude/source_amplitude/api.py
Outdated
Show resolved
Hide resolved
/publish connector=connectors/source-amplitude
|
Hi @bazarnov - it looks like this has broken some syncs on cloud that were previously working.
Cc @edgao because he is on call -not sure if this is a quick fix. Happy to create an alpha-beta issue to look into this further too if needed. I can slack you the workspace and connection link if you need. |
@evantahler fyi as current oc (schedule got updated yesterday, if hubot still says I'm oc then that's a bug) |
Hi @klsoper let's make a new alpha-beta issue for this! The connection between a |
@evantahler Thank you- just got one going! |
Hi, since this seems to be the latest heavy change for Amplitude connector, looking for some help/resolution here - #13057 |
What
Resolving:
#10220
#7900
How
error_msg_from_status
method to log the http errors correctlyunit_tests
to cover the case🚨 User Impact 🚨
No impact expected.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described here