We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6a3d2 commit dbfc4b3Copy full SHA for dbfc4b3
ckanext/datapusher_plus/jobs.py
@@ -217,6 +217,7 @@ def _push_to_datastore(
217
218
# fetch the resource data
219
logger.info(f"Fetching from: {resource_url}...")
220
+ logger.info(f"XXX",resource.get("url_type"))
221
headers: Dict[str, str] = {}
222
if resource.get("url_type") == "upload":
223
# If this is an uploaded file to CKAN, authenticate the request,
0 commit comments