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 71ecdce commit 3ac0af7
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 @@ -44,6 +44,7 @@ CREATE TABLE misc.oss_ci_time_series(
`workflow_template_id` UInt64,
`job_name` String,
-- the data stored as raw json string.
-- Notice in clickhouse the length of string type is not limited.
`json_data` 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 3ac0af7

Please sign in to comment.