-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update User Filters on older data sources #16
Comments
TS Events uses an old-school method, so both 02 and 01 version sets need to be updated. I'm a bit concerned that performance will tank, however, even if the field goes unused, since we'll have to join a bunch of CustomSQL into it...I suppose I'll add them in, then test live query and extract speed differences. |
Updating this for posterity: This took a long time for TS Events, because it required joining a crapload more tables to an already spiderwebby connection structure. I was concerned what this might do to performance, so at first I tried converting it to a UNION structure rather than doing a million joins. This actually TANKED performance. So I resigned myself to joining all the additional project, user, and system_user tables to all four of the branches in the connection, and did testing against the prior version. Live connections are very slow to render, but not worse than the prior version: Extract refreshes also seemed not to suffer much: So, yay |
Add Tableau Server Protocol parameter / fix root hyperlink URL (no number) Added Version field #14 Forced values for all LUID fields to lowercase #8 Updated User Filter for consistency with other data sources #16 Add a starter sheet to TS Web Requests #2 Clarify "vud" action type in TS Web Requests enhancement #1
We created some new features for data sources in later 02 version sets that were never added to the old 01 version set. Add new permissions strings to it and edit the User Filter calc appropriately.
The text was updated successfully, but these errors were encountered: