-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-7819] Python - parse PubSub message_id into attributes property #9232
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
Merged
aaltay
merged 34 commits into
apache:master
from
matt-darwin:BEAM-7819-parse-pubsub-message_id
Sep 4, 2019
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bc8f591
Parse message_id from PubSub message, amend test to add to attribute …
425a54a
amend matcher tests to expect message_id in attributes
45107e1
Merge branch 'master' into BEAM-7819-parse-pubsub-message_id
d675469
fix lint issues, too long lines
1e8713a
fix lint issues, trailing whitespaces and indentation. Remove check f…
0729b88
remove erroneous message attribute check
2928ac2
Add additional blank line to fix lint issue
56af1df
Merge branch 'master' into BEAM-7819-parse-pubsub-message_id
5ed7398
fix test_read_from_pubsub_with_attributes and test_read_from_pubsub_many
a0366a3
remove eroneous carriage return
8534cc3
move message_id and publish_time to pubsubmessage attributes
a9247eb
Pubsub message corrected
d6b4dea
Broken tests, directrunner ok
ef1a4e0
add message_id to pubsubmessage object
821101e
Amend to expect google.protobuf.timestamp_pb2.Timestamp for publish_t…
cbc8cdc
fix lint issues
86ba8c2
amend imports, add exclusion to isort for google grouping issues for …
32b8b8f
amend furter lint problems
085d71d
remove erroneous carriage returns
bdda808
Correctly initialise publish_time, amend matcher tests
a377d4f
fixing matcher and utils tests
516c9d0
fix test pubsub many test
b988939
fix lint issues
037e9cb
Try and sort out NoneType errors
979bbcf
Amend init for pubsubmessage
b327604
revert using protobuf.Timestamp within pubsubmessage
dfd92ba
add additional equality tests for message_id and publish_time; correc…
3b9788a
Move timestamp protobug import outside try/catch
0419852
Remove whitespace
4304abc
Import sorting to resolve isort errors
dc22643
Move Timestamp import back out try block
c75d894
Add pubsub_test to isort exclusion
f67dc00
Fix whitespace
0f6b5f9
Merge branch 'master' into BEAM-7819-parse-pubsub-message_id
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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.