Coder Social home page Coder Social logo

tableau_view_data_export's Introduction

Python Tableau Data View Extractor

Python Module to Access Tableau API and Export CSV Data from a View

This module allows an admin user to configure clients to access a Tableau server and choose a view to export to csv.

The separation of permissions requires each client to have a different site on the server and that the client has been notified of the site name.

Module contents:

  • pub_tableau_api : this is the main program logic.
  • pub_tableau_api_auth : this module is to authenticate with the server and obtain a token. It also retrieves the site ID to use in later calls. Since this API call requires the site name, it provides an automatic scope to what data is accessible by the script user.
  • pub_tableau_api_get_data : this module retrieves the csv file of a view and passes it to the writer module to save to disk.
  • pub_tableau_api_get_views : this module returns a list of all views within a site and allows the user to choose a view for export.
  • pub_tableau_api_urls : this is a plain dictionary with API urls.

Version 0.1

  • initial release (12 Sept 2019)

Version 0.2

  • allow the user to select filters on the views before export.

tableau_view_data_export's People

Contributors

infinit3labs avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

subodhgupta

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.