conduit icon indicating copy to clipboard operation
conduit copied to clipboard

Add & remove connectors without stopping the pipeline

Open neovintage opened this issue 2 years ago • 2 comments

You can already do this. You can do it in three API calls instead of one.

We've worked around it on platform but it's not great.

Anyone else that wants to automate will also have to face this problem.

Doing this introduces state issues.

Provisioning vs Created - This might be more nuanced.

  • might be able to make a case for immutable infrastructure.

Scope for this release will be design doc.

neovintage avatar May 27 '22 00:05 neovintage

The work on the pipeline config file might reduce the need for this. We will revisit once the config file work is done.

neovintage avatar Jul 06 '22 15:07 neovintage

the fact that we now have config files might be the reason to actually cancel the second task because the platform might find it not necessary anymore. but we should also bring it up for 0.4 planning and check what they think @maha-hajja

uchennakevinm1 avatar Sep 29 '22 17:09 uchennakevinm1