Skip to content

Commit

Permalink
Päivitetty hakemaan organisaatiopalvelun v3-siirtotiedostoja
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Oct 18, 2024
1 parent 7a7c663 commit c4e81da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cdk/lambda/lampi/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ export const tiedostot: Tiedostot = {
batchSize: 100000,
},
organisaatio_organisaatio: {
lampiKey: 'fulldump/organisaatio/v2/json/organisaatio.json',
lampiKey: 'fulldump/organisaatio/v3/json/organisaatio.json',
ovaraKeyTemplate: 'organisaatio/organisaatio_organisaatio__{}__{}_{}.json',
batchSize: 50000,
intervalHours: 6,
},
organisaatio_organisaatiosuhde: {
lampiKey: 'fulldump/organisaatio/v2/json/organisaatiosuhde.json',
lampiKey: 'fulldump/organisaatio/v3/json/organisaatiosuhde.json',
ovaraKeyTemplate: 'organisaatio/organisaatio_organisaatiosuhde__{}__{}_{}.json',
batchSize: 5000,
intervalHours: 6,
},
organisaatio_osoite: {
lampiKey: 'fulldump/organisaatio/v2/json/osoite.json',
lampiKey: 'fulldump/organisaatio/v3/json/osoite.json',
ovaraKeyTemplate: 'organisaatio/organisaatio_osoite__{}__{}_{}.json',
batchSize: 50000,
intervalHours: 6,
Expand Down

0 comments on commit c4e81da

Please sign in to comment.