awslabs / python-deequ

Python API for Deequ
Apache License 2.0
713 stars 134 forks source link

check constraint for foreign key validation in pydeeque #98

Open SadamAyubNBS opened 2 years ago

SadamAyubNBS commented 2 years ago

Team,

Is there any check (https://pydeequ.readthedocs.io/en/latest/pydeequ.html#module-pydeequ.checks) available to validate the foreign key constraints

e.g parent data frame (PK columns ), child data frame ( FK form parent table).