Open greg-slater opened 9 months ago
When using the add-endpoints-and lookups command:
digital-land add-endpoints-and-lookups import.csv [COLLECTION-NAME]
THE last bit has to be collection-name. But in the last cell of the notebook [dataset-name] is being used:
print (F"digital-land add-endpoints-and-lookups ./import.csv {dataset}")
This needs to be changed.
Done!
When using the add-endpoints-and lookups command:
digital-land add-endpoints-and-lookups import.csv [COLLECTION-NAME]
THE last bit has to be collection-name. But in the last cell of the notebook [dataset-name] is being used:
print (F"digital-land add-endpoints-and-lookups ./import.csv {dataset}")
This needs to be changed.