-
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 marketo: retry job creation instead of skipping #15683
Conversation
/test connector=connectors/source-marketo
Build FailedTest summary info:
|
/test connector=connectors/source-marketo
Build FailedTest summary info:
|
/test connector=connectors/source-marketo
Build FailedTest summary info:
|
/test connector=connectors/source-marketo
Build FailedTest summary info:
|
/test connector=connectors/source-marketo
Build PassedTest summary info:
|
/publish connector=connectors/source-marketo
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* #14149 source marketo: retry job creation instead of skipping * #14149 source marketo: upd changelog * #14149 source marketo: increase timeouts for SATs * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <[email protected]>
What
Marketo connector creates async jobs to read data within some of the streams. Sometimes it happens the job could not be created - the connector skips it, this means we can lose part of the data
How
Override
should_retry
method in a substream responsible for creating those jobs