Skip to content

Commit

Permalink
Update datalake_exporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anneku authored Jul 25, 2024
1 parent acc1bda commit 6a29499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/python/datalake_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def write_to_datalake(output_path, models, exclude, env):
EMME_metadata["properties_path"],
os.path.join(output_path, 'skims', 'traffic_skims_MD.omx'),
os.path.abspath(os.path.join(output_path, '..', 'input', 'zone_term.csv')),
os.path.abspath(os.path.join(output_path, '..', 'input', 'trlink.csv')),
os.path.join(output_path, 'bikeMgraLogsum.csv'),
os.path.join(output_path, 'microMgraEquivMinutes.csv'),
os.path.join(report_path, 'walkMgrasWithin45Min_AM.csv'),
Expand Down Expand Up @@ -260,4 +261,4 @@ def write_to_datalake(output_path, models, exclude, env):
exclude = [
'final_pipeline.h5'
]
write_to_datalake(output_path, models, exclude, env)
write_to_datalake(output_path, models, exclude, env)

0 comments on commit 6a29499

Please sign in to comment.