Skip to content

Commit

Permalink
fix: update weez data.gouv datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Dec 3, 2021
1 parent cdc41e1 commit 0fefe67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .k8s/__tests__/__snapshots__/indexing-dev.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data:
# WEEZ data
wget --progress=bar:force:noscroll -q --show-progress
https://www.data.gouv.fr/fr/datasets/r/a785345a-6e8c-4961-ae0a-bc00878e4f2e
https://www.data.gouv.fr/fr/datasets/r/bfc3a658-c054-4ecc-ba4b-22f3f5789dc7
-O \\"\${DATA_DIR}/WEEZ.csv\\"
Expand Down
2 changes: 1 addition & 1 deletion .k8s/__tests__/__snapshots__/indexing-preprod.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ data:
# WEEZ data
wget --progress=bar:force:noscroll -q --show-progress
https://www.data.gouv.fr/fr/datasets/r/a785345a-6e8c-4961-ae0a-bc00878e4f2e
https://www.data.gouv.fr/fr/datasets/r/bfc3a658-c054-4ecc-ba4b-22f3f5789dc7
-O \\"\${DATA_DIR}/WEEZ.csv\\"
Expand Down
2 changes: 1 addition & 1 deletion .k8s/__tests__/__snapshots__/indexing-prod.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ data:
# WEEZ data
wget --progress=bar:force:noscroll -q --show-progress
https://www.data.gouv.fr/fr/datasets/r/a785345a-6e8c-4961-ae0a-bc00878e4f2e
https://www.data.gouv.fr/fr/datasets/r/bfc3a658-c054-4ecc-ba4b-22f3f5789dc7
-O \\"\${DATA_DIR}/WEEZ.csv\\"
Expand Down
2 changes: 1 addition & 1 deletion sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ wget --progress=bar:force:noscroll -q --show-progress https://files.data.gouv.fr
unzip "${DATA_DIR}/StockUniteLegale_utf8.zip" -d "${DATA_DIR}"

# WEEZ data
wget --progress=bar:force:noscroll -q --show-progress https://www.data.gouv.fr/fr/datasets/r/a785345a-6e8c-4961-ae0a-bc00878e4f2e -O "${DATA_DIR}/WEEZ.csv"
wget --progress=bar:force:noscroll -q --show-progress https://www.data.gouv.fr/fr/datasets/r/bfc3a658-c054-4ecc-ba4b-22f3f5789dc7 -O "${DATA_DIR}/WEEZ.csv"

echo "-- Import CSV datasets to sqlite"

Expand Down

0 comments on commit 0fefe67

Please sign in to comment.