Skip to content

Commit

Permalink
correct input for csv to pq
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj committed Dec 5, 2024
1 parent f93068f commit 271e664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital_land/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def pipeline_run(
transformed_parquet_dir = cache_dir / "transformed_parquet" / dataset
transformed_parquet_dir.mkdir(exist_ok=True, parents=True)
convert_tranformed_csv_to_pq(
input_path=input_path,
input_path=output_path,
output_path=transformed_parquet_dir / f"{resource}.parquet",
)

Expand Down

0 comments on commit 271e664

Please sign in to comment.