Skip to content

Commit

Permalink
Merge pull request #115 from mheine3000/atb_transportation_update
Browse files Browse the repository at this point in the history
Atb transportation update
  • Loading branch information
jgu2 authored Feb 5, 2024
2 parents 4f551e5 + d032b99 commit 92449d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oedi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"
6 changes: 5 additions & 1 deletion oedi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ AWS:
- s3://oedi-data-lake/ATB/electricity/parquet/2021/
- s3://oedi-data-lake/ATB/electricity/parquet/2022/
- s3://oedi-data-lake/ATB/electricity/parquet/2023/
- s3://oedi-data-lake/ATB/transportation/parquet/2022/fuels_marine
- s3://oedi-data-lake/ATB/transportation/parquet/2022/fuels
- s3://oedi-data-lake/ATB/transportation/parquet/2022/vehicles
- s3://oedi-data-lake/ATB/transportation/parquet/2022/vehicles_fuels
- Identifier: pvdaq
Name: oedi_pvdaq
Locations:
Expand Down Expand Up @@ -62,4 +66,4 @@ AWS:
- Key: Project
Value: OEDI
- Key: Release
Value: 0.2.3
Value: 0.2.4
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black
pytest
sphinx
moto
moto==4.2.14
mock

0 comments on commit 92449d5

Please sign in to comment.