vincbeck commented on issue #43552:
URL: https://github.com/apache/airflow/issues/43552#issuecomment-2477386742
Can you please try with the latest provider package? I cannot reproduce that
with the latest version, plus we are running the system test
`example_sagemaker` every hour and it is running successfully. When I look at
the logs, here is what I have:
```
[2024-11-14T20:11:23.441+0000] {sagemaker.py:112} INFO - After preprocessing
the config is:
{
"HyperParameterTuningJobConfig": {
"HyperParameterTuningJobObjective": {
"MetricName": "test:accuracy",
"Type": "Maximize"
},
"ParameterRanges": {
"CategoricalParameterRanges": [],
"IntegerParameterRanges": [
{
"MaxValue": "600",
"MinValue": "1",
"Name": "k"
},
{
"MaxValue": "600",
"MinValue": "1",
"Name": "sample_size"
}
]
},...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]