Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeppozz committed Nov 3, 2024
1 parent 7d1df2b commit ad5f13f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/lambda/bison_s6_aggregate_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@
"""
REDSHIFT_COMMANDS = [
# Create tables of region with species counts, occurrence counts
("counts_by_state", state_counts_stmt, None),
("counts_by_county", county_counts_stmt, None),
("counts_by_aiannh", aiannh_counts_stmt, None),
("counts_by_state", state_counts_stmt),
("counts_by_county", county_counts_stmt),
("counts_by_aiannh", aiannh_counts_stmt),
# Create lists of region with species, riis status, occurrence counts, then export
("list_state_species", state_list_stmt),
("export_state_species", state_list_export_stmt),
Expand Down

0 comments on commit ad5f13f

Please sign in to comment.