Skip to content

SpringMT/ecs-rails-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

CIAnalyzer schema

CREATE EXTERNAL TABLE ci_analysis_tests (
  workflowId string,
  workflowRunId string,
  buildNumber int,
  workflowName string,
  createdAt string,
  branch string,
  service string,
  status string,
  successCount int,
  testSuites struct<
    `name`: string,
    `time`: double,
    tests: int,
    failures: int,
    testsuite: array<
      struct<
        `name`: string,
        `time`: double,
        tests: int,
        failures: int,
        skipped: int,
        `timestamp`: string,
        testcase: array<
          struct<
          classname: string,
          `name`: string,
          `time`: double,
          successCount: int,
          status: string
        >>
      >>
  >
)
ROW FORMAT SERDE 'org.openx.data.jsonserde.JsonSerDe'
LOCATION 's3://path/to/bucket';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •