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 2022/08/02 15:11:31 UTC

[GitHub] [airflow] norm opened a new pull request, #25476: First/last names can be empty

norm opened a new pull request, #25476:
URL: https://github.com/apache/airflow/pull/25476

   The User schema restricts first and last names to not-null, and an
   empty string satisfies that requirement. The API insisted names have
   at least one character, which caused errors when the database had an
   acceptably empty string.
   
   This closes #20320.


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] norm commented on pull request #25476: First/last names can be empty

Posted by GitBox <gi...@apache.org>.
norm commented on PR #25476:
URL: https://github.com/apache/airflow/pull/25476#issuecomment-1203476280

   NB: if merged in 2.3.4, the API's YAML and TS will need to be updated, as they declare v2.4.0.


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] potiuk merged pull request #25476: First/last names can be empty

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #25476:
URL: https://github.com/apache/airflow/pull/25476


-- 
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-unsubscribe@airflow.apache.org

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