Skip to content

Commit

Permalink
add column capacity to sharing_stations asset
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Apr 29, 2024
1 parent a549297 commit 108fdc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/sources/lamassu.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'feed_id': pd.StringDtype(),
'station_id': pd.StringDtype(),
'name': pd.StringDtype(),
'capacity': pd.Int32Dtype(),
'rental_uris_android': pd.StringDtype(),
'rental_uris_ios': pd.StringDtype(),
'rental_uris_web': pd.StringDtype(),
Expand Down

0 comments on commit 108fdc2

Please sign in to comment.