berryworld 1.0.0.161409__py3-none-any.whl → 1.0.0.161412__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.
@@ -461,13 +461,16 @@ class PowerAutomate:
461
461
  'ErrorCount', 'ErrorMessage', 'RunCount', 'RunProperties', 'LastRun',
462
462
  'LastRunStatus', 'ConnectionAccountName', 'ConnectionStatus',
463
463
  'ConnectionLastModifiedTime', 'ConnectionsCount',
464
- 'ConnectionAuthenticatedUserName', 'ConnectionErrorCode',
465
- 'ConnectionErrorMessage', 'ConnectionErrorCount']]
464
+ 'ConnectionAuthenticatedUserName', 'ConnectionErrorCode']]
466
465
 
467
466
  if 'FlowSuspensionReasonDetails' in flows_df.columns:
468
467
  flows_final_df.loc[:, 'FlowSuspensionReasonDetails'] = flows_df['FlowSuspensionReasonDetails']
469
468
  if 'FlowSuspensionTime' in flows_df.columns:
470
469
  flows_final_df.loc[:, 'FlowSuspensionTime'] = flows_df['FlowSuspensionTime']
470
+ if 'ConnectionErrorCode' in flows_df.columns:
471
+ flows_final_df.loc[:, 'ConnectionErrorCode'] = flows_df['ConnectionErrorCode']
472
+ if 'ConnectionErrorMessage' in flows_df.columns:
473
+ flows_final_df.loc[:, 'ConnectionErrorMessage'] = flows_df['ConnectionErrorMessage']
471
474
  else:
472
475
  flows_final_df = flows_df
473
476
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: berryworld
3
- Version: 1.0.0.161409
3
+ Version: 1.0.0.161412
4
4
  Summary: Handy classes to improve ETL processes
5
5
  Home-page: https://www.berryworld.com
6
6
  Author: BerryWorld ltd
@@ -14,7 +14,7 @@ berryworld/microsoft_teams.py,sha256=Mhj83-tQWRR58YfBUPUTQKQ-qJD1Y5FBPpjU70gP6UU
14
14
  berryworld/persistent_storage.py,sha256=_lGdXa7IyxfMF3xNF9y26X_z9RDb2Ah7R0oF61HR8Gc,5764
15
15
  berryworld/pickle_management.py,sha256=O49ojVtTqYCT510rVRTbZWWaur_-5q3HSVG03Azn8mQ,2393
16
16
  berryworld/postgres_connection.py,sha256=L4x1wM0g4HkkkaJhqOP4NV9klWsaQ_F8EucD0Q2Rr60,8788
17
- berryworld/power_automate.py,sha256=lIVzNdfkL4eM5rwgb_8Pfs7vQUq1SaT4Ii50VLfPGS0,25349
17
+ berryworld/power_automate.py,sha256=PY7Sj7t6Td8P54qUfnKSMpSkV9leITadtgpP9o5KZhM,25575
18
18
  berryworld/sharepoint_con.py,sha256=72CZSVpAoHxocAWFuSSeUkNHa4Vu8FdM09NX-QC5-eE,22011
19
19
  berryworld/sql_conn.py,sha256=_q7FSrVHUuNWmqLjMR4is2o9Tns2jWNxtmi3tahmkSw,45226
20
20
  berryworld/sql_connection.py,sha256=qxSMZKKUhjX-c2BOE14qJFfvHhDZ_CNM_w4XbLec-y0,44344
@@ -28,8 +28,8 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  tests/test_allocation_config.py,sha256=e12l6fE9U57eSPS35g6ekJ_hol7-RHg89JV60_m1BlE,4633
29
29
  tests/test_handy_mix_config.py,sha256=Un56mz9KJmdn4K4OwzHAHLSRzDU1Xv2nFrONNuzOG04,2594
30
30
  tests/test_xml_parser.py,sha256=3QTlhFEd6KbK6nRFKZnc35tad6wqukTbe4QrFi8mr_8,859
31
- berryworld-1.0.0.161409.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
32
- berryworld-1.0.0.161409.dist-info/METADATA,sha256=4KOH1BZAVmHClgUZep3RG8dZ9xJPAMiIm09bc5qtyAs,1107
33
- berryworld-1.0.0.161409.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
34
- berryworld-1.0.0.161409.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
35
- berryworld-1.0.0.161409.dist-info/RECORD,,
31
+ berryworld-1.0.0.161412.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
32
+ berryworld-1.0.0.161412.dist-info/METADATA,sha256=jVfB9cUzbjuRoc2N6zPmhS5eHo0s395Vw9g8HOrfhqs,1107
33
+ berryworld-1.0.0.161412.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
34
+ berryworld-1.0.0.161412.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
35
+ berryworld-1.0.0.161412.dist-info/RECORD,,