Skip to content

DPONE_PIPELINE_SOURCE_NOT_FOUND

Audience: pipeline authors and CI maintainers.

The requested pipeline id or domain-qualified locator does not resolve to a primary authoring source.

List the configured layout and check the exact source path. For domain-first:

<layout.root>/<domain>/pipelines/<pipeline-id>/pipeline.yaml

Inspect project discovery:

dpone check . --format json

Create a missing source through the scaffold rather than a partial directory:

dpone init pipeline <pipeline-id> \
  --domain <domain> \
  --route <source>:<sink>:<strategy> \
  --from <source-ref> \
  --to <sink-ref> \
  --key <column>
dpone check <domain>/<pipeline-id>

If the source exists under another domain or layout, use an explicit reviewed migration; do not duplicate it.

Domain-first error overview ยท Return to the tutorial