Skip to content
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

fix: add support for Tableau multi-site deployment #463

Merged

Commits on Mar 26, 2021

  1. Add support for Tableau multi-site deployment

    Tableau supports multi-tenancy as "site", but current databuilder
    implementation does not support the feature.
    Now, dashboard_url and dashboard_group_url contain site name
    (e.g. https://tableau-server/#/site/my-site/...).
    
    Signed-off-by: Shuichiro MAKIGAKI <shuichiro.makigaki@gmail.com>
    shuichiro-makigaki committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    dddf7a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Add defaulting Tableau site name

    Default site name is '', and site name conf is optional.
    
    Signed-off-by: Shuichiro MAKIGAKI <shuichiro.makigaki@gmail.com>
    shuichiro-makigaki committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c3671d2 View commit details
    Browse the repository at this point in the history