Gonzalo Avalos Ribas

Results 8 issues of Gonzalo Avalos Ribas

This would be an awesome feature, is there ever going to be support for it? Thanks!

enhancement
next version candidate

When i try to use the parameters PlutoColumnType.number(###.###,00) it throws an error. How to change this?

Hey! Im a CS student, i was checking your implementation for a personal project, but i couldn't figure it out. When i try to run this code i get an...

The motivation for this PR is to avoid flushing every time we complete a step. There should only be two times we flush to disk/upload: 1. When we reach the...

We already have a flag that allows us to have errors on recordings. Most of the time we enable the flag `recordFailedRequests` we still write some code to analyze if...

enhancement

Adding normalizeGraphObjectKey to createMockExecutionContext. This previously made `executeStepWithDependencies` to not call the `normalizeGraphObjectKey` declared in the invocationConfig. That made some integrations behave differently when running tests than when actual collection...