Project: datalens
81 entity types
Matrix/Data Model/project_gdpr_flags
PhysicalTableData Model

project_gdpr_flags

project_gdpr_flags stores GDPR sensitivity detection results for files and columns, indicating potential PII, with confidence scores and timestamps for compliance. The project_gdpr_flags table stores GDPR flags linked to projects via project_id. GDPR flags reference files through the file_id column in project_gdpr_flags. GDPR PII detection results are recorded in the project_gdpr_flags table to track personal data sensitivity. ProjectGdprFlag data entity uses SchemaProfile data entity to define schema-related GDPR flags. AgentSession data entity uses ProjectGdprFlag data entity to manage GDPR compliance flags. Projects contain project_gdpr_flags tables that flag GDPR-related data for the project.

Attributes
labelsPhysicalTable,Entity
logical entity refproject_gdpr_flags
database systempostgresql
primary keyid
indexesidx_agent_sessions_project, idx_agent_sessions_user, idx_agent_messages_session, idx_agent_findings_project, idx_agent_findings_pinned, idx_agent_skill_log_session, idx_project_gdpr_flags_project
Relationships6 connections
Loading graph...