Davin Chia

Results 48 comments of Davin Chia

I don't believe anyone is working on this from the Airbyte side. I'd have to do some more research before I can comment. @dingobar can I see an example Kube...

We are trying to do that at https://github.com/airbytehq/airbyte and also running into this issue. It'll be great if this action can detect the scheduled event and default to the last...

This might be a different case, but it looks like this is happening for us [on Linux](https://github.com/airbytehq/airbyte/runs/5259048660?check_suite_focus=true#step:10:2124) from time to time

Hi, is there any update here? We are suddenly running into this issue and I notice this has been open for a couple of years now.

Also facing this issue. Its constantly returning `9223372036854 ms` for me. Printing out `results` gives me `TLSHandshake: 193 ms, ServerProcessing: 100 ms, ContentTransfer: - ms,` so seems to be not...

thanks for the info @andylowry ! I've been trying and failing to modify the `Path` object on the parsed model. e.g. ``` OpenApi3 parsed = parser.parse(new File("foobar.yaml")); parsed.setPaths(new HashMap()); System.out.println(parsed.getPaths().size());...

I was able to log to Minio with the following configuration! ``` ``` The S3 client builder actually supports Minio if the right configuration is written. We should be able...

yes that is right @vly-ginger !

I see. Might this be it. ``` 2021-05-11T13:17:25.3679131Z 2021-05-11T13:17:07.452+0000 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Execute Project.afterEvaluate listener' started 2021-05-11T13:17:25.3681890Z 2021-05-11T13:17:07.452+0000 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Completing Build operation 'Execute Project.afterEvaluate listener' 2021-05-11T13:17:25.3685030Z 2021-05-11T13:17:07.452+0000 [DEBUG]...

@xvik let me give it a shot!