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 6cde198 commit a3e319cCopy full SHA for a3e319c
1 file changed
pipelines/assets/livelihood_activity.py
@@ -802,6 +802,7 @@ def get_instances_from_dataframe(
802
and ("product_id" not in livelihood_strategy or not livelihood_strategy["product_id"])
803
and livelihood_strategy["season"] == season2_name
804
and previous_livelihood_strategy
805
+ and "product_id" in previous_livelihood_strategy
806
and previous_livelihood_strategy["product_id"]
807
):
808
livelihood_strategy["attribute_rows"]["product_id"] = row
0 commit comments