Kent Chenery

Results 10 comments of Kent Chenery

This is also the case for encrypted secrets. We just spent half a day debugging a pipeline issue. In our use case a database password was stored in SSM and...

I had started to diagnose this with a DB I'm trialing the product against and had come to more or less the same conclusion as @scrappyCoco. I've got a draft...

Update on my fix. Was asked to resubmit the fix without some linter changes and that has been merged. See [PR 15530](https://github.com/open-metadata/OpenMetadata/pull/15530). This addresses the problem of multiple columns being...

@pmbrull not really my issue to make that call I'm afraid 😃 I'm not sure about the error around "utf-16-le' codec can't decode bytes" If @AnZelie can give us a...

Have tried mapping different ports (e.g. `19142` instead but that doesnt work either). Seems only `19132` will show up under LAN games :(

Ahh good call with `tcpdump`. I had fired up Wireshark on the PC and could see the broadcasts going out but nothing back from the host when the IP address...

Ok... I have done some reading (and a lot of Googling) and come up with a working solution for me! When looking up how to assign a static IP address...

So weirdly the host cant ping the addresses (other clients on the network can just fine). Im not sure why that is - perhaps cause the gateway is defined as...

Hi, Any reason this has not been merged yet?

I have a similar need... I found the easiest workaround for now @inwenis is to use `ConvertTo-Csv | Set-Clipboard`.