File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 66docs
77libs
88node_modules
9+ dist
910notebooks
1011storage
1112
Original file line number Diff line number Diff line change @@ -251,6 +251,22 @@ export class IngestService {
251251 sourceList . push ( 'dod_2025' ) ;
252252 }
253253
254+ if ( row . sourceListUsagovClicks . toLowerCase ( ) === 'true' ) {
255+ sourceList . push ( 'usagov_clicks' ) ;
256+ }
257+
258+ if ( row . sourceListUsagovClicksMil . toLowerCase ( ) === 'true' ) {
259+ sourceList . push ( 'usagov_clicks_mil' ) ;
260+ }
261+
262+ if ( row . sourceListSearchGov . toLowerCase ( ) === 'true' ) {
263+ sourceList . push ( 'searchgov' ) ;
264+ }
265+
266+ if ( row . sourceListSearchGovMil . toLowerCase ( ) === 'true' ) {
267+ sourceList . push ( 'searchgov_mil' ) ;
268+ }
269+
254270 if ( row . sourceListPublicInventory . toLowerCase ( ) === 'true' ) {
255271 sourceList . push ( 'public_inventory' ) ;
256272 }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ snapshot_schedule: '0 8 * * Sun'
1313
1414consumer_instances : 10
1515consumer_memory : 1GB
16- consumer_disk : 5G
16+ consumer_disk : 7G
You can’t perform that action at this time.
0 commit comments