-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
feature-requestNew feature or request form the usersNew feature or request form the users
Description
As described by https://github.com/src-d/backlog/issues/1242#issuecomment-372313046 ML team needs:
- new 500 pairs added to existing experiment on staging,
- to be able to add more annotations for the research,
- add UAST to the already existent FilePairs
In order to accomplish that ☝️ we should: 👇
- obtain the new data from ML:
- prepare (and pull request) the migration scripts:
- (A) to add 2 UAST cols (nullable) to the
file_pairs
table, → DB Migrations #221 - (B) to add to each FilePair from our
file_pairs
table, the UAST stored in the ML DB, → DB Migrations #221 - (C) (optional) to remove
diff
column since it is not longer needed (by Make diff service and increase context #194), → DB Migrations #221 -
(D) (optional) to add the 500 new FilePairs stored in the ML DB,
- (A) to add 2 UAST cols (nullable) to the
- proceed with the migration
Notes:
- The different versions of the internal DB will be shared in:
gdrive/engineering/applicationsdemo/code-annotation-databases/3-add-UAST - All the migration scripts could be done "at once".
- The (D) migration script was not needed because the 500 new FilePairs were added using the new Experiments Manager
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or request form the usersNew feature or request form the users