mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 10:26:09 +00:00
UI - Add ES log retrieval (#10667)
This commit is contained in:
parent
ba7690f14e
commit
51f4e0b170
@ -98,6 +98,11 @@ const LogsViewer = () => {
|
||||
|
||||
break;
|
||||
|
||||
case PipelineType.ElasticSearchReindex:
|
||||
setLogs(logs.concat(res.data?.elasticsearch_reindex_task || ''));
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
setLogs('');
|
||||
|
||||
|
@ -18,6 +18,7 @@ export interface IngestionPipelineLogByIdInterface {
|
||||
lineage_task?: string;
|
||||
test_suite_task?: string;
|
||||
data_insight_task?: string;
|
||||
elasticsearch_reindex_task?: string;
|
||||
dbt_task?: string;
|
||||
total?: string;
|
||||
after?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user