icsDataValidation 1.0.427__py3-none-any.whl → 1.0.430__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.
icsDataValidation/main.py CHANGED
@@ -1,17 +1,16 @@
1
1
  #########################################################################################
2
2
  #########################################################################################
3
3
 
4
- import sys
4
+ import logging
5
5
  import os
6
+ import sys
6
7
  import time
7
- import logging
8
8
  import warnings
9
-
10
9
  from datetime import datetime
11
10
 
12
11
  ##############################
13
12
  # Append the list of python system paths with the current working directory.
14
- # Is needed for remote runs of the pipeline, such that, python looks for moduls to load in the currenct working directory.
13
+ # Is needed for remote runs of the pipeline, such that, python looks for modules to load in the current working directory.
15
14
  current_working_dir = os.getcwd()
16
15
  sys.path.append(current_working_dir)
17
16
  ##############################
@@ -385,6 +385,8 @@ class SnowflakeService:
385
385
 
386
386
  column_intersections = [f"{x.upper()}" for x in column_intersections if x not in exclude_columns]
387
387
 
388
+ logger.debug(f"Column Intersections: {column_intersections}")
389
+
388
390
  dict_colummns_datatype = self.get_data_types_from_object(object, column_intersections)
389
391
 
390
392
  aggregates = ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: icsDataValidation
3
- Version: 1.0.427
3
+ Version: 1.0.430
4
4
  Summary: Add your description here
5
5
  Author-email: initions <ICSMC_EXT_PYPIORG@accenture.com>
6
6
  License: MIT
@@ -1,5 +1,5 @@
1
1
  icsDataValidation/configuration.py,sha256=HOFjmC8_e2nvoItndMtJQQA1MR5aCgZGeF1AwY_FvjE,477
2
- icsDataValidation/main.py,sha256=1CtzUa0-LALTH9i5eQ6H6PW0UON3TPHZ5ey9qDsljKQ,11502
2
+ icsDataValidation/main.py,sha256=EztJRS1UMIJ3vikjzOnDJ9ef3zgrmCSGXoyuAhJjudM,11501
3
3
  icsDataValidation/connection_setups/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  icsDataValidation/connection_setups/azure_connection_setup.py,sha256=qxPvD-VZhdJqrdj06IVIk2Ud287YlLhE22Q5_oYKetM,790
5
5
  icsDataValidation/connection_setups/databricks_connection_setup.py,sha256=dNEBum-8R-TUW2SCEk3CaNtCr_gLFvn456KBlENpgJU,1220
@@ -27,7 +27,7 @@ icsDataValidation/services/database_services/databricks_hive_metastore_service.p
27
27
  icsDataValidation/services/database_services/databricks_unity_catalog_service.py,sha256=8iV75kvtQsGPdC35m89jO5s0ZQDekPdRVPYGbdCAPVI,70835
28
28
  icsDataValidation/services/database_services/exasol_service.py,sha256=LdjU8mM77zTmNmhJPQrgQO-HwAZv0C0seYMDjuWU9BQ,11153
29
29
  icsDataValidation/services/database_services/oracle_service.py,sha256=Ejxi0HBRF_c0xWY4wEsw8L8Rb5FMRf9cjQbhz8kerIA,31805
30
- icsDataValidation/services/database_services/snowflake_service.py,sha256=KCKV-rYR8w2ml1ygtxFxph8ScIB_37GyAttszBwS-wY,63321
30
+ icsDataValidation/services/database_services/snowflake_service.py,sha256=AUGuuZteIcuy2hRSVycA55yyOfU8VTc9xoz9OfF895E,63392
31
31
  icsDataValidation/services/database_services/sqlserver_service.py,sha256=FZAPiBm_l7-cuUh1Ef88xwV0Gmur_Zo9oar9nukaDuI,38401
32
32
  icsDataValidation/services/database_services/teradata_service.py,sha256=2x7onntG5E1qqw65HXUmFwcrYmT5I8HSS3eWXIhTfiw,40252
33
33
  icsDataValidation/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -36,7 +36,7 @@ icsDataValidation/utils/logger_util.py,sha256=xS48_FFMot_hyQgJY8DUeRTn5jpdvRt5QI
36
36
  icsDataValidation/utils/pandas_util.py,sha256=D_g7Xw7BIS2E-1ZhJIvp62K5xuKjIkj-7TxH4HN_8SI,6505
37
37
  icsDataValidation/utils/parallelization_util.py,sha256=6P0YcQLmunW_fHR4f5-kdncZbOlxxqKyk6ZAFQQEd2k,2088
38
38
  icsDataValidation/utils/sql_util.py,sha256=0c-BInElSsRmXUedfLP_h9Wsiscv9aic7IIc5f15Uzo,396
39
- icsdatavalidation-1.0.427.dist-info/METADATA,sha256=zlbf6Kj1d_c9gq0s-UJI2r2RZyvpxOLWnAS539gN4l0,661
40
- icsdatavalidation-1.0.427.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
41
- icsdatavalidation-1.0.427.dist-info/top_level.txt,sha256=BqWUGJb4J7ZybpDMeuGHxEHGHwXXJEIURd9pBybHzTM,18
42
- icsdatavalidation-1.0.427.dist-info/RECORD,,
39
+ icsdatavalidation-1.0.430.dist-info/METADATA,sha256=Elv2rkAuW01ki4eAWjkmyg4evc1WfliNlHCQZj6uoss,661
40
+ icsdatavalidation-1.0.430.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ icsdatavalidation-1.0.430.dist-info/top_level.txt,sha256=BqWUGJb4J7ZybpDMeuGHxEHGHwXXJEIURd9pBybHzTM,18
42
+ icsdatavalidation-1.0.430.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5