Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.17 KB

File metadata and controls

21 lines (17 loc) · 2.17 KB

ScheduledPlanDestination

Properties

Name Type Description Notes
id int Unique Id [optional]
scheduled_plan_id int Id of a scheduled plan you own [optional]
format str The data format to send to the given destination. Supported formats vary by destination, but include: "txt", "csv", "inline_json", "json", "json_detail", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png" [optional]
apply_formatting bool Are values formatted? (containing currency symbols, digit separators, etc. [optional]
apply_vis bool Whether visualization options are applied to the results. [optional]
address str Address for recipient. For email e.g. 'user@example.com'. For webhooks e.g. 'https://domain/path'. For Amazon S3 e.g. 's3://bucket-name/path/'. For SFTP e.g. 'sftp://host-name/path/'. [optional]
looker_recipient bool Whether the recipient is a Looker user on the current instance (only applicable for email recipients) [optional]
type str Type of the address ('email', 'webhook', 's3', or 'sftp') [optional]
parameters str JSON object containing parameters for external scheduling. For Amazon S3, this requires keys and values for access_key_id and region. For SFTP, this requires a key and value for username. [optional]
secret_parameters str (Write-Only) JSON object containing secret parameters for external scheduling. For Amazon S3, this requires a key and value for secret_access_key. For SFTP, this requires a key and value for password. [optional]
message str Optional message to be included in scheduled emails [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

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