-
Notifications
You must be signed in to change notification settings - Fork 47
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
Module broken #29
Comments
I don't think changing the type of |
I am doing some testing, but it seems I'm getting the same error with |
We should reconsider outputting a variable as it does not impact the dependency graph in a meaningful way and removing it from the output value would avoid this problem. |
The goal of the PR was to use this output variable to allow sharing a Cloud Scheduler with other modules, so this is needed. |
I understand the intent of the new feature; it's just that there is no value in conditionally outputting the input variable. All modules which need to use the same job should use the job output from the module which creates it. Passing that output in and out of each chained module does not enforce a meaningful dependency, and creates problems as we see with the type. |
Ok, let's default to |
Last change from #26 (changing variable
scheduler_job
fromany
toobject({name=string})
has broken the module.I'm getting the error:
The text was updated successfully, but these errors were encountered: