Skip to content

Commit

Permalink
Be compatible with new Plugin.run_id (#1410)
Browse files Browse the repository at this point in the history
* Be compatible with new `Plugin.run_id`

* Bug fix

* debug for notebook
  • Loading branch information
dachengx authored Aug 25, 2024
1 parent dd9f866 commit 3e48a58
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 310 deletions.
2 changes: 1 addition & 1 deletion bin/bootstrax
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ def process_run(rd, send_heartbeats=args.production):
"raw_records_mv",
"raw_records_nv",
):
md = st.get_meta(run_id, rr_type)
md = st.get_metadata(run_id, rr_type)
if len(md["chunks"]) and (
"first_time" in md["chunks"][0]
and "last_endtime" in md["chunks"][0]
Expand Down
Loading

0 comments on commit 3e48a58

Please sign in to comment.