Please enable JavaScript.
Coggle requires JavaScript to display documents.
jar -2565 deduplicate platform metadata - Coggle Diagram
jar -2565 deduplicate platform metadata
metadata api
POST - dimension options contains external id
POST - gives validation error when dimension is platform and name is filled in or external id is empty
POST - gives validation error when non existing external id is filled in
POST - gives validation error when external id is filled and dimension is not platform
GET - still returns platform names correctly
PUT - dimension options contains external id
PUT - gives validation error when dimension is platform and name is filled in or external id is empty
PUT - gives validation error when non existing external id is filled in
PUT - gives validation error when external id is filled and dimension is not platform
Database
shows extra column ExternalId
Where ExternalId is filled, the name column is empty
snowflake table also has extra column and filled correctly
tactic api
GET ALL - still returns the correct platform ids
POST - platform_id option is removed
PUT - platform_id option is removed
GET - still returns the correct platform id
planning UI
there is no extra platfom selection anymore