Tianqi-Dotes commented on code in PR #11727:
URL: https://github.com/apache/dolphinscheduler/pull/11727#discussion_r960309293
##########
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java:
##########
@@ -845,4 +845,14 @@ private Constants() {
public static final String SECURITY_CONFIG_TYPE_PASSWORD = "PASSWORD";
public static final String SECURITY_CONFIG_TYPE_LDAP = "LDAP";
+ /**
+ * Task Types
+ */
+ public static final String TYPE_UNIVERSAL = "universal";
+ public static final String TYPE_DI = "di";
+ public static final String TYPE_CLOUD = "cloud";
+ public static final String TYPE_LOGIC = "logic";
+ public static final String TYPE_DQ = "dq";
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]