Read Data Source (Tableau Table Writer)

Synopsis

This operator can read data source from tableau server.

Description

The "Read Data Source" operator enables users to read data from a Tableau server. By connecting to Tableau, this operator allows the retrieval of data sources stored on the server, facilitating seamless integration of Tableau data into your workflow for further processing and analysis.

Input

  • connection (Connection)

    This input port expects a connection object if any. See the parameter connection entry for more information.

Output

  • out (Data table)

    The output port provides an ExampleSet derived from reading the table and schema of the data source.

  • connection (Connection)

    This output port delivers the Connection object from the input port. If the input port is not connected the port delivers nothing.

Parameters

  • site id The site id as seen in the Tableau Server URL. Please note, that this id is not necessarily the same as the site name. If left blank, it will use the default site.
  • project name The name of the project form which the data source will be read.
  • data source name The list of available data sources within a project, from which a specific data source will be selected for reading.
  • schema The list of available schemas within a datasource, from which a specific schema will be selected for reading.
  • table The list of available tables within a schema, from which a specific table will be selected for reading.