-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presto Connector for Tableau #2592
Comments
Timestamp is presented in session timezone-dependent form. Are you using JDBC or ODBC with Tableau? |
@mallika-singhi is it something called a "Web Connector" in Tableau? |
no its not a web connector. Links for reference: |
@mallika-singhi please add Also, please join our slack https://prestosql.io/slack.html, it has dedicated #troubleshooting channel. let me close the issue as answered, you can still comment here, or move to slack |
Timestamp conversion done incorrectly while connecting presto connector as data source in Tableau.
Database details as follows:
presto:default> select user_id,authorized_date from taxonomy.dim_users where user_id = 2325954;
user_id | authorized_date
2325954 | 2018-07-01 00:19:36.000
hive> select user_id,authorized_date from taxonomy.dim_users where user_id = 2325954;
![Screenshot 2020-01-20 at 1 04 59 PM](https://user-images.githubusercontent.com/56252123/72957902-4b58fd00-3dcb-11ea-9796-4468257157a5.png)
![Screenshot 2020-01-20 at 1 05 07 PM](https://user-images.githubusercontent.com/56252123/72957903-4bf19380-3dcb-11ea-9f45-88d3ae46f406.png)
user_id authorized_date
**2325954 2018-07-01 00:19:36
**
Tableau s/s as attached .
Please look into this and let me know if you need any more details from my end
Thanks,
Mallika Singhi
The text was updated successfully, but these errors were encountered: