qingwli commented on code in PR #14406:
URL:
https://github.com/apache/dolphinscheduler/pull/14406#discussion_r1244762031
##########
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java:
##########
@@ -850,4 +850,9 @@ private Constants() {
public static final String REMOTE_LOGGING_GCS_CREDENTIAL =
"remote.logging.google.cloud.storage.credential";
public static final String REMOTE_LOGGING_GCS_BUCKET_NAME =
"remote.logging.google.cloud.storage.bucket.name";
+
+ /**
+ * data quality
+ */
+ public static final String DATABASES_QUERY = "show databases";
Review Comment:
You are right, will update
--
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]