octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 3 forks source link

Enable question chaining #660

Closed cortadocodes closed 4 days ago

cortadocodes commented 1 month ago

Summary

This release makes major improvements to event handling and question auditing. Some of the main changes are:

Contents (#660)

IMPORTANT: There are 6 breaking changes.

New features

Events

Event handlers

Enhancements

Resources

Services

Subscriptions

Questions and events

Service configuration

Other

Fixes

Operations

Dependencies

Refactoring

Event handlers


Upgrade instructions

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 93.35260% with 23 lines in your changes missing coverage. Please review.

Project coverage is 94.56%. Comparing base (330ea82) to head (a21d295). Report is 27 commits behind head on main.

Files Patch % Lines
octue/cloud/pub_sub/bigquery.py 75.67% 9 Missing :warning:
octue/cloud/pub_sub/events.py 77.27% 5 Missing :warning:
octue/runner.py 91.66% 3 Missing :warning:
...cloud/deployment/google/answer_pub_sub_question.py 87.50% 1 Missing :warning:
octue/cloud/events/handler.py 95.65% 1 Missing :warning:
octue/cloud/events/replayer.py 88.88% 1 Missing :warning:
octue/configuration.py 87.50% 1 Missing :warning:
octue/mixins/metadata.py 75.00% 1 Missing :warning:
octue/resources/datafile.py 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #660 +/- ## ========================================== - Coverage 94.62% 94.56% -0.06% ========================================== Files 82 82 Lines 3552 3626 +74 ========================================== + Hits 3361 3429 +68 - Misses 191 197 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.