RosterIn commented on issue #8291: Enforce Connections & Pools
URL: https://github.com/apache/airflow/issues/8291#issuecomment-613596062
 
 
   @mik-laj correct me if I'm wrong but cluster policy can't enforce pool. It 
can enforce queues (celery).
   If I understand this correctly the cluster policy kicks in when the task is 
Running. Pools come before that.
   
   Can you give instructions for something of the following:
   `conn_postgres_a`
   `conn_postgres_b`
   
   
   how can I force anyone using `conn_postgres_a` to use `pool_a` and who is 
using `conn_postgres_b` to use `pool_b` regardless if they are using 
PostrgreSQLOperator or SQLSensor or any other operator.
   
   I'm looking for a way to bind the `Connection` to specific `Pool`.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to