Skip to content

Commit

Permalink
orchestrator file name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Nov 28, 2024
1 parent 65eaea9 commit 64ab2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_dagster_bgg/assets/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def user_dfs_dirty(
ecs_resource.launch_ecs_task(task_definition=task_definition)

check_filenames = [
f"{WORKING_ENV_DIR}{configs['users']['dirty_dfs_directory']}/users_data.pkl"
f"{WORKING_ENV_DIR}{configs['users']['clean_dfs_directory']}/complete_user_ratings.pkl"
]
logger.info(check_filenames)

Expand Down

0 comments on commit 64ab2b7

Please sign in to comment.