View source: R/generated_client.R
| scripts_post_dbt_runs_outputs | R Documentation | 
Add an output for a run
scripts_post_dbt_runs_outputs(id, run_id, object_type, object_id)
| id | integer required. The ID of the dbt script. | 
| run_id | integer required. The ID of the run. | 
| object_type | string required. The type of the output. Valid values are File, Table, Report, Project, Credential, or JSONValue | 
| object_id | integer required. The ID of the output. | 
A list containing the following elements:
| objectType | string, The type of the output. Valid values are File, Table, Report, Project, Credential, or JSONValue | 
| objectId | integer, The ID of the output. | 
| name | string, The name of the output. | 
| link | string, The hypermedia link to the output. | 
| value | string, | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.