Skip to content

Commit

Permalink
simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
thoniTUB committed Nov 1, 2021
1 parent 319f1ee commit 1e6ca15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,7 @@
"excludeFromSecondaryIdQuery": false,
"tables": [
{
"id": "number.number_connector",
"filters": [
{
"filter": "number.number_connector.value",
"type": "REAL_RANGE",
"value": {
"min": 1,
"max": 1
}
}
]
"id": "number.number_connector"
}
]
}
Expand All @@ -65,12 +55,6 @@
"validityDates": {
"label": "datum",
"column": "table1.datum"
},
"filters": {
"label": "value",
"description": "xy",
"column": "table1.value",
"type": "NUMBER"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ pid,sid,value,datum
a,f_a1,1,"2016-06-30/2016-06-30"
a,f_a2,1,"2014-06-30/2015-06-30"
a,,1,"2010-06-30/2010-06-30"
a,f_a3,1.01,"2014-06-30/2015-06-30"
b,f_b1,1,"2015-02-03/2015-06-30"
a,f_a1,1,"2014-06-30/2015-06-30"

0 comments on commit 1e6ca15

Please sign in to comment.