You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to use the flow key instead of run, custom flows saved under a path stored in DPP_PROCESSOR_PATH are not properly loaded. Running simply dpp correctly shows the pipeline as being valid, but when you actually run it you get:
ModuleNotFoundError: No module named 'bcodmo_pipeline_processors'
recreate:
DPP_PROCESSOR_PATH=~/path/to/processors/
pipeline-spec.yaml:
test:
title: test
description: this is a test
pipeline:
- flow: bcodmo_pipeline_processors.load
parameters:
format: csv
from: /path/to/load/from
name: res
Overview
Python 3.7.5, Ubuntu
If you try to use the
flow
key instead ofrun
, custom flows saved under a path stored in DPP_PROCESSOR_PATH are not properly loaded. Running simplydpp
correctly shows the pipeline as being valid, but when you actually run it you get:recreate:
pipeline-spec.yaml:
where a load flow is stored under:
and the load flow looks like:
Tasks
The text was updated successfully, but these errors were encountered: