Done
Details
Reporter
Magda ZacharskaMagda ZacharskaPO Rank
105PO Ranking Note
It would greatly expand functionality of data-exportFront End Estimate
Medium < 5 daysFront End Estimator
Viktor SorokaViktor SorokaFront-End Confidence factor
HighBack End Estimate
XXL < 30 daysBack End Estimator
Kruthi VuppalaKruthi VuppalaRank: 5Colleges (Full Jul 2021)
R1Rank: Cornell (Full Sum 2021)
R1Rank: GBV (MVP Sum 2020)
R1Rank: hbz (TBD)
R1Rank: TAMU (MVP Jan 2021)
R1Rank: Chicago (MVP Sum 2020)
R4Rank: MO State (MVP June 2020)
R1Rank: Lehigh (MVP Summer 2020)
R1TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Reporter
Magda Zacharska
Magda ZacharskaPO Rank
105
PO Ranking Note
It would greatly expand functionality of data-export
Front End Estimate
Medium < 5 days
Front End Estimator
Viktor Soroka
Viktor SorokaFront-End Confidence factor
High
Back End Estimate
XXL < 30 days
Back End Estimator
Kruthi Vuppala
Kruthi VuppalaRank: 5Colleges (Full Jul 2021)
R1
Rank: Cornell (Full Sum 2021)
R1
Rank: GBV (MVP Sum 2020)
R1
Rank: hbz (TBD)
R1
Rank: TAMU (MVP Jan 2021)
R1
Rank: Chicago (MVP Sum 2020)
R4
Rank: MO State (MVP June 2020)
R1
Rank: Lehigh (MVP Summer 2020)
R1
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 18, 2020 at 4:31 AM
Updated September 16, 2021 at 5:16 PM
Resolved October 19, 2020 at 6:50 PM
Current data export implementation requires user to provide list of the record identifiers in order to trigger the export job. This limits the export to a specific data set. Adding CQL query as an option will allow user to run the export job on different data sets. This functionality is needed for automated jobs that will run the same export jobs for changing data set. For example, if the library needs to do incremental export, the user it will provide the query that will include only newly added records: (metadata.createdDate > last-time-export-run) sortby title
When this feature is completed, the user will upload the file with the query the same way as the file with the unique identifiers. Submitting the file will trigger the export the same way as UUIDs file triggers it right now.