Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Problem statement
current is_in_list only supports static values, if we can optionally supply dataframe, it will two benefits:
- the list can be dynamic
- helps validate foreign keys.
Proposed Solution
as above
Additional Context
No response