Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for deletion of last_caches #25097

Closed
Tracked by #25091
hiltontj opened this issue Jun 25, 2024 · 0 comments · Fixed by #25162
Closed
Tracked by #25091

API for deletion of last_caches #25097

hiltontj opened this issue Jun 25, 2024 · 0 comments · Fixed by #25162
Assignees
Labels

Comments

@hiltontj
Copy link
Contributor

hiltontj commented Jun 25, 2024

Last cache deletion will be done via a new REST API.

Details

  • Method: DELETE
  • Endpoint: /api/v3/configure/last_cache
  • Request Body
    {
      "db" : "foo",
      "table" : "table1",
      "name" : "last_values_table1"
    }

The API should have the last cache removed from the catalog, as well as have it torn down in the internal last cache (#25093).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant