You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug ignoring Primary key specified in the Excel workbook from ckanapi-harversters version 0.0.13 (18/03/2026, commit a8dd7b32). py_upload_index was created even though a primary key was specified.
Reduced time to import the Python package by using lazy imports for optional dependencies.
Changed
Function headers for DataStore reading API calls (datastore_search, datastore_dump, datastore_search_sql)
and the page_generator and cursor variants. The latter has the default argument search_all=True changed.
The limitation of the number of requests is managed by the user.
Added
If the first line of the API key file is an URL, it is checked against the URL of the CKAN server.
Added charset=utf-8 in the Content-type HTTP header to ensure characters are correctly interpreted by CKAN server.
Added support for tqdm progress bar appearing by default in the console output, if package is installed.