|
10 | 10 | ) |
11 | 11 | from .assets.baseline import baseline_instances, community_instances |
12 | 12 | from .assets.fixtures import ( |
13 | | - consolidated_fixtures, |
14 | | - consolidated_instances, |
15 | | - imported_baselines, |
| 13 | + consolidated_fixture, |
| 14 | + imported_baseline, |
16 | 15 | imported_communities, |
17 | 16 | uploaded_baselines, |
18 | | - validated_instances, |
19 | 17 | ) |
20 | 18 | from .assets.livelihood_activity import ( |
21 | 19 | all_livelihood_activity_labels_dataframe, |
| 20 | + imported_livelihood_activities, |
22 | 21 | livelihood_activity_dataframe, |
| 22 | + livelihood_activity_fixture, |
23 | 23 | livelihood_activity_instances, |
24 | 24 | livelihood_activity_label_dataframe, |
| 25 | + livelihood_activity_valid_instances, |
25 | 26 | summary_livelihood_activity_labels_dataframe, |
26 | 27 | ) |
27 | 28 | from .assets.other_cash_income import ( |
28 | 29 | all_other_cash_income_labels_dataframe, |
| 30 | + imported_other_cash_income_activities, |
29 | 31 | other_cash_income_dataframe, |
| 32 | + other_cash_income_fixture, |
30 | 33 | other_cash_income_instances, |
31 | 34 | other_cash_income_label_dataframe, |
| 35 | + other_cash_income_valid_instances, |
32 | 36 | summary_other_cash_income_labels_dataframe, |
33 | 37 | ) |
34 | 38 | from .assets.wealth_characteristic import ( |
35 | 39 | all_wealth_characteristic_labels_dataframe, |
| 40 | + imported_wealth_characteristics, |
36 | 41 | summary_wealth_characteristic_labels_dataframe, |
37 | 42 | wealth_characteristic_dataframe, |
| 43 | + wealth_characteristic_fixture, |
38 | 44 | wealth_characteristic_instances, |
39 | 45 | wealth_characteristic_label_dataframe, |
| 46 | + wealth_characteristic_valid_instances, |
40 | 47 | ) |
41 | 48 | from .assets.wild_foods import ( |
42 | 49 | all_wild_foods_labels_dataframe, |
| 50 | + imported_wild_foods_activities, |
43 | 51 | summary_wild_foods_labels_dataframe, |
44 | 52 | wild_foods_dataframe, |
| 53 | + wild_foods_fixture, |
45 | 54 | wild_foods_instances, |
46 | 55 | wild_foods_label_dataframe, |
| 56 | + wild_foods_valid_instances, |
47 | 57 | ) |
48 | 58 | from .jobs.fixtures import ( |
49 | 59 | extract_dataframes, |
|
76 | 86 | all_livelihood_activity_labels_dataframe, |
77 | 87 | summary_livelihood_activity_labels_dataframe, |
78 | 88 | livelihood_activity_instances, |
| 89 | + livelihood_activity_valid_instances, |
| 90 | + livelihood_activity_fixture, |
| 91 | + imported_livelihood_activities, |
79 | 92 | other_cash_income_dataframe, |
80 | 93 | other_cash_income_label_dataframe, |
81 | 94 | all_other_cash_income_labels_dataframe, |
82 | 95 | summary_other_cash_income_labels_dataframe, |
83 | 96 | other_cash_income_instances, |
| 97 | + other_cash_income_valid_instances, |
| 98 | + other_cash_income_fixture, |
| 99 | + imported_other_cash_income_activities, |
84 | 100 | wild_foods_dataframe, |
85 | 101 | wild_foods_label_dataframe, |
86 | 102 | all_wild_foods_labels_dataframe, |
87 | 103 | summary_wild_foods_labels_dataframe, |
88 | 104 | wild_foods_instances, |
| 105 | + wild_foods_valid_instances, |
| 106 | + wild_foods_fixture, |
| 107 | + imported_wild_foods_activities, |
89 | 108 | wealth_characteristic_dataframe, |
90 | 109 | wealth_characteristic_label_dataframe, |
91 | 110 | all_wealth_characteristic_labels_dataframe, |
92 | 111 | wealth_characteristic_instances, |
| 112 | + wealth_characteristic_valid_instances, |
| 113 | + wealth_characteristic_fixture, |
| 114 | + imported_wealth_characteristics, |
93 | 115 | summary_wealth_characteristic_labels_dataframe, |
94 | | - consolidated_instances, |
95 | | - validated_instances, |
96 | | - consolidated_fixtures, |
| 116 | + consolidated_fixture, |
97 | 117 | uploaded_baselines, |
98 | 118 | imported_communities, |
99 | | - imported_baselines, |
| 119 | + imported_baseline, |
100 | 120 | ], |
101 | 121 | jobs=[ |
102 | 122 | update_metadata, |
|
0 commit comments