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 2021/04/05 13:50:12 UTC

[GitHub] [airflow] bperson opened a new pull request #15203: Task Instance model: allow pool names >50 chars

bperson opened a new pull request #15203:
URL: https://github.com/apache/airflow/pull/15203


   Found while working on #14476: `slot_pool` was migrated to support 256 chars long pool names in #7658, but not the `task_instance` model, which means we can create those pools but not really use them, this aims to fix that.
   


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



[GitHub] [airflow] dimberman commented on pull request #15203: Task Instance model: allow pool names >50 chars

Posted by GitBox <gi...@apache.org>.
dimberman commented on pull request #15203:
URL: https://github.com/apache/airflow/pull/15203#issuecomment-814233442


   Thank you @bperson !


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



[GitHub] [airflow] dimberman merged pull request #15203: Task Instance model: allow pool names >50 chars

Posted by GitBox <gi...@apache.org>.
dimberman merged pull request #15203:
URL: https://github.com/apache/airflow/pull/15203


   


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



[GitHub] [airflow] github-actions[bot] commented on pull request #15203: Task Instance model: allow pool names >50 chars

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #15203:
URL: https://github.com/apache/airflow/pull/15203#issuecomment-813629552


   The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest master at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.


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



[GitHub] [airflow] bperson commented on pull request #15203: Task Instance model: allow pool names >50 chars

Posted by GitBox <gi...@apache.org>.
bperson commented on pull request #15203:
URL: https://github.com/apache/airflow/pull/15203#issuecomment-813954232


   @dimberman it should be good to go now ;) 


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