ethyca / fides

The Privacy Engineering & Compliance Framework

Home Page:https://ethyca.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fides: add `PrivacyDeclaration.flexible_legal_basis_for_procesing` field

adamsachs opened this issue · comments

Is your feature request related to a specific problem?

Follow up to https://github.com/ethyca/fideslang/issues/176

Add a PrivacyDeclaration.flexible_legal_basis_for_processing field to our DB model here in fides, and ensure the field on the pydantic model (added in https://github.com/ethyca/fideslang/issues/176) is exposed properly in the application API.

Describe the solution you'd like

  • update PrivacyDeclaration DB model class
  • add a migration to add column to the DB table
  • update any tests to ensure property can be set and read via /system API

Additional context

See https://github.com/ethyca/fideslang/issues/176 for additional context

moving to done