You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 pipelines which are not available locally
as files, will be deleted.
Steps to reproduce
Provision pipeline through the provisioning pkg (using Import())
Wait for pipeline to start
Stop conduit process
Start conduit process
Provisioned pipeline will be deleted.
Version
latest
The text was updated successfully, but these errors were encountered:
Larger issue here is we should think about how we want to expose Conduit programmatically.
Meroxa platform team has a workaround here. But we will work on this.
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 pipelines which are not available locally
as files, will be deleted.
Steps to reproduce
Import()
)Version
latest
The text was updated successfully, but these errors were encountered: