Open frafra opened 2 years ago
ckan_pycsw.py uses an API endpoint that has been deprecated in CKAN 2.0 and removed in CKAN 2.8: https://docs.ckan.org/en/2.9/api/legacy-api.html
https://github.com/ckan/ckanext-spatial/blob/6507845bec1aee47a8afaa8f2b106db36f630026/bin/ckan_pycsw.py#L77
Also, when using the v3 action api/3/action/package_search, the fields extras_harvest_object_id and extras_metadata_source are no longer available directly.
api/3/action/package_search
extras_harvest_object_id
extras_metadata_source
ckan_pycsw.py uses an API endpoint that has been deprecated in CKAN 2.0 and removed in CKAN 2.8: https://docs.ckan.org/en/2.9/api/legacy-api.html
https://github.com/ckan/ckanext-spatial/blob/6507845bec1aee47a8afaa8f2b106db36f630026/bin/ckan_pycsw.py#L77