Skip to content

Commit

Permalink
Disable buffer_table
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 5, 2024
1 parent 6d3dafc commit c9c1272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def make_observations_for_file_entry(
bucket_date=bucket_date,
)
for obs_list in obs_tuple:
db.write_table_model_rows(obs_list)
db.write_table_model_rows(obs_list, use_buffer_table=False)
measurement_count += 1
except Exception as exc:
msmt_str = msmt_dict.get("report_id", None)
Expand Down

0 comments on commit c9c1272

Please sign in to comment.