I need some repository-related information, which I expected to find in the tables 'repos' and 'repos_history'. However, I noticed that both tables contain missing data. For example, I want to get attributes like owner_type in 'repos', but all values for owner_type are empty (''), whereas the real values should be 'USER' or 'ORGANIZATION'. In 'repos_history', the owner.type attribute is documented correctly, but this table only has 3,307 records, while 'repos' has 12,969,883 records. I would like to ask why this data is incomplete and whether there is any way to resolve this issue.
I need some repository-related information, which I expected to find in the tables 'repos' and 'repos_history'. However, I noticed that both tables contain missing data. For example, I want to get attributes like owner_type in 'repos', but all values for owner_type are empty (''), whereas the real values should be 'USER' or 'ORGANIZATION'. In 'repos_history', the owner.type attribute is documented correctly, but this table only has 3,307 records, while 'repos' has 12,969,883 records. I would like to ask why this data is incomplete and whether there is any way to resolve this issue.