Skip to content

Commit

Permalink
Note datastore bypasses the after_update callback for resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSoroos committed Nov 10, 2023
1 parent bf94b96 commit 7586be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckan/plugins/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,10 @@ def after_resource_update(
dictionary ``url_type`` which is set to ``upload`` when the
resource file is uploaded instead of linked.
:type resource: dictionary
Note that the datastore will bypass this callback when updating
the ``datastore_active`` flag on a resource that has been added
to the datastore.
'''
pass

Expand Down

0 comments on commit 7586be1

Please sign in to comment.