Skip to content

Commit

Permalink
include entity field change
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj committed Jan 16, 2025
1 parent 3d3abd9 commit 3453840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital_land/pipeline/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def convert_tranformed_csv_to_pq(input_path, output_path):

fields = [
("end-date", pa.string()),
("entity", pa.string()),
("entity", pa.int64()),
("entry-date", pa.string()),
("entry-number", pa.string()),
("fact", pa.string()),
Expand Down

0 comments on commit 3453840

Please sign in to comment.