Skip to content
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

Only STATE and RECORD messages from the Source should be sent to the Destination #16418

Merged
merged 5 commits into from
Sep 9, 2022

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not all Source messages should be sent to the Destination
3 participants