Skip to main content

Update a Tableau integration

PUT 

/api/v1/lineage/bi/tableau/:bi_datasource_id/

It can only update the schedule. Returns the integration with changed fields.

Request

Path Parameters

    bi_datasource_id Tableau integration idrequired

Body

required
    index_interval_min Index Interval Min
    name Name
    server_url Server Urlrequired
    site_id Site Idrequired
    token_name Token Namerequired
    token_value passwordrequired

Responses

Successful Response

Schema
    any
Loading...