shahar1 commented on PR #39568:
URL: https://github.com/apache/airflow/pull/39568#issuecomment-2106263247

   > Setting the regex as `LABEL_REGEX = re.compile(r"^[\w-]{0,63}$")` since 
the documentation [1] indicates that label values can start with numbers, 
hyphen and underscore as well.
   > 
   > ```
   > Values can be empty, and have a maximum length of 63 characters.
   > 
   > ... values can contain only lowercase letters, numeric characters, 
underscores, and dashes
   > ```
   > 
   > 
   > 
   > [1] https://cloud.google.com/bigquery/docs/labels-intro#requirements
   
   
   What about `Keys must start with a lowercase letter or international 
character.`?


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to