Skip to content

Commit

Permalink
Update train_model_and_forecast_sales.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-ingwersen-ey authored Aug 9, 2024
1 parent 57756cf commit 825ec75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/train_model_and_forecast_sales.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
create_dataset_if_not_found)


PROJECT_ID = os.environ.get("PROJECT_ID", "iowa-liquor-sales-forecast-v2")
PROJECT_ID = os.environ.get("PROJECT_ID")
DATASET_NAME = os.environ.get("DATASET_NAME", "bqmlforecast")
CREDENTIALS_FILE = os.environ.get("GOOGLE_APPLICATION_CREDENTIALS", "./iowa-sales-forecast-service-account.json")
CREDENTIALS_FILE = os.environ.get("GOOGLE_APPLICATION_CREDENTIALS")
HORIZON = 30 # Days

# Validate the presence of CREDENTIALS_FILE
Expand Down

0 comments on commit 825ec75

Please sign in to comment.