Atharva Inamdar
Atharva Inamdar
Nuget.Core library should be used for programmatically accessing nuget repositories. GoCommando 0.90.\* has different annotations including requiring separate command class. some other changes such as using C#6 syntax. If this...
Even though this has only 2 endpoints it would be nice to add swagger.yaml to the repo and as a path. This would formalise the API and also make automations...
**Describe the problem you faced** I’m running several workloads in production and one is a parallel add oof partitions to a COW hudi table. I’m managing OCC with DynamoDB and...
https://github.com/boto/boto/blob/6c5b98861d726fdd5e05702972b14692e73e84f4/boto/provider.py#L401 I'm using AWS Glue and getting this error at the above line ```File "/usr/local/lib/python2.7/site-packages/boto/s3/connection.py", line 191, in __init__ validate_certs=validate_certs, profile_name=profile_name) File "/usr/local/lib/python2.7/site-packages/boto/connection.py", line 555, in __init__ profile_name) File "/usr/local/lib/python2.7/site-packages/boto/provider.py",...
`CONNECT_INTERNAL_KEY_CONVERTER` and `CONNECT_INTERNAL_VALUE_CONVERTER` environment variables need to be set when using the docker image. [link](https://github.com/confluentinc/cp-docker-images/blob/3.2.0-post/debian/kafka-connect-base/include/etc/confluent/docker/configure#L29-L30) However considering that these should never be changed from the [default `JsonConverter` class](https://github.com/apache/kafka/blob/trunk/config/connect-distributed.properties#L35), I propose...
The readme isn't enough. There are many properties that show single examples but not any reference values or what is expected. forexample, for auto deleting artifacts there's a single example...
Any misconfiguration for account ID or authentication causes a rapid retry loop due to `loop.run_until_complete` method being used. This causes OVO's Cloudflare isntance to rate limit and block the client...
Currently only Failed tasks results in luigi-monitor exiting with failed status code, This is a proposal to make luigi-monitor return a fail status code when there are missing dependencies. This...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description EventBridge service should support Schemas and Schema Registries. The default AWS...