diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-02-22 11:00:47 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-02-24 08:01:53 +0000 |
commit | 54fd337e30acc97434b33a6d0d3c19e4aa3051ab (patch) | |
tree | 5d131a1d7c0846a209e85380b66dfc7770cbe32e /csit.infra.etl/stats_sra.json | |
parent | b2cb835b34c7404b2aaee3ec30700c67537da66d (diff) |
feat(uti): etl
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I7cdcdcbf1e4986664d5d48357688185319f67b0c
Diffstat (limited to 'csit.infra.etl/stats_sra.json')
-rw-r--r-- | csit.infra.etl/stats_sra.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/csit.infra.etl/stats_sra.json b/csit.infra.etl/stats_sra.json new file mode 100644 index 0000000000..5f792e9bfe --- /dev/null +++ b/csit.infra.etl/stats_sra.json @@ -0,0 +1,41 @@ +{ + "fields": [ + { + "metadata": {}, + "name": "job", + "nullable": false, + "type": "string" + }, + { + "metadata": {}, + "name": "build", + "nullable": false, + "type": "integer" + }, + { + "metadata": {}, + "name": "start_time", + "nullable": true, + "type": "timestamp" + }, + { + "metadata": {}, + "name": "duration", + "nullable": true, + "type": "double" + }, + { + "metadata": {}, + "name": "version", + "nullable": true, + "type": "string" + }, + { + "metadata": {}, + "name": "stats_type", + "nullable": true, + "type": "string" + } + ], + "type": "struct" +}
\ No newline at end of file |