Skip to content

Commit

Permalink
#1028 Bug fixes for audited tables
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-oxu committed Oct 7, 2024
1 parent 3c34709 commit 8c4bf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gis/gccview/gcc_puller_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def insert_data(output_table, insert_column, return_json, schema_name, con, is_a
else:
row.append(feature['attributes'][trial[0]])

if is_partitioned:
if (not is_audited) and is_partitioned:
row.insert(0, today_string)
row.append(geometry)

Expand Down

0 comments on commit 8c4bf96

Please sign in to comment.