Skip to main content
Question

celonis data extraction from source system is pull based or push based ?

  • September 9, 2022
  • 2 replies
  • 8 views

Forum|alt.badge.img+10
celonis data extraction from source system is pull based or push based ?

2 replies

  • Level 9
  • September 10, 2022

In general, it is pull-based. In your data jobs within the data integration layer, you can define which specific tables and columns from those tables you want to extract based on the metadata. Running a data job sends a pull request to the connected data source.

 

There is a data push API available, which can be used in some rare cases depending on your needs.


Forum|alt.badge.img+10

In general, it is pull-based. In your data jobs within the data integration layer, you can define which specific tables and columns from those tables you want to extract based on the metadata. Running a data job sends a pull request to the connected data source.

 

There is a data push API available, which can be used in some rare cases depending on your needs.

Tq so much