Skip to content

Commit 96b716d

Browse files
committed
Saving the endpoint_dataset_summary to S3
1 parent e07c163 commit 96b716d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/load_performance.py

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ def create_performance_tables(merged_data, cf_merged_data, endpoint_summary_data
124124
'count_issues': 'INTEGER'})
125125

126126
endpoint_summary_table_name = "endpoint_dataset_summary"
127+
endpoint_summary_data.to_parquet(os.path.join(PARQUET_PERFORMANCE_DIR,
128+
"endpoint_dataset_summary.parquet"), engine="pyarrow")
127129
endpoint_summary_data.to_sql(
128130
endpoint_summary_table_name, conn, if_exists='replace', index=False)
129131

0 commit comments

Comments
 (0)