We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992f543 commit f4facd6Copy full SHA for f4facd6
feature-runner/steps/historicalData.ts
@@ -39,7 +39,7 @@ const queryTimestream =
39
tsISO: Type.String(),
40
}),
41
)(
42
- /^I query Timestream for the device `(?<deviceId>[^`]+)` and the dimension `(?<dimension>[^`]+)` with the value `(?<value>[^`]+)` from `(?<tsISO>[^`]+)`$/,
+ /^I query Timestream for the device `(?<deviceId>[^`]+)` and the dimension `(?<dimension>[^`]+)` with the value `(?<value>[^`]+)` starting at `(?<tsISO>[^`]+)`$/,
43
step.title,
44
)
45
if (match === null) return noMatch
0 commit comments