Skip to content

Commit

Permalink
refactor: remove out/ from store configs of example configs
Browse files Browse the repository at this point in the history
- we don't need it since we can define `out_dir` in `DAQJobStoreCSV`
  • Loading branch information
furkan-bilgin committed Nov 6, 2024
1 parent 759234d commit 2da1b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/examples/handle_alerts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ daq_job_type = "handle_alerts"

[store_config]
daq_job_store_type = "csv"
file_path = "out/alerts.csv"
file_path = "alerts.csv"
add_date = true
2 changes: 1 addition & 1 deletion configs/examples/handle_stats.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ daq_job_type = "handle_stats"

[store_config]
daq_job_store_type = "csv"
file_path = "out/stats.csv"
file_path = "stats.csv"
add_date = false
overwrite = true

0 comments on commit 2da1b05

Please sign in to comment.