0.0
No commit activity in last 3 years
No release in over 3 years
Shows Apple Notification Center notifcations for Tableau queries against external data sources.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Tableau Notifier for Mac

This simple application shows notifications in the Apple Notification Center whenever Tableau runs a query against an external data source. If you wish to see how Tableau gets the data you are using in a worksheet and don't want to deal with reading through JSON logs, tableau_notify is for you.

To use the notifier, you simply do:

gem install tableau_notify
tableau-notify

This will show the queries in the console, but will also display desktop notifications. If you click on the desktop notification, your default text editor for files with the sql extension will open the full query.

PRs are welcome.