VizAlerts icon indicating copy to clipboard operation
VizAlerts copied to clipboard

Data-driven alerting for Tableau Server

Results 73 VizAlerts issues
Sort by recently updated
recently updated
newest added

See #186. Looks like the class we use to parse CSVs is not working when a custom delimiter (e.g. ";") is used in place of commas. This broke when we...

bug

Some situations require that someone besides the owner of a workbook have the ability to execute a test, or retry, of a VizAlert. If issues arise while the owner is...

enhancement

Linux users encounter friction because VizAlerts was developed and tested on Windows, and uses Windows conventions for filepaths. Examples are several config file values: https://github.com/tableau/VizAlerts/blob/master/config/vizalerts.yaml#L2 https://github.com/tableau/VizAlerts/blob/master/config/vizalerts.yaml#L5 https://github.com/tableau/VizAlerts/blob/master/config/vizalerts.yaml#L6 Here's one hard-coded...

bug

The [Connected Apps feature](https://help.tableau.com/current/online/en-us/connected_apps.htm) was created to replace Trusted Tickets and increase security. VizAlerts should be updated to make use of this feature. If this is tackled, we'll also need...

enhancement

VizAlerts should be updated to allow an admin to save secrets. At this time, it only stores: smtp.password smsaction.auth_token However, if support for Connected Apps is added, we will also...

enhancement

Added the ability to use VIZ_CSV in the body section of an email instead of only as an attachment. This will display the CSV as an HTML text table within...

cla:signed

User Guide does not seem to explicitly allow for customized views in content references. Do we support this? If so, let's say so. e.g.: VIZ_IMAGE(myworkbook/myview/myusername@mydomain/mycustomizedviewname)

enhancement

vizAlert generated blank csv attachment when triggered on a customized view in a dashboard. `VIZ_CSV(///)`

See https://community.tableau.com/message/981399 We should take another look at our email address validation steps to make sure they're in line with RFC standards. Apostrophes are valid characters in the local part...

bug

https://github.com/tableau/VizAlerts/blob/python3-support/docs/install_guide.md#starter-workbook- references the wrong file...it's Demo, not Starter.

bug