fetch_full_snapshot_update_selection

Function fetch_full_snapshot_update_selection 

Source
pub(super) fn fetch_full_snapshot_update_selection(
    client: &Client,
    update_api_url: &str,
) -> Result<CatalogUpdateResponse>
Expand description

Fetches a full snapshot update selection.

This bypasses local metadata and always asks the API for a full snapshot plan.

ยงErrors

Returns an error when the request URL is invalid, the request fails, the API returns a non-success status, or the response body cannot be decoded.