Skip to content

Commit dbfc4b3

Browse files
committed
test
1 parent fa6a3d2 commit dbfc4b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ckanext/datapusher_plus/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def _push_to_datastore(
217217

218218
# fetch the resource data
219219
logger.info(f"Fetching from: {resource_url}...")
220+
logger.info(f"XXX",resource.get("url_type"))
220221
headers: Dict[str, str] = {}
221222
if resource.get("url_type") == "upload":
222223
# If this is an uploaded file to CKAN, authenticate the request,

0 commit comments

Comments
 (0)