Skip to content

Commit

Permalink
Merge pull request #98 from digital-land/feat/exp
Browse files Browse the repository at this point in the history
add expect and expectations
  • Loading branch information
psd authored Nov 6, 2024
2 parents 4d261c6 + af86a79 commit 72037bd
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 3 deletions.
37 changes: 37 additions & 0 deletions content/dataset/expect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
attribution: crown-copyright
collection: ''
consideration: ''
dataset: expect
description: A set of rules which can be turned into an expectation of a dataset
end-date: ''
entry-date: ''
fields:
- field: datasets
- field: organisations
- field: operation
- field: parameters
- field: name
- field: description
- field: notes
- field: severity
- field: responsibility
- field: end-date
- field: entry-date
- field: start-date
licence: ogl3
name: expectation rule
paint-options: ''
phase: alpha
plural: expectation rules
prefix: ''
realm: configuration
replacement-dataset: ''
start-date: ''
themes:
- pipeline
typology: pipeline
version: 1.0
wikidata: ''
wikipedia: ''
---
38 changes: 38 additions & 0 deletions content/dataset/expectation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
attribution: crown-copyright
collection: ''
consideration: ''
dataset: expect
description: The output of running expectations based on the rules defined in the expect dataset
end-date: ''
entry-date: ''
fields:
- field: dataset
- field: organisation
- field: operation
- field: parameters
- field: name
- field: description
- field: passed
- field: message
- field: severity
- field: responsibility
- field: end-date
- field: entry-date
- field: start-date
licence: ogl3
name: expectation rule
paint-options: ''
phase: alpha
plural: expectation rules
prefix: ''
realm: log
replacement-dataset: ''
start-date: ''
themes:
- pipeline
typology: pipeline
version: 1.0
wikidata: ''
wikipedia: ''
---
2 changes: 1 addition & 1 deletion content/field/datasets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
cardinality: n
datatype: string
description: ''
description: 'a semicolon separate list of datasets, these should be found on our platform'
end-date: ''
entry-date: ''
field: datasets
Expand Down
17 changes: 17 additions & 0 deletions content/field/operation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
cardinality: n
datatype: string
description: 'a text string referencing an operation to be performed'
end-date: ''
entry-date: ''
field: organisations
guidance: ''
hint: ''
name: Organisations
parent-field: organisation
replacement-field: ''
start-date: ''
typology: organisation
uri-template: ''
wikidata-property: ''
---
2 changes: 1 addition & 1 deletion content/field/organisations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
cardinality: n
datatype: string
description: ''
description: 'a semicolon separate list of organisations identified using their CURIEs, these should be found on our platform in datasets with the organisation typology'
end-date: ''
entry-date: ''
field: organisations
Expand Down
2 changes: 1 addition & 1 deletion content/field/parameters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
cardinality: n
datatype: string
description: ''
description: 'a json string field containing key value pairs'
end-date: ''
entry-date: ''
field: parameters
Expand Down

0 comments on commit 72037bd

Please sign in to comment.