aws / aws/sagemaker-python-sdk
AthenaDatasetDefinition has required params
Closed
type: bug
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 35
Description
In the [official document](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AthenaDatasetDefinition.html), there are several parameters that are required.
However, in this [SDK](https://github.com/aws/sagemaker-python-sdk/blob/b4f05b86a90f4ae202ad7f9b048922ab490731fe/src/sagemaker/dataset_definition/inputs.py#L75), default values for those are set as 'None'
Is there any reason not for marking or forcing those param as required?
Contributor guide
Assessment
This issue has not been assessed yet.