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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: