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.
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.