E3032 Details¶
Message emitted:¶
E3032: Reference to {yaml_attr_name}: {yaml_attr_value}, is not unique. Please use platform_name key instead.
Description:¶
Syncing Golden Config properties using Datasource feature, but using non-unique key..
Troubleshooting:¶
Check the YAML file for the platform_slug
or platform_network_driver
key. If it is not unique, then you need to use the platform_name
key instead.
Recommendation:¶
Migrate the YAML file keys from platform_slug
or platform_network_driver
to platform_name
.