Move NPC occurrences to their canonical namespace
This commit is contained in:
28
internal/modules/integration/testdata/dnd_npc_occurrences_pipeline.yml
vendored
Normal file
28
internal/modules/integration/testdata/dnd_npc_occurrences_pipeline.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
version: 4
|
||||
output:
|
||||
directory: ./notarius-output
|
||||
cache:
|
||||
chunk_plans:
|
||||
mode: bypass
|
||||
checkpoints: {}
|
||||
debug:
|
||||
directory: ./notarius-debug
|
||||
pipelines:
|
||||
dnd-npc-occurrences-fixture:
|
||||
input: seriatim
|
||||
steps:
|
||||
- id: identify-npcs
|
||||
artifacts:
|
||||
npc_registry:
|
||||
extract: dnd/npc-registry
|
||||
normalize: dnd/npc-registry
|
||||
- id: extract-occurrences
|
||||
references:
|
||||
npc_registry:
|
||||
artifact:
|
||||
step: identify-npcs
|
||||
lane: npc_registry
|
||||
artifacts:
|
||||
occurrences:
|
||||
extract: dnd/npc-occurrences
|
||||
normalize: dnd/npc-occurrences
|
||||
Reference in New Issue
Block a user