-
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
Display sync error messages from connectors (use AirbyteTraceMessage
to populate failure reason)
#12161
Closed
Tracked by
#12118
Comments
Some notes since this story was initially written:
|
Closed
14 tasks
#12322 is the epic we can use to track the work to add |
Noting a spec update - it's |
4 tasks
evantahler
changed the title
Display sync error messages from connectors
Display sync error messages from connectors (add May 2, 2022
AirbyteTraceMessage
)
lmossman
changed the title
Display sync error messages from connectors (add
Display sync error messages from connectors (use May 2, 2022
AirbyteTraceMessage
)AirbyteTraceMessage
to populate failure reason)
@sherifnada yep! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
See the tech spec for full context on this issue: https://docs.google.com/document/d/1nDVU-6_lDHkNVHPFHwfozaEoGl9hmV42RaAbv__6Bqo/edit
We would like to offer the ability for connectors to send the platform "display" messages that will be shown to the user, as described in the above tech spec. We will be going with Proposal 2.
This ticket only focuses on changing the protocol and setting the "failure reason" for a sync attempt to one of these messages if they exist for that attempt.
How
This ticket is composed of two changes, as described in the tech spec linked above:
AirbyteDisplayMessage
object to the airbyte protocol, with a matching AirbyteMessagetype
(e.g.DISPLAY
)ERROR
AirbyteDisplayMessage as the failure reason of the attempt (if none, default to current behavior)DISPLAY
AirbyteMessages, and if it finds any withlevel: ERROR
, set add those to the failure reasons of the attempt.The text was updated successfully, but these errors were encountered: