Skip to content

Commit

Permalink
feat: Allow user to specify a format for stdout, added default parame…
Browse files Browse the repository at this point in the history
…ter for format (#242)
  • Loading branch information
Yogesh Tewari committed Jul 30, 2021
1 parent dc3d094 commit f41759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_validation/data_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DataValidation(object):
def __init__(
self,
config,
format,
format="table",
validation_builder=None,
schema_validator=None,
result_handler=None,
Expand Down

0 comments on commit f41759b

Please sign in to comment.