export function copy_source(source_uuid, metric_uuid, reload) {
    return fetch_server_api("post", `source/${source_uuid}/copy/${metric_uuid}`, {}).then(reload)
}