Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 1.9 KB

RenderTask.md

File metadata and controls

28 lines (24 loc) · 1.9 KB

RenderTask

Properties

Name Type Description Notes
id string Id of this render task [optional]
created_at string Date/Time render task was created [optional]
finalized_at string Date/Time render task was completed [optional]
status string Render task status: enqueued_for_query, querying, enqueued_for_render, rendering, success, failure [optional]
status_detail string Additional information about the current status [optional]
user_id int The user account permissions in which the render task will execute [optional]
runtime double Total seconds elapsed for render task [optional]
query_runtime double Number of seconds elapsed running queries [optional]
render_runtime double Number of seconds elapsed rendering data [optional]
result_format string Output format: pdf, png, or jpg [optional]
look_id int Id of look to render [optional]
dashboard_id int Id of dashboard to render [optional]
lookml_dashboard_id string Id of lookml dashboard to render [optional]
query_id int Id of query to render [optional]
width int Output width in pixels [optional]
height int Output height in pixels. Flowed layouts may ignore this value. [optional]
dashboard_style string Dashboard layout style: single_column or tiled [optional]
dashboard_filters string Filter values to apply to the dashboard queries, in URL query format [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]