You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/13 15:53:39 UTC

[streampipes] branch dev updated (f599972b3 -> 116fe55b2)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from f599972b3 feature(gh-actions): create workflow that provides python docs as artifact weekly (#1263)
     add 116fe55b2 [#1245] provide a temporary workaround for inconsistency in eventGrounding (#1250)

No new revisions were added by this update.

Summary of changes:
 .../streampipes/model/common.py                    |  3 +-
 .../streampipes/model/resource/data_stream.py      | 32 ++++++++++
 .../tests/client/test_endpoint.py                  |  2 +-
 .../{streampipes => tests/model}/__init__.py       |  0
 .../model/resource}/__init__.py                    |  0
 .../tests/model/resource/test_data_stream.py       | 73 ++++++++++++++++++++++
 6 files changed, 108 insertions(+), 2 deletions(-)
 copy streampipes-client-python/{streampipes => tests/model}/__init__.py (100%)
 copy streampipes-client-python/{streampipes => tests/model/resource}/__init__.py (100%)
 create mode 100644 streampipes-client-python/tests/model/resource/test_data_stream.py