Skip to content

Commit b328a1b

Browse files
committed
Add missing wild_foods_valid_instances in the consolidated_instances of consolidated_fixture asset see HEA-677
1 parent f16269c commit b328a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipelines/assets/fixtures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,9 @@ def consolidated_fixture(
338338
for model_name, instances in livelihood_activity_valid_instances.items()
339339
if model_name != "WealthGroup"
340340
},
341+
**wild_foods_valid_instances,
341342
}
343+
342344
# Add the wild foods and other cash income instances, if they are present
343345
for model_name, instances in {**other_cash_income_valid_instances, **wild_foods_valid_instances}.items():
344346
if instances and model_name != "WealthGroup":

0 commit comments

Comments
 (0)