Nilesh PS

Results 5 comments of Nilesh PS

Right you are @setu4993 . The offending code is [here](https://github.com/aws/sagemaker-python-sdk/blame/5f8e53240e67c3b253bbaf9d3a2e12d3e2780cb9/src/sagemaker/feature_store/feature_group.py#L369), ``` @attr.s class FeatureGroup: name: str = attr.ib(factory=str) # Though unrelated to this issue, we could also add a validator...

This look like a service issue, not SDK's. @Pooja-Karangale would you have some IDs of failed requests, along with time and region that can help us debug ? EDIT: Looks...

@clausagerskov Apologies for the delay. > It seems that providing a DataCatalogConfig and setting disable_glue_table_creation to false are mutually exclusive: Your conclusions are correct. Currently, we do not allow customers...

I ended up using a custom resource to do this. ``` export class VpcNauMetricsEnabler extends Construct { constructor(scope: Construct, id: string, props: VpcNauMetricsEnablerProps) { super(scope, id); new cr.AwsCustomResource(this, "VpcEnableNetworkAddressUsageMetrics", {...