tirkarthi commented on issue #62788:
URL: https://github.com/apache/airflow/issues/62788#issuecomment-3999340919
Agree with @bugraoz93 . This is not reproducible on main using UI for
creating pools and swagger with the API returning the below message while
trying to create a pool with a name that already exists.
```
{
"detail": {
"reason": "Unique constraint violation",
"statement": "INSERT INTO slot_pool (pool, slots, description,
include_deferred, team_name) VALUES (%(pool)s, %(slots)s, %(description)s,
%(include_deferred)s, %(team_name)s)",
"orig_error": "(1062, \"Duplicate entry 'test' for key
'slot_pool.slot_pool_pool_uq'\")",
"message": "Serious error when handling your request. Check logs for
more details - you will find it in api server when you look for ID 4MXLiK1l"
}
}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]