Skip to content

Commit

Permalink
Merge branch 'main' into add-canales-s3-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sharinetmc authored Oct 3, 2023
2 parents 5395275 + 5ae1c5b commit 4d6c8b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parsons/zoom/zoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ def __process_poll_results(self, tbl: Table) -> Table:
`Returns`:
Parsons Table
"""
if tbl.num_rows == 0:
return tbl

# Add surrogate key
tbl.add_column("poll_taker_id", lambda _: str(uuid.uuid4()))
Expand Down

0 comments on commit 4d6c8b6

Please sign in to comment.