Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically delete a pipeline provided from a config. file #1221

Closed
hariso opened this issue Sep 26, 2023 · 0 comments · Fixed by #1230
Closed

Programmatically delete a pipeline provided from a config. file #1221

hariso opened this issue Sep 26, 2023 · 0 comments · Fixed by #1230
Assignees
Labels
feature New feature or request
Milestone

Comments

@hariso
Copy link
Contributor

hariso commented Sep 26, 2023

Feature description

In cases where Conduit is used as a library, we need an easy way to delete a pipeline that was created from a configuration file. Currently, the only way is to import a "shell" pipeline, with just the ID of the pipeline to be deleted:

var rt * conduit.Runtime
rt.ProvisionService.Import(ctx, config.Enrich(config.Pipeline{
    ID: pipelineID,
}));
@hariso hariso added feature New feature or request triage Needs to be triaged labels Sep 26, 2023
@simonl2002 simonl2002 moved this from Triage to Todo in Conduit Main Oct 2, 2023
@lovromazgon lovromazgon moved this from Todo to In Progress in Conduit Main Oct 4, 2023
@lovromazgon lovromazgon self-assigned this Oct 4, 2023
@lovromazgon lovromazgon removed the triage Needs to be triaged label Oct 4, 2023
@lovromazgon lovromazgon moved this from In Progress to Done in Conduit Main Oct 4, 2023
@lovromazgon lovromazgon moved this from Done to In Review in Conduit Main Oct 4, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in Conduit Main Oct 5, 2023
@simonl2002 simonl2002 modified the milestones: 0.9.0, 0.8.0 Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants