Skip to content

Add option to exclude limited relationships from referential integrity violation analysis #132

Description

@albertospelta

Currently, the referential integrity violation analysis includes all types of relationships - both regular and limited. This can lead to errors when limited relationships that span different data islands (cross-island relationships) generates queries that exceed row limits due to Direct Query mode (see sql-bi/Bravo#798).

To address this, we propose adding a new option to specify the analysis mode, such as Regular Only(default) and Full which will retain the current behavior by including all relationships.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions