You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/04/14 20:46:15 UTC

[GitHub] [airflow] kurtqq commented on issue #4925: [AIRFLOW-4103] allow uppercase letters in dataflow job names

kurtqq commented on issue #4925: [AIRFLOW-4103] allow uppercase letters in dataflow job names
URL: https://github.com/apache/airflow/pull/4925#issuecomment-483056914
 
 
   @kaxil I'm not sure it's needed to be mentioned - Airflow should have enforce lower() to begin with. This is the expected behavior as described by Google:
   https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs
   `The name must match the regular expression [a-z]([-a-z0-9]{0,38}[a-z0-9])?`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services