Hi Everyone! I need your help . I want to run my code as mentioned below:
1. Expectations: It takes 3 Parameters config_name,table_name,table_key and when I pass it to get_config(get_config is a Prefect Task) it should fetch some data from dynamoDb then pass it to run_config_processor(also a prefect Task)
2. Actual: It is calling run_config_processor without getting the data from get_config. It is running fine on my local.