Skip to content

Commit

Permalink
Merge pull request #358 from CityOfLosAngeles/update-buckets
Browse files Browse the repository at this point in the history
Update paths to point at new S3 bucket.
  • Loading branch information
tiffanychu90 authored Mar 11, 2021
2 parents 5201563 + 949c358 commit 9ca9eff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion civis/transportation/bikeshare/trips.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

SCHEMA = "transportation"
TABLE = "bike_trips"
S3_DATA_PATH = "s3://tmf-data/bikeshare_trips.parquet"
S3_DATA_PATH = "s3://tmf-ita-data/bikeshare_trips.parquet"


if os.environ.get("DEV"):
Expand Down
2 changes: 1 addition & 1 deletion civis/transportation/dash/trips.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import requests
import sqlalchemy

S3_BUCKET = "s3://tmf-data/dash"
S3_BUCKET = "s3://tmf-ita-data/dash"
SCHEMA = "transportation"
TABLE = "dash_trips"
LOCAL_TIMEZONE = "US/Pacific"
Expand Down
2 changes: 1 addition & 1 deletion civis/transportation/metro/ridership.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ASPX_PARAMETERS = ["__VIEWSTATE", "__EVENTVALIDATION"]

# The S3 bucket into which to load data.
S3_BUCKET = "s3://tmf-data"
S3_BUCKET = "s3://tmf-ita-data"


def get_form_data():
Expand Down

0 comments on commit 9ca9eff

Please sign in to comment.