We are backing up some of the FAH tables that are wiped in 90 days from the Fusion database in a separate database. Is there a way to run the FDI data pipeline against the regular FAH tables and then also against this other database we maintain?
@pwc123 - No, that's not possible. During creation of data augmentation a separate custom table needs to be created. OOTB ware house tables cannot be selected.
@pwc123 - As of now, FDI only supports bringing data from one Fusion application into the warehouse at a time.
Thanks for responding @Sumanth V -Oracle. The other source is not a Fusion application DB, it's a standalone ADW instance. Are you saying it isn't possible to point to another database for data? Or are we saying we cannot add data to a Fact (let's say) from 2 sources?
@pwc123 - We cannot add data to the same FDI warehouse tables from two different sources simultaneously. While you can connect to multiple sources using available connectors, data augmentation is required to load data into the warehouse.
Can we use data augmentation to load additional data to the same tables that the seeded data pipeline is loading? I'm referring to rows, not columns of course.