Skip to content

Conversation

@evantahler
Copy link
Contributor

@evantahler evantahler commented Sep 7, 2022

Per the Airbyte Protocol, only STATE and RECORD messages from sources should be sent to destinations. LOG and TRACE messages should not be forwarded. Prior to this PR, TRACE and sometimes LOG messages could be sent to destination from the source.

Closes #16417

@github-actions github-actions bot added area/platform issues related to the platform area/worker Related to worker area/frontend Related to the Airbyte webapp labels Sep 7, 2022
@evantahler evantahler temporarily deployed to more-secrets September 8, 2022 00:19 Inactive
@evantahler evantahler temporarily deployed to more-secrets September 8, 2022 23:21 Inactive
@evantahler evantahler force-pushed the evan/only-some-message-to-destination branch from c98afd3 to 58c7981 Compare September 9, 2022 00:06
@evantahler evantahler temporarily deployed to more-secrets September 9, 2022 00:08 Inactive
@github-actions github-actions bot removed the area/frontend Related to the Airbyte webapp label Sep 9, 2022
@evantahler evantahler marked this pull request as ready for review September 9, 2022 00:10
@evantahler evantahler temporarily deployed to more-secrets September 9, 2022 00:12 Inactive
Copy link
Contributor

@lmossman lmossman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me!

Copy link
Contributor

@davinchia davinchia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the idea of being strict with message passing.

@evantahler evantahler merged commit a66b973 into master Sep 9, 2022
@evantahler evantahler deleted the evan/only-some-message-to-destination branch September 9, 2022 16:36
robbinhan pushed a commit to robbinhan/airbyte that referenced this pull request Sep 29, 2022
…Destination (airbytehq#16418) * Only STATE and RECORD messages from the Source should be sent to the Destination * add test * update mocks * fixup tests * revert mock changes
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
…Destination (airbytehq#16418) * Only STATE and RECORD messages from the Source should be sent to the Destination * add test * update mocks * fixup tests * revert mock changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/platform issues related to the platform area/worker Related to worker

4 participants