aws-samples / aws-samples/sagemaker-custom-project-templates
[Bug] get_pipeline_custom_tags function missing in pipeline.py
- Dominant language
- Python
- Stars
- 237
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
In mlops-multi-account-cdk/mlops-sm-project-template/seed_code/build_app/buildspec.yml buildspec is calling for module name: ml_pipelines.training.pipeline
mlops-multi-account-cdk/mlops-sm-project-template/seed_code/build_app/ml_pipelines/_utils.py calling for : __import__(module_name, fromlist=["get_pipeline_custom_tags"]). However "get_pipeline_custom_tags" function does not exist in pipeline.py
Contributor guide
Research direction
Start by reading seed_code/build_app/buildspec.yml and seed_code/build_app/ml_pipelines/_utils.py, then inspect ml_pipelines/training/pipeline.py. Trace how _utils.py imports get_pipeline_custom_tags and determine the expected behavior from its caller; done means the module import no longer fails during the build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- ci-cd, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100