Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Security Level: Users (General product issues)
-
UNDECIDED
-
Blue Sprint 91, Blue Sprint 92
Description
Tableau Extract API 2.0 supports multiple tables (previous version was limited just to one table called "Extract"). We should implement this in TableauWriter component.
See https://onlinehelp.tableau.com/current/api/extract_api/en-us/Extract/extract_api_whats_new.htm
Action on existing output file:
1) Overwrite (replaces the file) - Output file is completely recreated, thus all existing tables deleted. Then new table is created.
2) Append to table - Open existing file, open table and append to it. The table is created only if it is not already here. Other tables in file remains intact.
3) Terminate processing - Graph execution fail.