mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 10:26:09 +00:00
Minor: update testSuite pipeline name to have UUID to keep unique name (#16309)
This commit is contained in:
parent
c24b4e0178
commit
807bb0b89e
@ -46,6 +46,7 @@ import {
|
||||
Transi18next,
|
||||
} from '../../../utils/CommonUtils';
|
||||
import { getIngestionName } from '../../../utils/ServiceUtils';
|
||||
import { generateUUID } from '../../../utils/StringsUtils';
|
||||
import { showErrorToast } from '../../../utils/ToastUtils';
|
||||
import SuccessScreen from '../../common/SuccessScreen/SuccessScreen';
|
||||
import DeployIngestionLoaderModal from '../../Modals/DeployIngestionLoaderModal/DeployIngestionLoaderModal';
|
||||
@ -146,7 +147,8 @@ const TestSuiteIngestion: React.FC<TestSuiteIngestionProps> = ({
|
||||
? undefined
|
||||
: data.repeatFrequency,
|
||||
},
|
||||
name: updatedName,
|
||||
displayName: updatedName,
|
||||
name: generateUUID(),
|
||||
loggerLevel: data.enableDebugLog ? LogLevels.Debug : LogLevels.Info,
|
||||
pipelineType: PipelineType.TestSuite,
|
||||
service: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user