Skip to content

Fixes 30711: default data contracts to draft status #29434

Fixes 30711: default data contracts to draft status

Fixes 30711: default data contracts to draft status #29434

Triggered via pull request September 9, 2026 13:18
Status Success
Total duration 5m 31s
Artifacts

ui-checkstyle.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

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