Cannot drop pipeline

SHOW PIPELINES displays:

But when i run DROP PIPELINE celer-uat-lon-db-01_9104_metrics I get a syntax error. I’ve tried with different kind of quotes but none of my attempts worked. What is wrong with this DROP statement?
Looks like some of the pipeline name is truncated

Thanks.

Found the quotes to use. Had to use ``

1 Like

Yes, that’s the solution. We don’t allow dashes in regular, unquoted identifiers, so you have to quote them.

1 Like