dbhose-airflow 0.1.0.4__py3-none-any.whl → 0.1.0.6__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.
@@ -33,7 +33,7 @@ __all__ = (
33
33
  "dbhose_dumper",
34
34
  )
35
35
  __author__ = "0xMihalich"
36
- __version__ = "0.1.0.4"
36
+ __version__ = "0.1.0.6"
37
37
 
38
38
 
39
39
  root_path = dirname(__file__)
@@ -296,14 +296,16 @@ class DBHose:
296
296
 
297
297
  if result == "Fail":
298
298
  err_msg = (
299
- f"Check {column_name} test Fail "
299
+ f"Check column {column_name} test Fail "
300
300
  f"with {value} error rows"
301
301
  )
302
302
  self.logger.error(wrap_frame(err_msg))
303
303
  raise ValueError(err_msg)
304
304
 
305
305
  self.logger.info(
306
- wrap_frame(f"Check {column_name} test Pass"),
306
+ wrap_frame(
307
+ f"Check column {column_name} test Pass",
308
+ ),
307
309
  )
308
310
  else:
309
311
  value, result = next(iter(reader_dest.to_rows()))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dbhose_airflow
3
- Version: 0.1.0.4
3
+ Version: 0.1.0.6
4
4
  Summary: airflow class for exchanging data between DBMSs in native binary formats.
5
5
  Home-page: https://github.com/0xMihalich/dbhose_airflow
6
6
  Author: 0xMihalich
@@ -25,8 +25,8 @@ Description-Content-Type: text/markdown
25
25
  License-File: README.md
26
26
  License-File: CHANGELOG.md
27
27
  Requires-Dist: apache-airflow>=2.4.3
28
- Requires-Dist: native-dumper==0.3.5.1
29
- Requires-Dist: pgpack-dumper==0.3.5.1
28
+ Requires-Dist: native-dumper==0.3.5.3
29
+ Requires-Dist: pgpack-dumper==0.3.5.3
30
30
  Requires-Dist: dbhose-utils==0.0.2.5
31
31
  Dynamic: author
32
32
  Dynamic: author-email
@@ -1,5 +1,5 @@
1
1
  dbhose_airflow/LOGO,sha256=YVxtMUxFguM6gfqqBVWHzm8vn5wWp2o8NbzWCAn4a4E,783
2
- dbhose_airflow/__init__.py,sha256=31dbRfB-TI-5ZRpyOtaWIXB1sumKd8fqaXSPpXWrNHc,15813
2
+ dbhose_airflow/__init__.py,sha256=RoJLXLsJWtZp158I_tF50NLMhG_buLeThXQa6g4bgkM,15890
3
3
  dbhose_airflow/airflow_connect.py,sha256=unsRItnK4Q_ieMiGKEsCw8Q_8wkaXdVOfaSWLNRyujM,906
4
4
  dbhose_airflow/chunk_query.py,sha256=I5BpBYYjdNiTMiEy7JefmUjVuouAXDtmFbi9RPhNrUI,275
5
5
  dbhose_airflow/dq_check.py,sha256=VoAw8qieA5LM1a7jaMPO3AQ7QXe_-ThZ8Gy868ozjHw,689
@@ -35,9 +35,9 @@ dbhose_airflow/move/greenplum/delete.sql,sha256=OJJqu3CmbipMUl_Oyw48yzRSfzchzyu4
35
35
  dbhose_airflow/move/greenplum/replace.sql,sha256=Pk9g-3SBC78bB_s8ECh_6tPDqTvL1wxKNjzrTakfrL0,1976
36
36
  dbhose_airflow/move/postgres/delete.sql,sha256=OJJqu3CmbipMUl_Oyw48yzRSfzchzyu4YAcu9gAscFc,502
37
37
  dbhose_airflow/move/postgres/replace.sql,sha256=Pk9g-3SBC78bB_s8ECh_6tPDqTvL1wxKNjzrTakfrL0,1976
38
- dbhose_airflow-0.1.0.4.dist-info/licenses/CHANGELOG.md,sha256=vk4VmB1MY7tBMtiCSEY806lPb7JSph2JhB61Za8qwg0,3389
39
- dbhose_airflow-0.1.0.4.dist-info/licenses/README.md,sha256=13tItJ545s0s5PGcxXqbdV1TwjbD-DtG-Co6_9pQUHY,8734
40
- dbhose_airflow-0.1.0.4.dist-info/METADATA,sha256=Zu9_dgE99ITpnhDMGtFmNARkMH2fL1anRkQ-nhY-qlA,10301
41
- dbhose_airflow-0.1.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
42
- dbhose_airflow-0.1.0.4.dist-info/top_level.txt,sha256=VlTXT0CLGGcVhbG9QPw2_a8H5UV03QMjvZ-NrPy6_jM,15
43
- dbhose_airflow-0.1.0.4.dist-info/RECORD,,
38
+ dbhose_airflow-0.1.0.6.dist-info/licenses/CHANGELOG.md,sha256=1SUuiw3YoKudoNmtwbEb0La5pAQXI-MKydLE9nC6f1s,3710
39
+ dbhose_airflow-0.1.0.6.dist-info/licenses/README.md,sha256=13tItJ545s0s5PGcxXqbdV1TwjbD-DtG-Co6_9pQUHY,8734
40
+ dbhose_airflow-0.1.0.6.dist-info/METADATA,sha256=ba6eNaNGHmRbpWHfT2FNUTRvv52zwklstx5d-RgDCYs,10301
41
+ dbhose_airflow-0.1.0.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
42
+ dbhose_airflow-0.1.0.6.dist-info/top_level.txt,sha256=VlTXT0CLGGcVhbG9QPw2_a8H5UV03QMjvZ-NrPy6_jM,15
43
+ dbhose_airflow-0.1.0.6.dist-info/RECORD,,
@@ -1,5 +1,18 @@
1
1
  # Version History
2
2
 
3
+ ## 0.1.0.6
4
+
5
+ * Update depends native-dumper==0.3.5.3
6
+ * Update depends pgpack-dumper==0.3.5.3
7
+ * Fix error SQLParseError: Maximum number of tokens exceeded (10000)
8
+
9
+ ## 0.1.0.5
10
+
11
+ * Update depends native-dumper==0.3.5.2
12
+ * Update depends pgpack-dumper==0.3.5.2
13
+ * Update docs directory
14
+ * Improve DQ check column log output info
15
+
3
16
  ## 0.1.0.4
4
17
 
5
18
  * Update depends native-dumper==0.3.5.1