Lyubo Kamenov
Lyubo Kamenov
### Feature description Any modification to a connector requires the pipeline to be stopped and started after changes have been completed. This introduces more state handling to the user as...
### Bug description When using Conduit's provisioning API in an embedded way to provision pipeline, the provisioned pipelines are removed from runtime upon restart. My understanding is that on startup...
### Feature description Connectors support an output format based on templating, https://conduit.io/docs/connectors/output-formats#configuration-parameters It will be nice if this was extended to processors where the user can define what parts of...
Hello folks, I'm using PostgreSQL with the source connector without specifying the table id using to determine new data, hoping the connector will figure that one out. The table in...
### Description Uses non-ego driver, only sets some default pragmas. * Ensure journal mode is set to WAL * Add options to CLI/Config ### Quick checks: - [x] I have...
Allow for activity to be executed via their registered name. Fixes #378
Since the addition of WAL, sqlite can handle multiple connections however this can often spur database locked errors. As part of the https://github.com/ConduitIO/conduit project we ran some tests and found...
Workflows and activities can be registered using names, while this work for starting workflows, seems to be failing to when using it for activities and ~sub workflows~, e.g. `ExecuteActivity[any](ctx, opts,...