Saravjeet 'Aman' Singh

Results 21 issues of Saravjeet 'Aman' Singh

The scraper fails to filter out records that don't exist (or because that particular youtube video has been removed or is restricted)

This PR adds support for AWS Kinesis sink(#78). # Configuration This change introduces the following new configurations * a new `PUBLISHER_TYPE` value called `kinesis` * `PUBLISHER_KINESIS_AWS_REGION` region with the target...

**Description** Tests on Raccoon fail transiently every now and then. But resolve them self on subsequent runs. for instance see: 1. https://github.com/raystack/raccoon/actions/runs/9524607268/job/26257713044#step:4:303 (resolved in the subsequent run [here](https://github.com/raystack/raccoon/actions/runs/9524607268/job/26260785058)) 2. https://github.com/raystack/raccoon/actions/runs/9218661485/job/25362561868#step:4:134...

**Description** Following the steps to install the java client [here](https://github.com/raystack/raccoon/blob/main/clients/java/README.md), I ran into the following error: ``` > Task :app:compileJava FAILED FAILURE: Build failed with an exception. * What went...

* Adds support for Websocket protocol in Javascript Client. * User can pass in `options.protocol` as `ws` to request websocket protocol. (defaults to `rest`) * Client is now a subclass...

### dlt version 1.5.0 ### Describe the problem When trying to load data from an `arrow` source to `clickhouse` destination using "merge" strategy, dlt raises `dlt.load.exceptions.TableChainFollowupJobCreationFailedException` exception. This only occurs...

bug

# Request for Proposal ## Description This Request for Proposal is seeking ideas on how to implement an async client for Raccon python client. ## Context Raccoon currently doesn't have...

enhancement
help wanted