[BUG] Pipeline catalog is now inside the container but still not found by the CLI #375
Closed
1 task done
Labels
released
This issue/pull request has been released.
Is there an existing issue for this?
Expected Behavior
No response
Current Behavior
/app/src/pipeline-catalog
, thanks to [FIX] Makepipeline-catalog
submodule available to built Docker image #373bagel.mappings.PROCESSING_PIPELINE_PATH
, which points to/usr/local/lib/python3.10/site-packages/pipeline-catalog/processing
PROCESSING_PIPELINE_PATH
is built from the file at/usr/local/lib/python3.10/site-packages/bagel/mappings.py
, which is part of the installed Python package, not the source codepipeline-catalog
submodule inside thebagel
directory. Or there could be a script that generates a static JSON file from the pipeline catalog and stores it inside thebagel
directory, then at runtime that JSON file could be loaded intoKNOWN_PIPELINE_URIS
directly. A third possible solution would be to configurepyproject.toml
to somehow include the pipeline catalog, but I'm not sure how to do that and also that might not guarantee thatPROCESSING_PIPELINE_PATH
will still point to the correct directory.Error message
No response
Environment
bagelcli v0.3.2
How to reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: