Tibco Automation Services is used to: (1) Open analysis from Library, and (2) Export Data Table to Library.
Step (1) opens an `.dxp`, saved in Library, that has 45 Microsoft SQL Server Data Connections, all of which import the full data in-memory. Parallel loading of data tables is observed.
Step (2) exports 45 of these Data Table as `.sbdf` to Library. This step is executed sequentially.
Enable parallelization of Data Export, step (2) above.
Enable parallelization of the `CreateDataWriter` class to save Data Table as `.sbdf` in Library via IronPython. Based on online docs, there isn't a parameter that allow this currently.