aws-samples / aws-samples/sagemaker-custom-project-templates

[Bug] get_pipeline_custom_tags function missing in pipeline.py

Open
#80 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.