Skip to content

Commit

Permalink
Bug Fix - Simple CSV Upload run_id (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachAtSiftStack authored Dec 31, 2024
1 parent 3bd42b4 commit e2bf9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/sift_py/data_import/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def simple_upload(
config_info["run_name"] = run_name

if run_id is not None:
config_info["run_id"] = run_name
config_info["run_id"] = run_id

if relative_start_time is not None:
config_info["time_column"]["relative_start_time"] = relative_start_time
Expand Down

0 comments on commit e2bf9e7

Please sign in to comment.