czerwingithub/dataset-verify
Verifies a DataSet power query returns the correct expected number of rows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The DataSet log read api token to use. | yes | — |
| scalyr-server | The DataSet URL to use (such as https://www.scalyr.com or https://eu.scalyr.com) | — | "" |
| start | The start of the query time range. | — | "" |
| end | The end of the query time range. | — | "" |
| query | The power query to execute. | yes | — |
| row-count-eq | If specified, requires the row count to equal this number. | — | "" |
| row-count-lt | If specified, requires the row count to be less than this number. | — | "" |
| row-count-gt | If specified, requires the row count to greater than this number. | — | "" |
Outputs
no outputs