Skip to content

DataConv script writes duplicate components with unique facility IDs #38

@monica-water

Description

@monica-water

Some queries report duplicate values in fields that are probably not supposed to be duplicated in the DB.

select count(*) from external.tbl_gswiconveyance group by component_id returns duplicates, but select count(*) from external.tbl_gswiconveyance group by facility_id does not. Overlapping lifecycle statuses are all the more puzzling.

Such duplicates may suggest improper handling by the script. End users have not reported duplicated component IDs, though, so I am surprised to find this 1:many relationship in the DB.

More investigation to come.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions