Output Module Limitations?
Hi,
I am working on getting activities data out from collibra.
I am not using Rest API because of the limitations. Instead, I am using output module…
Can output module be used to get he below:
- Get list of assets which were created in the last 7 days?
- Get list of assets which were updated in the last 7 days?
- Get list of assets which were deleted in the last 30 days?
I could use the lastmodified and createdon filter to get the assets. But the problem lies in the differentiation of the two events. As an asset created in the last 3 days, could be modified on the 3rd day or later. So, it would be hard to differentiate between the two.
So, differentiation plays an important role here. Any suggestions, please.
@george.cheung.collibra.com @pranay.mahendra please provide your suggestions
Regards,
Ravi
ravi
Posted 3 years ago · Edited 1 year ago·Last reply 1 year ago
2 comments
akashpandey
·1 year agoPlease use Knowledge Graph queries for this. They are faster and way more efficient in this use case.
stefan_busch
·3 years ago · EditedI do not how feasible it is but what about doing multiple calls to the output module (once with the last modified and once with the created on filter)?