The load failed: Load failed. Error Message: Table "XYZ" has 7,145,120,256 rows. The current limit is 5,000,000,000 rows.
Page 1 / 1
Hi Richa,
I think it is not possible to increase the limit for the data model load.
As an alternative, you could
1) Force the created table to contain 5.000.000 rows by using the LIMIT statement in SQL.
You would do this after an SELECT FROM statement, for example:
SELECT *
FROM your_table
LIMIT 5000000;
2) Aggregate the data rows that is not required at a granular level, such as activities that don't add much value.
Let me know if you need more help.
Hi Richa,
Check with the Celonis Service desk, they can help.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.