[
https://issues.apache.org/jira/browse/AIRFLOW-6443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293260#comment-17293260
]
ASF GitHub Bot commented on AIRFLOW-6443:
-----------------------------------------
kailashnath commented on pull request #7658:
URL: https://github.com/apache/airflow/pull/7658#issuecomment-788431476
Hi, we are seeing an issue where the pool name size in table
[`task_instance`](https://github.com/apache/airflow/blob/master/airflow/models/taskinstance.py#L275)
is still pointing to `VARCHAR(50)` and this is causing some unforeseen issues
for our use-case. Curious to learn if this is a non-issue or something very
specific to our use-case @ephraimbuddy
----------------------------------------------------------------
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]
> Pool name - increase length > 50, make cli give error if too large
> ------------------------------------------------------------------
>
> Key: AIRFLOW-6443
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6443
> Project: Apache Airflow
> Issue Type: Improvement
> Components: cli, database, models
> Affects Versions: 1.10.3
> Reporter: t oo
> Assignee: Ephraim E Anierobi
> Priority: Major
> Labels: gsoc, gsoc2020, mentor, pool
> Fix For: 2.0.0
>
>
> create some pool names (using cli) with 70 or 80 character length
>
> 1. UI does not allow creating > 50 length but why does cli?
> click on one of the pool names listed (link is cut to 50 char name:
> [https://domain:8080/admin/airflow/task?flt1_pool_equals=qjfdal_CRCE_INTERCONNECTION_FORECAST_TNC_EJFLSA_LP)]
> If click 'edit' it shows full 80chars in Description but cut 50chars in Pool
> 2. why limit to 50 length at all? should be increased - say 256
> 3. if trying to create really large length (more than models length) then cli
> should give error
--
This message was sent by Atlassian Jira
(v8.3.4#803005)