Andrushika commented on code in PR #69937:
URL: https://github.com/apache/airflow/pull/69937#discussion_r3615295054


##########
java-sdk/sdk/src/main/kotlin/org/apache/airflow/sdk/Dag.kt:
##########
@@ -21,6 +21,21 @@ package org.apache.airflow.sdk
 
 import kotlin.Throws
 
+private val KEY_REGEX = Regex("""^[\p{L}\p{N}_.-]+$""")

Review Comment:
   Ditto: https://github.com/apache/airflow/pull/69965#discussion_r3615283850
   Since the PR is on hold, should I wait for the coordinator's design before 
making this change?



-- 
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]

Reply via email to