Lindsey Nield

Results 3 issues of Lindsey Nield

### Describe the bug Given a custom `dataclass` input such as: ``` @dataclass_json @dataclass class MyClass: a: str b: str ``` If a workflow contains an input of type `MyClass`...

bug

### Describe the bug When I register a workflow that uses `on_failure` to call a task that uses secret requests, I get an error that `Failed with Unknown Exception Reason:...

bug
flytekit
backlogged

It doesn't seem like `RequestMatch` takes into account the parameters that get injected in the url when matching requests. For example, if we set up a `aioresponses` mocker to mock...