File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 178178 </taskref >
179179 </transform >
180180
181+ <!-- This will create MCC aliases as-needed-->
182+ <transform id =" step0" type =" TaskRefTransformStep" >
183+ <taskref ref =" org.labkey.mcc.etl.PopulateIdsStep" >
184+ <settings >
185+ </settings >
186+ </taskref >
187+ </transform >
181188 </transforms >
182189
183190 <incrementalFilter className =" ModifiedSinceFilterStrategy" timestampColumnName =" modified" >
184- <!-- TODO: need to fix LK FilterStrategy.init() bug before this can be enabled-->
185- <!-- <deletedRowsSource schemaName="mcc" queryName="rowsToDelete" targetKeyColumnName="objectid" deletedSourceKeyColumnName="objectid" timestampColumnName="source_modified"/>-->
191+ <deletedRowsSource schemaName =" mcc" queryName =" rowsToDelete" targetKeyColumnName =" objectid" deletedSourceKeyColumnName =" objectid" timestampColumnName =" source_modified" />
186192 </incrementalFilter >
187193 <schedule >
188194 <!-- 11PM-->
Original file line number Diff line number Diff line change 140140 <!-- </destination>-->
141141 <!-- </transform>-->
142142
143+ <!-- This will create MCC aliases as-needed-->
144+ <transform id =" step0" type =" TaskRefTransformStep" >
145+ <taskref ref =" org.labkey.mcc.etl.PopulateIdsStep" >
146+ <settings >
147+ </settings >
148+ </taskref >
149+ </transform >
143150 </transforms >
144151
145152 <incrementalFilter className =" ModifiedSinceFilterStrategy" timestampColumnName =" modified" >
146- <!-- TODO: need to fix LK FilterStrategy.init() bug before this can be enabled-->
147- <!-- <deletedRowsSource schemaName="mcc" queryName="rowsToDelete" targetKeyColumnName="objectId" deletedSourceKeyColumnName="objectId" timestampColumnName="source_modified"/>-->
153+ <deletedRowsSource schemaName =" mcc" queryName =" rowsToDelete" targetKeyColumnName =" objectId" deletedSourceKeyColumnName =" objectId" timestampColumnName =" source_modified" />
148154 </incrementalFilter >
149155</etl >
Original file line number Diff line number Diff line change 77
88FROM sequenceanalysis .sequence_readsets r
99
10- WHERE r .subjectid LIKE ' MCC%'
10+ WHERE r .subjectid LIKE ' MCC%' AND r . subjectid NOT LIKE ' MCC_% '
You can’t perform that action at this time.
0 commit comments