We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16269c commit b328a1bCopy full SHA for b328a1b
pipelines/assets/fixtures.py
@@ -338,7 +338,9 @@ def consolidated_fixture(
338
for model_name, instances in livelihood_activity_valid_instances.items()
339
if model_name != "WealthGroup"
340
},
341
+ **wild_foods_valid_instances,
342
}
343
+
344
# Add the wild foods and other cash income instances, if they are present
345
for model_name, instances in {**other_cash_income_valid_instances, **wild_foods_valid_instances}.items():
346
if instances and model_name != "WealthGroup":
0 commit comments