Skip to content

Commit

Permalink
fix: remove columns in output parquet files
Browse files Browse the repository at this point in the history
These columns raised some errors when generating the parquet file
  • Loading branch information
raphael0202 committed Oct 29, 2024
1 parent 73019bb commit d8534fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions robotoff/utils/sql/jsonl_to_parquet.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ SET preserve_insertion_order = false;
COPY (
SELECT
code,
abbreviated_product_name,
additives_n,
additives_tags,
allergens_from_ingredients,
Expand Down Expand Up @@ -97,7 +96,6 @@ COPY (
obsolete_since_date,
obsolete,
origins_tags,
owners_tags,
packaging_recycling_tags,
packaging_shapes_tags,
packaging_tags,
Expand Down

0 comments on commit d8534fe

Please sign in to comment.