ashb commented on a change in pull request #5343: Tasks default to use
default_pool
URL: https://github.com/apache/airflow/pull/5343#discussion_r288916888
##########
File path: airflow/models/pool.py
##########
@@ -33,20 +32,19 @@ class Pool(Base):
slots = Column(Integer, default=0)
description = Column(Text)
- default_pool_name = 'not_pooled'
+ default_pool_name = 'default_pool'
Review comment:
```suggestion
DEFAULT_POOL_NAME = 'default_pool'
```
to indicate this is a constant.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services