Skip to contents

Runs the specified extract refresh task on Tableau Server.

Usage

run_extract_refresh_task(tableau, task_id, api_version = 3.22)

Arguments

tableau

A list containing the Tableau authentication variables: `base_url`, `token`, and `site_id`.

task_id

The ID of the extract refresh task to run.

api_version

The API version to use (default: 3.22).

Value

The response from the API.