You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, when you are calling pipe.get() you will get the SessionUpdate from mapping. However, you would normally be interested in the content (e.g. collection_id) placed in the session by resource. But that is not available from pipe.
Hence, update otelib such that the fetch() method returns the entire session rather than the updates by the last filter.
The text was updated successfully, but these errors were encountered:
This needs to be addressed and discussed in more detail. What is the expected return content from pipeline.get()? What is the expected way of using OTELib?
Assume that you have the following pipeline
Now, when you are calling
pipe.get()
you will get the SessionUpdate frommapping
. However, you would normally be interested in the content (e.g.collection_id
) placed in the session byresource
. But that is not available frompipe
.Hence, update otelib such that the
fetch()
method returns the entire session rather than the updates by the last filter.The text was updated successfully, but these errors were encountered: