-
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 Snapchat Marketing - enable default availability strategy #22808
Merged
midavadim
merged 19 commits into
master
from
midavadim/21787-snapchat-marketing-availability-strategy
Feb 24, 2023
Merged
Changes from 11 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
9437a85
Enable default availability trategy
midavadim a560200
added PR number
midavadim 0f9f8b8
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim 13c2a9a
remove custom error handling
erohmensing b7c3045
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi ff992ac
Add allowedHosts
lazebnyi 73a62f7
Merge master to branch
lazebnyi 02d585e
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi 9db1eae
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi 9d3dfe0
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim 64e1fa0
Merge remote-tracking branch 'origin/midavadim/21787-snapchat-marketi…
midavadim 31ab477
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi 82c2f11
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi 92963f8
reverted customized should_retry
midavadim e3ce8b4
Merge remote-tracking branch 'origin/midavadim/21787-snapchat-marketi…
midavadim 9eeda6a
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim 22e35ff
updated version in source_definitions.yaml
midavadim 5f08d2c
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim f6f1431
auto-bump connector version
octavia-squidington-iii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I investigated the reasons for this custom error handling. There was a stream which was failing for one specifc slice, becuase of permissions error. that's why it handles 403 error. So in order to not fail the whole sync, we just skip one particular slice.
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.
Do you know why it was failing for one specific slice? That would indeed not be covered by the availability strategy, but I'm curious as to why it happened
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.
@erohmensing
related PR: #20865
related issue: https://github.com/airbytehq/oncall/issues/1067
The problem happened with 'segments' stream for one of 'adaccount' in its slice.
As far as I understand snapchat credentials could have access to a couple of snapchat organization/adaccounts and for one of such accounts there was no permission access to 'segments' data.
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.
Will leave this up to you as per my comment in the PR itself!