Will Brown
03/24/2020, 1:09 PMalex
03/24/2020, 3:20 PMIs this expected behavior?Yep, all inputs must be explicitly satisfied.
Even if a solid inputs is marked optionalCan you clarify what you mean here? Just want to make sure I’m on the same page.
Will Brown
03/24/2020, 6:11 PM, filters: Optional[str] = None, ...
. If I don't supply this argument in my environment dict, even if its None, then the pipeline says it's missing. The dagit yaml editor also highlights the solid element as missing configuration until I put something for all the optional arguments.alex
03/24/2020, 6:16 PM