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

Add support for dynamic output parameters #12

Open
tkilias opened this issue Apr 12, 2021 · 0 comments
Open

Add support for dynamic output parameters #12

tkilias opened this issue Apr 12, 2021 · 0 comments
Labels
feature Product feature

Comments

@tkilias
Copy link
Collaborator

tkilias commented Apr 12, 2021

Background:

  • Currently, the mock has the limitation, that it only can run UDF with static output parameters

Acceptance Criteria

  • The user has a way to define the default_output_columns() function
  • If the user doesn't define output columns, call default_output_columns() before running the run method
  • Check if the output of default_output_columns() is valid
  • Provide a way that the user can validate the output default_output_columns() regarding its own criteria
  • Validate the output of the run method against the output of default_output_columns()
@tkilias tkilias added the feature Product feature label Apr 12, 2021
@tkilias tkilias changed the title Add support for dynamic input and output parameters Add support for dynamic output parameters Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

3 participants