berryworld 1.0.0.175664__py3-none-any.whl → 1.0.0.176669__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,3 +69,18 @@ class EmailLogging:
69
69
  self.log_df = self.log_df.assign(**{'ProposedSolution': proposed_solution})
70
70
  self.sql_con.insert(self.log_df, 'Logging', 'PythonLogs', print_sql=self.print_sql)
71
71
  self.failure_type.append(critical)
72
+
73
+ @staticmethod
74
+ def register_failure(email_log, section, error_, solutions=None):
75
+ """Register a failure in the email log
76
+ :param email_log: Instance of PythonEmailProjectSeverity
77
+ :param section: Indicate the script section. Useful to locate the error
78
+ :param error_: Error message to be sent in the Log
79
+ :param solutions: List of solutions for the error messages
80
+ """
81
+ solution_header = list(filter(lambda x: section.startswith(x), list(solutions.keys())))
82
+ if len(solution_header) > 0:
83
+ proposed_solution = solutions[solution_header[0]]
84
+ email_log.on_failure(error_, section=section, proposed_solution=proposed_solution)
85
+ else:
86
+ email_log.on_failure(error_, section=section)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: berryworld
3
- Version: 1.0.0.175664
3
+ Version: 1.0.0.176669
4
4
  Summary: Handy classes to improve ETL processes
5
5
  Home-page: https://www.berryworld.com
6
6
  Author: BerryWorld ltd
@@ -7,7 +7,7 @@ berryworld/cache_data.py,sha256=2cStWbFQHimon_lHMbcM_0vU7lt-FCge96D-T9YXaxQ,2242
7
7
  berryworld/credentials.py,sha256=Knxo4gssLT7sbaBjOTFe3mX5k70G2e0M_6CdtlddjtA,10200
8
8
  berryworld/devops.py,sha256=BAsVonVwCXoApUOovkt-BCzwc6KnXjxRDGff_ejSGw8,9719
9
9
  berryworld/email_con.py,sha256=_QGA575BPVIqz7Z2AAghZCgN9YOkgDDYDpvcwnNo6ns,14358
10
- berryworld/email_logging.py,sha256=QaM0FHhAFsZ-AdUbJal2zHAvu0mvG4C_soRbYOuPs4g,3695
10
+ berryworld/email_logging.py,sha256=ebZ-PHZ9tCU3q-vkNnOT3-mTG7pCAmewnzzJZ9lnOjI,4476
11
11
  berryworld/generate_env.py,sha256=Tk9Z_u7cA4Ve8YYTyLH2qwmLVAuYoTIWoFc0h8Va8lY,7842
12
12
  berryworld/handy_mix.py,sha256=SLCAdl2xaWEewWkECzcVFUDODDEkvUgpmJjTiccyVwU,9771
13
13
  berryworld/logic_apps.py,sha256=hFi4wAOTgL9xirU6cR4rkOYTFBdDNes_aU3-aS9MsN0,12457
@@ -29,8 +29,8 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  tests/test_allocation_config.py,sha256=e12l6fE9U57eSPS35g6ekJ_hol7-RHg89JV60_m1BlE,4633
30
30
  tests/test_handy_mix_config.py,sha256=Un56mz9KJmdn4K4OwzHAHLSRzDU1Xv2nFrONNuzOG04,2594
31
31
  tests/test_xml_parser.py,sha256=3QTlhFEd6KbK6nRFKZnc35tad6wqukTbe4QrFi8mr_8,859
32
- berryworld-1.0.0.175664.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
33
- berryworld-1.0.0.175664.dist-info/METADATA,sha256=BjQ764W78A63Sdgp5X2yblu84MA4CZPlK7IKqW5yx_Q,1107
34
- berryworld-1.0.0.175664.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
35
- berryworld-1.0.0.175664.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
36
- berryworld-1.0.0.175664.dist-info/RECORD,,
32
+ berryworld-1.0.0.176669.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
33
+ berryworld-1.0.0.176669.dist-info/METADATA,sha256=v6zehNn3oD1kWfswlou1Q9Qv8DXJCXjjoWndb8FyXko,1107
34
+ berryworld-1.0.0.176669.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
35
+ berryworld-1.0.0.176669.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
36
+ berryworld-1.0.0.176669.dist-info/RECORD,,