Skip to content

Make get() return entire session instead of SessionUpdate of the last filter #85

@jesper-friis

Description

@jesper-friis

Assume that you have the following pipeline

pipe = resource >> mapping

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions