From ef98fdaaa931d620919d964cd6cbed65738d44ae Mon Sep 17 00:00:00 2001 From: Jesse Vickery Date: Mon, 27 May 2024 15:07:49 +0000 Subject: [PATCH] feat(misc): readme; - Added canada fork only changes to readme. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 9ad6eee5..85f89cd8 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,7 @@ XLoader - Canada Fork Changes - Xloader will not automatically queue Load to DataStore jobs when the Validation extension is enabled. - Loading to DataStore requires a successful Validation report. - The webhook functionality has been changed to use the local running framework. +- Uses `get_resource_uploader` to retrieve the resource data instead of the resource url, allowing for extensions like CloudStorage to work with Xloader. - Adds a new job to remove unsupported extensions and resource types from the DataStore. - Adds the capability to control type guessing strictness if type guessing is enabled (`ckanext.xloader.use_type_guessing`)::