aws-samples / sagemaker-custom-project-templates

MIT No Attribution
214 stars 155 forks source link

[Bug] get_pipeline_custom_tags function missing in pipeline.py #80

Open sandrozc opened 11 months ago

sandrozc commented 11 months ago

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