Matt
Matt
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...
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...
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...
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...
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)
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...
https://github.com/tableau/VizAlerts/blob/python3-support/docs/install_guide.md#starter-workbook- references the wrong file...it's Demo, not Starter.
Tried to run a test_alert this morning on our server, and it worked the first time, but not the subsequent second two times. The problem was that a single alert...
https://community.tableau.com/thread/334316 At present, the VizAlertsConfig workbook exports its CSV with the text "true" for the is_test column in English locales, but this is converted to "wahr" in German locales, which...
A user was confused that when they updated the default footer in the Tableau Server site configuration page, VizAlerts did not immediately adopt them. This is because VizAlerts does not...