I have two data pools.
- (A) One data pool extracts P2P data from an SAP system. This connection is shared.
- (B) The other data pool uses the first data pool as a connection. The tables are synchronized.
After extracting the table EINE in A, it is not automatically updated in B (see screenshots).
The documentation states that it should be done automatically "If new rows are added to the tables and views of the exported Data Connection, the data will be available automatically in the importing Data Pools" https://docs.celonis.com/en/transfer-data-between-data-pools.html
It seems that there is a routine which updates the table in B at a certain moment. But I do not know how to control/trigger this.