Skip to content

Commit

Permalink
Fix the missing observe_info field in the linkis_ps_job_history_group…
Browse files Browse the repository at this point in the history
…_history within the configmap-init-sql.yaml file.
  • Loading branch information
sjgllgh committed Nov 19, 2024
1 parent 97bd69a commit e4b7ee6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ data:
`engine_type` varchar(32) DEFAULT NULL COMMENT 'Engine type',
`execution_code` text DEFAULT NULL COMMENT 'Job origin code or code path',
`result_location` varchar(500) DEFAULT NULL COMMENT 'File path of the resultsets',
`observe_info` varchar(500) DEFAULT NULL COMMENT 'The notification information configuration of this job',
PRIMARY KEY (`id`),
KEY `created_time` (`created_time`),
KEY `submit_user` (`submit_user`)
Expand Down

0 comments on commit e4b7ee6

Please sign in to comment.