We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523a463 commit acc14c1Copy full SHA for acc14c1
1 file changed
odtp/cli/new.py
@@ -219,6 +219,7 @@ def execution_entry(
219
raise typer.Exit(code=1)
220
if not validation_helpers.validate_execution_name_unique(execution_name, dt_id):
221
console.print("[bold yellow]⚠️ WARNING: Execution already exists: you can rerun it [/bold yellow]")
222
+ raise typer.Exit(code=1)
223
if wf_id:
224
workflow = db.get_document_by_id(wf_id, db.collection_workflows)
225
0 commit comments