Skip to content

Commit 4c74616

Browse files
Updated makerules 2025-02-19
1 parent 277517a commit 4c74616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makerules/pipeline.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ endef
126126

127127
define build-dataset =
128128
mkdir -p $(@D)
129-
time digital-land ${DIGITAL_LAND_OPTS} --dataset $(notdir $(basename $@)) --pipeline-dir $(PIPELINE_DIR) dataset-create --output-path $(basename $@).sqlite3 --organisation-path $(CACHE_DIR)organisation.csv --issue-dir $(ISSUE_DIR) --column-field-dir=$(COLUMN_FIELD_DIR) --dataset-resource-dir $(DATASET_RESOURCE_DIR) $(^)
129+
time digital-land ${DIGITAL_LAND_OPTS} --dataset $(notdir $(basename $@)) --pipeline-dir $(PIPELINE_DIR) dataset-create --output-path $(basename $@).sqlite3 --organisation-path $(CACHE_DIR)organisation.csv --issue-dir $(ISSUE_DIR) --column-field-dir=$(COLUMN_FIELD_DIR) --dataset-resource-dir $(DATASET_RESOURCE_DIR) --resource-path $(COLLECTION_DIR)resource.csv --cache-dir $(CACHE_DIR) $ $(^)
130130
time datasette inspect $(basename $@).sqlite3 --inspect-file=$(basename $@).sqlite3.json
131131
time digital-land ${DIGITAL_LAND_OPTS} --dataset $(notdir $(basename $@)) --pipeline-dir $(PIPELINE_DIR) dataset-entries $(basename $@).sqlite3 $@
132132
mkdir -p $(FLATTENED_DIR)

0 commit comments

Comments
 (0)