Currently there are methods to add a new Datasource to an existing Warehouse object but not to add a new table to an existing Datasource. This would allow for more flexibility in how ad hoc tables can be combined with existing data. The current workaround is to just add any tables you want to stick around to your config file and recreate the Warehouse.
Currently there are methods to add a new
Datasourceto an existingWarehouseobject but not to add a new table to an existingDatasource. This would allow for more flexibility in how ad hoc tables can be combined with existing data. The current workaround is to just add any tables you want to stick around to your config file and recreate theWarehouse.