Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yangw-dev committed Jan 17, 2025
1 parent 7957f06 commit 54ac447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clickhouse_db_schema/oss_ci_utilization/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CREATE TABLE misc.oss_ci_utilization_metadata
`gpu_type` String DEFAULT 'None',
`start_at` DateTime64(0, 'UTC'),
`end_at` DateTime64(0, 'UTC'),
-- segments are post-job processed data to identify detected test intervals
`segments` Array(Tuple(level String, name String, start_at DateTime64(0, 'UTC'), end_at DateTime64(0, 'UTC'), extra_info Map(String, String))),
-- The raw records on S3, this is populated by the s3 replicator
`_meta` Tuple(bucket String, key String)
Expand Down

0 comments on commit 54ac447

Please sign in to comment.