Skip to content

Commit

Permalink
Update image version to v1.66.0 with tests fixing (#75)
Browse files Browse the repository at this point in the history
* Update image version to v1.66.0

* try to fix tests

* Fix distributions

* Fix tests

---------

Co-authored-by: github_actions <runner@fv-az1778-287.e4iup54vzftetoesbixmd44vsg.cx.internal.cloudapp.net>
  • Loading branch information
mgramin and github_actions authored Sep 17, 2024
1 parent 77c953a commit 0784705
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mysql/soda/checks_for_masking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ checks for staff:

checks for film:
- row_count same as film in input_db
- distribution_difference(rating) < 0.01:
- distribution_difference(rating) < 0.3:
method: chi_square
distribution reference file: /sodacl/film_rating_distribution.yml

Expand Down
2 changes: 1 addition & 1 deletion parent-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: '3.5'
services:
tdk:
container_name: tdk
image: synthesizedio/synthesized-tdk-cli:v1.62.0
image: synthesizedio/synthesized-tdk-cli:v1.66.0
2 changes: 1 addition & 1 deletion postgres/soda/checks_for_2x_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checks for customer:

checks for film:
- row_count = 2000
- distribution_difference(rating) < 0.02:
- distribution_difference(rating) < 0.05:
method: chi_square
distribution reference file: /sodacl/film_rating_distribution.yml

Expand Down
10 changes: 5 additions & 5 deletions postgres/soda/masked_film_rating_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ distribution_reference:
- 0.194
- 0.178
bins:
- QZ-54
- FX-15
- Z
- QZ
- F
- ZD-34
- IY
- B
- W
- IY-37

0 comments on commit 0784705

Please sign in to comment.