You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want change the hashing strategy to md5 when calculating StudyLocusId because current implementation requires casting big integer to a string to be ingested by the platform.
Background
This task is required due to the fact we do not create proper hashes within StudyLocusId field of StudyLocus object.
Tasks
Fix column names that are required to generate the hash (studyId, variantId and finemappingMethod).
Change schema of the StudyLocus object to have StudyLocusId as a StringType.
Change hashing strategy.
Recreate hashes of all datasource credible_set datasets.
Acceptance tests
When all of staging bucket credilble_sets have md5 hashes recalculated
StudyLocusId field should be stringType
The text was updated successfully, but these errors were encountered:
As a developer I want change the hashing strategy to md5 when calculating StudyLocusId because current implementation requires casting big integer to a string to be ingested by the platform.
Background
This task is required due to the fact we do not create proper hashes within StudyLocusId field of
StudyLocus
object.Tasks
studyId
,variantId
andfinemappingMethod
).StudyLocusId
as a StringType.Acceptance tests
The text was updated successfully, but these errors were encountered: