Skip to content

Commit

Permalink
remove data-quality module
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Nov 13, 2024
1 parent a97d150 commit 439fb44
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ public final class Constants {
public static final int DRY_RUN_FLAG_NO = 0;
public static final int DRY_RUN_FLAG_YES = 1;


/**
* use for k8s
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

package org.apache.dolphinscheduler.common.enums;

import com.baomidou.mybatisplus.annotation.EnumValue;
import lombok.Getter;

import com.baomidou.mybatisplus.annotation.EnumValue;

@Getter
public enum AuthorizationType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.security.UserGroupInformation;

import java.io.File;
import java.io.IOException;
import java.util.Optional;

import lombok.extern.slf4j.Slf4j;

import org.springframework.core.io.ClassPathResource;

/**
* common utils
*/
Expand Down
3 changes: 0 additions & 3 deletions dolphinscheduler-ui/src/layouts/content/use-dataList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ import {
KeyOutlined,
SafetyOutlined,
GroupOutlined,
ContainerOutlined,
ApartmentOutlined,
BarsOutlined,
CloudServerOutlined,
ClusterOutlined
} from '@vicons/antd'
Expand Down

0 comments on commit 439fb44

Please sign in to comment.