-
Notifications
You must be signed in to change notification settings - Fork 34
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
Download underlying data #102
Comments
Hey @adeekhan let's dig into this a bit further.
|
For (1) you may need to download the datasource (Download Data Source endpoint) or download the workbook (Download Workbook endpoint) to get to your underlying data using Tableau. However, this is bad practice in my opinion. If you want the underlying data, going directly to the source and building ETL processes outside of Tableau is best. For example, if you connect to a database using Tableau and then want the underlying data, it's best to just pull that data from the database outside of Tableau, using whatever tool is best for the job. Using Tableau as a data extraction tool is perhaps doable, but it will be more painful and less scaleable than using a tool that's optimized for that task. Tableau is a great data exploration and dashboarding tool -- but performing ETL tasks using Tableau Desktop is not advised. For (2) it is hard to say exactly what's wrong with these screenshots. It could be that you have aliased the filters in your dashboard, such that the names displayed do not reflect the actual underlying field. It could also be that the values within your fields are aliased (within Tableau) and that you need to reference the actual underlying values in your URL parameters. Whenever filters or parameters are not working for me in a REST API query, it's almost always either (a) an incorrect field name reference, or (b) an incorrect value on which to filter. Hope that helps! |
Hi, |
Hi,
I have used tableau_api_lib, using which I can query, site, workbook and view. However there are two issues I have:
I would highly appreciate if you can help to fixed the above issues. You can reach out to me on my email ID [email protected] if you wish to reach out to me directly.
Thank you once again for creating such a great library however would appreciate if you can help me find the solution of above issues.
The text was updated successfully, but these errors were encountered: