New functionalities.
Added
- Added `assert_that_values_in_catalog` function to check if all values in a specified DataFrame column are present in a catalog (list).
- Added test cases to validate the behavior of `assert_that_values_in_catalog` in various scenarios:
- All values are in the catalog.
- Not all values are in the catalog.
- Column not present in the DataFrame.
- Empty catalog handling.
Changed
- No changes in this release.