Skip to content

Commit

Permalink
Fix delta
Browse files Browse the repository at this point in the history
  • Loading branch information
taglioni-r committed Nov 6, 2024
1 parent defff90 commit fc0a7ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/datalake-data-export/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ export const dataLakeService = datalakeServiceBuilder(
log.info("Datalake Data Exporter job started");
await dataLakeService.exportData();
log.info("Done!");

process.exit(0);
// process.exit() should not be required.
// however, something in this script hangs on exit.
// TODO figure out why and remove this workaround.

0 comments on commit fc0a7ed

Please sign in to comment.