Skip to content

Commit

Permalink
fix: wrong attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Jul 26, 2024
1 parent 8f51250 commit 4f0ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/routers/entities_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def create_raw_data(
logger.error(f"Error uploading to datalake: {e}")
finally:
return BulkInsertOutputModel(
inserted=len(new_records),
count=len(new_records),
uploaded_to_datalake=uploaded_to_datalake,
)

Expand Down

0 comments on commit 4f0ed91

Please sign in to comment.