Publishing Tableau workbooks with hidden sheets/views using the REST API

Поділитися
Вставка
  • Опубліковано 1 чер 2024
  • This video covers how you can use Tableau's REST API to publish a workbook and hide specific views/sheets. We're using the tableau-api-lib Python package to get the job done.
    The hidden sheets still exist within the workbook, but they will not be visible to users interacting through Tableau Server or Tableau Online.
    Brief discussion of the various REST API endpoints being used is included, for anyone wanting to build their own custom implementation of the endpoints.

КОМЕНТАРІ • 3

  • @olgakutcenko6401
    @olgakutcenko6401 Рік тому

    Hello Devyx, thank you for the video! I have a question for you, how to pass multiple usernames and passwords and in what order they should be? Do you have any ideas? Thank you!

  • @DanielWeikert
    @DanielWeikert Рік тому

    Can you show how to install tableau server? Would need the server first to follow your tutorial ;)

    • @devyx
      @devyx  Рік тому

      If you want a sandbox, join the Tableau Developer program (free) and you'll get your own Tableau Online site to play around with. No installation necessary.
      Installing a real production Tableau Server can be quite an effort. Typically that would be managed by the infrastructure professionals at your organization, but with the developer sandbox site you can do everything in this tutorial.