Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Nov 7, 2023
1 parent a6ba41a commit 2dc3d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/tasks/warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def calculate_workspace_rows_synced_by_team(ph_client, team_id):
)

team = Team.objects.get(pk=team_id)

# TODO: check assumption that ordering is possible with API
team.external_data_workspace_last_synced = result_totals[-1]["startTime"] if result_totals else end
team.external_data_workspace_rows_synced_in_month = total
team.save()
Expand Down

0 comments on commit 2dc3d20

Please sign in to comment.