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
This is the data that flows into the catalgoues and ML systems to uniquely identify the subjects, not the subject_id in our systems. As such we'll need to have this attribute added to the subjects table with a unique index and backfilled when importing the subject data to the system.
One solution is to add the metadata import on the subject backfiller job,
. Alternatively this metadata comes through via the caesar reductions payload, we can use this flow of data to extract the information as it comes through.
We can then use this field to uniquely identify the subject linkage when importing / upsert ML results (vector representations, predictions etc).
The text was updated successfully, but these errors were encountered:
GZ uses
unique_id
str on subject metadata to uniquely identify the subject in the research domain context, e.g.kade/app/services/import/reduction.rb
Lines 68 to 74 in bcb057c
This is the data that flows into the catalgoues and ML systems to uniquely identify the subjects, not the subject_id in our systems. As such we'll need to have this attribute added to the subjects table with a unique index and backfilled when importing the subject data to the system.
One solution is to add the metadata import on the subject backfiller job,
kade/app/sidekiq/subject_backfiller_job.rb
Line 8 in bcb057c
We can then use this field to uniquely identify the subject linkage when importing / upsert ML results (vector representations, predictions etc).
The text was updated successfully, but these errors were encountered: