Closed cortadocodes closed 7 months ago
Attention: Patch coverage is 95.15789%
with 23 lines
in your changes are missing coverage. Please review.
Project coverage is 94.79%. Comparing base (
e9d5d92
) to head (14481ac
). Report is 21 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
This pull request:
Contents (#632)
IMPORTANT: There are 4 breaking changes.
New features
get_events
function for retrieving events asynchronously from BigQueryEventReplayer
class to replay asynchronously-retrieved eventsManifest.download
methodEnhancements
Child.ask
Dataset.download
datetime
anduuid
attributes to all eventsFixes
api_access_endpoint
usage inmock_generate_signed_url
Operations
Dependencies
google-cloud-bigquery
coolname
db-dtypes
for converting bigquery rows to dataframesRefactoring
x.received_messages
tox.received_events
record_messages
parameters torecord_events
ChildEmulator
to useevent*
instead ofmessage*
Service.ask
OrderedMessageHandler
into newAbstractEventHandler
validation
module intooctue.cloud.events
subpackageOrderedMessageHandler
toGoogleCloudPubSubEventHandler
GooglePubSubHandler
toGoogleCloudPubSubHandler
Chores
Testing
Upgrade instructions
octue
or later (0.53.0
+)received_messages
methods withreceived_events
record_messages
parameters withrecord_events
message
withevent
in usages ofChildEmulator
methods (apart from in the case ofmonitor_message
)