Skip to content

Commit f60cc69

Browse files
authored
Merge pull request #70 from ImMin5/master
feat: add delete df variable after processing
2 parents 77c3c7f + 7f60e09 commit f60cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudforet/cost_analysis/connector/azure_cost_mgmt_connector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_cost_data(self, blobs: list, options: dict) -> list:
117117
costs_data = df.to_dict("records")
118118
total_cost_count += len(costs_data)
119119
yield costs_data
120-
120+
del df_chunk
121121
del cost_csv
122122
_LOGGER.debug(f"[get_cost_data] total_cost_count: {total_cost_count}")
123123

0 commit comments

Comments
 (0)