-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Onesignal: Update connectors spec; fix incremental sync #24076
Conversation
/test connector=connectors/source-onesignal
Build PassedTest summary info:
|
LABEL io.airbyte.version=0.1.2 | ||
LABEL io.airbyte.version=0.1.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to changes on Onesignal side, we cannot retrieve application keys no more (empty fields in response).
User has to fill in application data to retrieve records from app-related streams. (see screen)
I think this makes this a breaking change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleting all the expected records doesn't seem right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not our data. I'll add expected records once we'll seed our new account.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍, assuming seeding our account will happen soon
/publish connector=connectors/source-onesignal
if you have connectors that successfully published but failed definition generation, follow step 4 here |
…bytehq#24076) * Source Onesignal: Update connectors spec; fix incremental sync * Source Onesignal: Update connectors spec; fix incremental sync * Source Onesignal: fix unit tests * Source Onesignal: fix tests * Source Onesignal: update config * Source Onesignal: update schemas * Source Onesignal: add order * Source Onesignal: update docs * Source Onesignal: bump version * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
) * Source Onesignal: Update connectors spec; fix incremental sync * Source Onesignal: Update connectors spec; fix incremental sync * Source Onesignal: fix unit tests * Source Onesignal: fix tests * Source Onesignal: update config * Source Onesignal: update schemas * Source Onesignal: add order * Source Onesignal: update docs * Source Onesignal: bump version * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
) * Source Onesignal: Update connectors spec; fix incremental sync * Source Onesignal: Update connectors spec; fix incremental sync * Source Onesignal: fix unit tests * Source Onesignal: fix tests * Source Onesignal: update config * Source Onesignal: update schemas * Source Onesignal: add order * Source Onesignal: update docs * Source Onesignal: bump version * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
Resolving #23535
How
Describe the solution
Recommended reading order
x.java
y.python
🚨 User Impact 🚨
Due to changes on Onesignal side, we cannot retrieve application keys no more (empty fields in response).
User has to fill in application data to retrieve records from app-related streams. (see screen)
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
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 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