similar to #496, we should conditionally replace calls to the backend client's publish_ and delete_garden_metadata methods with the appropriate calls to the revamped backend.
NOTE: frontend and sdk clients will still read from the search index; this assumes that https://github.com/Garden-AI/garden-backend/issues/95 is completed, and changes to the DB also propagate to the search index.
similar to #496, we should conditionally replace calls to the backend client's
publish_
anddelete_garden_metadata
methods with the appropriate calls to the revamped backend.NOTE: frontend and sdk clients will still read from the search index; this assumes that https://github.com/Garden-AI/garden-backend/issues/95 is completed, and changes to the DB also propagate to the search index.