Skip to content

Commit

Permalink
add ops (#305)
Browse files Browse the repository at this point in the history
* add ops

* typo
  • Loading branch information
eveleighoj authored and cjohns-scottlogic committed Dec 9, 2024
1 parent 0019785 commit 310bc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions digital_land/expectations/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def __init__(self, dataset):
"dataset",
"organisation",
"name",
"operation",
"passed",
"parameters",
"message",
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance/test_run_expectations_on_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def test_run_some_expectations(
"parameters",
"organisation",
"dataset",
"operation",
]
for field in required_fields:
assert field in results[0].keys(), f"field : {field} not found in log"
Expand Down

0 comments on commit 310bc22

Please sign in to comment.