Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make function step use one transmitter per output #2183

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

sondreso
Copy link
Collaborator

Issue
Resolves #2160

Approach
Fixes a bug where the function step would upload a transmitter
with all of the return data for each of the step outputs.
The intended behaviour was that the function should return a
dict with key-value pairs matching each of the output names and
data.

@sondreso sondreso self-assigned this Oct 11, 2021
@sondreso sondreso force-pushed the fix-function-output branch 2 times, most recently from ab8ade6 to ada7855 Compare October 11, 2021 13:06
Copy link
Contributor

@jondequinor jondequinor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good!

Fixes a bug where the function step would upload a transmitter
with all of the return data for each of the step outputs.
The intended behavior was that the function should return a
dict with key-value pairs matching each of the output names and
data.
@sondreso sondreso enabled auto-merge (rebase) October 11, 2021 17:07
@sondreso sondreso merged commit 278921b into equinor:main Oct 11, 2021
@sondreso sondreso deleted the fix-function-output branch October 11, 2021 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function step will only return one record
2 participants