mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +00:00
This commit is contained in:
parent
99f0c96df4
commit
a17fc68dd4
@ -53,6 +53,7 @@ const IngestionLogsModal: FC<IngestionLogsModalProps> = ({
|
||||
ingestion_task?: string;
|
||||
profiler_task?: string;
|
||||
usage_task?: string;
|
||||
lineage_task?: string;
|
||||
}>
|
||||
) => {
|
||||
switch (pipelineType) {
|
||||
@ -67,6 +68,10 @@ const IngestionLogsModal: FC<IngestionLogsModalProps> = ({
|
||||
case PipelineType.Usage:
|
||||
setLogs(gzipToStringConverter(res.data?.usage_task || ''));
|
||||
|
||||
break;
|
||||
case PipelineType.Lineage:
|
||||
setLogs(gzipToStringConverter(res.data?.lineage_task || ''));
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user