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
package_search_all is no longer limited to ckan.owner_org when argument owner_org is None.
Fixed
package_search_all now includes draft datasets by default (option include_drafts).
ckan.owner_org is not applied when patching an existing package without specifying the owner_org argument.
Raise an error if a CLI argument is not recognized in the resource Options field.
Added
Assist mode Data Cleaner which detects field types which were not specified.
This feature is for debug use as it is time-consuming.
Option inhibit_datastore_patch_indexes to ignore primary key and indexes arguments when calling datastore_create
on an existing dataset (patch mode). This argument has been routed up to package builder patch_request_full.