Eric Barault

Results 16 comments of Eric Barault

an additional question @nfx is there a reason why the endpoint is started on creation ? I guess it is required to get some of the outputs. Same thing for...

Are you thinking to an upsert resource ? - create table if user provides the required parameters - update the owner if user provides only this set of parameters ?...

right, so a dedicated resource, or reusing the databricks_grants resource would be more appropriate

@nfx , @nkvuong this is not quite what i discussed in this issue. what if the tables were not created using terraform and we need to change the owner using...

hi @AdrieanKhisbe Same thing here, only one message is processed, then following messages don’t trigger the lambda function. This started when moving from serveless-offline 5 to 6+. **UPDATE:** I tracked...

hi @khanhntd @SaxyPandaBear any chance this MR lands? currently all my spark metrics are dropped with errors like these: `E! metricsHandler NO metaData for metrics_test_driver_LiveListenerBus_queue_streams_listenerProcessingTime_MeanRate`

I was doing the exact same change on the mergeIncludes call when I realized it is not enough, as it does not allow every possible overriding scenarios. the way the...

For the track record, same error reported here: https://github.com/strongloop/loopback/issues/3233

thanks @maishsk for your PR, while we're waiting to be reviewed by boto's core team, i successfully cloned you repo, installed manually and used it with `ec2.py` (ansible dynamic inventory...

I reproduced this bug when using `node` as the `program` param in the external provider. However using `bash` as the `program` I do have another module where using directly `${data.external.foo.result}`...