peaka_refresh_project_metadata
Refreshes catalog metadata to reflect structural changes like new tables or columns. Triggers asynchronously; poll status for completion.
Instructions
Refresh project metadata for a specific catalog. This is a long-running operation that should only be used when a data source has structurally changed (e.g. new tables or columns added). Triggers the refresh asynchronously and returns immediately; it does not wait for completion. Poll peaka_get_metadata_refresh_status to track progress until it reports COMPLETED or FAILED.
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalogId | Yes | The catalog ID to refresh metadata for. | |
| projectId | Yes | The Peaka project ID to run against. |