Andres Vazquez
Andres Vazquez
**Describe the bug** Error installing datapusher+ service = _get_service(plugin) ^^^^^^^^^^^^^^^^^^^^ File "/code/venv/lib/python3.11/site-packages/ckan/plugins/core.py", line 284, in _get_service return plugin.load()(name=plugin_name) ^^^^^^^^^^^^^ File "/code/venv/lib/python3.11/site-packages/pkg_resources/__init__.py", line 2468, in load return self.resolve() ^^^^^^^^^^^^^^ File "/code/venv/lib/python3.11/site-packages/pkg_resources/__init__.py",...
I'm confused about config names for `ckanext.datapusher_plus.types` and `ckanext.datapusher_plus.formats` Is this PR corrct?
In progress With some Claude Sonnet 4 support ### Proposed fixes: Allow extensions adding datastore dump formats ### Features: - [ ] includes tests covering changes - [ ] includes...
We need a hook after the user is saml2 valid and before is logged in into CKAN Even before we create the user for the first time CKAN plugins may...