uchennakevinm1
uchennakevinm1
If there are no check boxes on the source and destination columns for a given connector, then that repository has yet to be updated with src/dest code and will be...
[Pipelines sreen] The user can't go to the "Pipeline detail" screen if the "failed to delete pipeline: pipeline has connectors attached" or "failed to delete pipeline: pipeline is running" errors...
- The validation of "name" key is implemented on UI, but we can create connectors without name in API test using Postman. - Set the character limit of description to...
Set the character limit of description to 250 characters in /v1/pipelines
Logs: 2022-05-23T08:11:05+00:00 ERR error processing HTTP request error="rpc error: code = FailedPrecondition desc = failed to stop pipeline: can't stop pipeline with status \"UserStopped\": pipeline not running" http_endpoint="POST /v1/pipelines/93bd204b-a545-41e1-a320-82323058d3d6/stop" request_id=a45dca90-feb0-4efd-a3e3-2c7c06ab08af...
Postgres Destination connector can't insert data with the "key" in lowercase Example: if the "key" in lowercase is used in the configuration in the source connector. And in the payload,...
Is it normal to run two identical source connectors with the same config in one pipeline? We have two example behavior: 1 two identical File source connectors - the error...
Requests "v1/pipelines/{id}" continue to be sent for some time after the pipeline stops (request "v1/pipelines/{{pipeline_id}}/stop") The "Runing" button isn't immediately changed to the "Paused" button Additional info: The more connectors...
Data isn't parsed from S3 Source if the file has more than one record Example data: an example of the file with which data is transferred {"id": 44, "name": "Bob"}...
[The Pipeline detail screen] 400 error is handled when creating the Kafka Destination connector with optional configuration "acks": "0" or "acks": "1" Bug is only reproduced when using the UI...