ferruzzi commented on issue #43552: URL: https://github.com/apache/airflow/issues/43552#issuecomment-2450883896
Interesting. Are you using the `SageMakerTuningOperator` for this? I'm not sure the issue is quite what you think it is. If you look in the tuning operator where the integer fields are defined ([on L875](https://github.com/apache/airflow/blob/providers-amazon/8.20.0/airflow/providers/amazon/aws/operators/sagemaker.py#L875)), neither of the ones you point out are being flagged for converting to ints. And if you are using the [create_tuning_job hook](https://github.com/apache/airflow/blob/main/providers/src/airflow/providers/amazon/aws/hooks/sagemaker.py#L337C9-L337C26) directly, it doesn't appear to be processing the config at all. -- 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]
