Git Product home page Git Product logo

tableau-wrangler's Introduction

Welcome to the tap-tableau-wrangler Singer Tap!

Tableau Wrangler was created from a need to better manage our Tableau Server instance, in conjunction with other tools in our data stack including dbt.

Currently Tableau Wrangler is focused on extracting details embedded in Workbook files (Datasources, Connections and Relations) as well as retrieving table references from embedded Custom SQL text fields inside Relation entities.

This may not mean much to you (unless you are a seasoned Tableau-er) but the above details can help answer questions like:

  • Which Workbooks depend on which tables in which databases?
  • How many Workbooks depend on Excel, CSV or Google Sheets?
  • Who's credentials are used for embedded connections, in which Workbooks?

Having answers to all of these questions has helped us with wrangling our Tableau Server instance, which has several 100's of Workbooks.

In future, we hope to extend this tap to cover other metadata that is exposed by the Tableau Server API's directly (esp. Published Connections and child objects). PR submission very welcome. Watch this space!

This Singer-compliant tap was created using the Singer SDK.

Singer SDK Dev Guide

See the dev guide for more instructions on how to use the Singer SDK to develop your own taps and targets.

Config Guide

This tap requires the following config:

{
    "username": "example.username",
    "password": "mysupersecretpassword",
    "host": "https://tableau.com",
    "batch_size": 50
}

batch_size is optional and represents the number of Workbooks to fetch in a single run. We found it necessary to add this to control the load on our Tableau Server; the tap will only download batch_size records at a time, in order of oldest modified (since the last bookmark, if a bookmark is available from a previous run). This ensures tap runs do not adversely affect regular users of Tableau Server/Web.

tableau-wrangler's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.