Zhe An
06/05/2023, 10:47 PMnode(func=create_class_code_list, inputs=["full_raw_data_dump", 'params:feature_engineering.primary_policy_key', 'params:feature_engineering.class_code_col'], outputs="full_data_with_agg_features")
I want to test the inputs
1. full_raw_data_dump
is a dataframe from catalog.yaml. I want to test keys in this df.
2. params:feature_engineering.primary_policy_key
is str from catalog.yaml. I want to test the string using a keyword pattern.Juan Luis
06/06/2023, 11:27 AMKedroContext
fixture that then you can use to extract the catalog (it has a .catalog
property)