clean-glass-36808
05/12/2026, 3:40 AMpyflyte run remote-workflow appears to be throwing click errors for Optional[str] arguments in the workflow that are not being passed into the command. I don't really understand why we're getting click errors for a workflow that has no click decorators.clean-glass-36808
05/12/2026, 6:17 AMclean-glass-36808
05/12/2026, 6:22 AMechoing-account-76888
05/12/2026, 7:29 AMpyflyte run remote-workflow works for meclean-glass-36808
05/12/2026, 2:47 PMOptional[str] as an argument and it is not passed along with the CLI commandclean-glass-36808
05/12/2026, 2:48 PM@workflow
def eer_workflow_with_slides(
space_separated_event_ids: str,
space_separated_slide_urls: str,
owner_email: str,
use_sandbox: bool,
docker_tag: Optional[str] = None,
) -> .... :clean-glass-36808
05/12/2026, 2:57 PMclean-glass-36808
05/12/2026, 3:32 PMrequired = not is_optional(native_inputs[name]) works, so I'll test it out a bit more and file a pull requestechoing-account-76888
05/14/2026, 4:23 AMclean-glass-36808
05/15/2026, 2:55 AMechoing-account-76888
05/15/2026, 9:43 AM