aws / aws/amazon-sagemaker-examples
export_dw_job.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/use-cases/retail_recommend/data_wrangler_assets/export_dw_job.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [8]":
---------------------------------------------------------------------------
ClientError Traceback (most recent call last)
in
1 sagemaker_client = boto3.client("sagemaker", endpoint_url=sagemaker_endpoint_url)
----> 2 create_response = sagemaker_client.create_processing_job(**processing_job_arguments)
3
4 status = sagemaker_client.describe_processing_job(ProcessingJobName=processing_job_name)
5
/opt/conda/lib/python3.7/site-packages/botocore/client.py in _api_call(self, *args, **kwargs)
355 "%s() only ac
[...]
ClientError: An error occurred (ValidationException) when calling the CreateProcessingJob operation: Invalid region us-east-2 in image URI 415577184552.dkr.ecr.us-east-2.amazonaws.com/sagemaker-data-wrangler-container:1.1.1. Please provide an image URI in region us-west-2.
Contributor guide
Research direction
Open use-cases/retail_recommend/data_wrangler_assets/export_dw_job.ipynb and inspect cell In [8], where create_processing_job fails. Run the notebook or its CI check and verify that the processing job creation no longer reports a region mismatch in the image URI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, python
- Domain
- cloud, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100