Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Handling circular dependencies

Availability-noteDeprecated

If you are using a SQL database to store your data records, you may encounter an error during initialization because a circular dependency is detected. This means that, for example, EntityA references EntityB, EntityB references EntityC, and EntityC references EntityA.

To fix the data model in such a case, simply turn off Foreign Key integrity checking for the relation, as described in Enabling foreign key integrity checking.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!