Fixes 30711: default data contracts to draft status #29418
Triggered via pull request
September 9, 2026 13:00
shrabantipaul-collate
labeled
#30833
Status
Success
Total duration
11m 1s
Artifacts
–
Annotations
5 warnings
|
authorize
Cache reservation failed: cache write denied: token has no writable scopes
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/DataContract/ContractDetailFormTab/ContractDetailFormTab.tsx#L142
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/DataContract/AddDataContract/AddDataContract.tsx#L561
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/DataContract/AddDataContract/AddDataContract.tsx#L518
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/DataContract/AddDataContract/AddDataContract.tsx#L303
React Hook useCallback has missing dependencies: 'onSave' and 't'. Either include them or remove the dependency array. If 'onSave' changes too often, find the parent component that defines it and wrap that definition in useCallback
|