Commit e5cab37 1 parent a8ccb29 commit e5cab37 Copy full SHA for e5cab37
File tree 1 file changed +13
-14
lines changed
1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,21 @@ endif
26
26
DATASTORE_URL = https://files.planning.data.gov.uk/
27
27
28
28
first-pass ::
29
- export PYTHONPATH=.
30
- mkdir -p dataset/
31
- bin/download-collection.sh
32
- bin/download-pipeline.sh
33
- bin/concat.sh
34
- python bin/download-issues.py
35
- bin/download-operational-issues.sh
36
- python bin/download-column-field.py
37
- python bin/download-converted-resources.py
38
- # bin/download-resources.sh
39
- ./bin/concat-issues.py
40
- ./bin/concat-column-field.py
41
- ./bin/concat-converted-resource.py
29
+ export PYTHONPATH=$( shell pwd) ; \
30
+ mkdir -p dataset/; \
31
+ bin/download-collection.sh; \
32
+ bin/download-pipeline.sh; \
33
+ bin/concat.sh; \
34
+ python bin/download-issues.py; \
35
+ bin/download-operational-issues.sh; \
36
+ python bin/download-column-field.py; \
37
+ python bin/download-converted-resources.py; \
38
+ # bin/download-resources.sh; \
39
+ ./bin/concat-issues.py; \
40
+ ./bin/concat-column-field.py; \
41
+ ./bin/concat-converted-resource.py; \
42
42
python3 bin/download_expectations.py
43
43
44
-
45
44
second-pass :: $(DB )
46
45
47
46
third-pass :: $(DB_PERF )
You can’t perform that action at this time.
0 commit comments