Skip to content

Commit

Permalink
Merge pull request #14 from tintamarre/patch-1
Browse files Browse the repository at this point in the history
fixing path name sodacl_yaml_path
  • Loading branch information
AlessandroLollo authored Dec 24, 2022
2 parents 3309a6b + cd77bb3 commit 08b33d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_soda_scan():
return soda_scan_execute(
data_source_name="my_datasource",
configuration=soda_configuration_block,
checks=soda_check_block,
checks=sodacl_yaml_path,
variables={"var": "value"},
verbose=True
)
Expand Down

0 comments on commit 08b33d0

Please sign in to comment.