[GitHub] [airflow] jedcunningham commented on a change in pull request #17578: Improve validation of Group id

2021-08-13 Thread GitBox
jedcunningham commented on a change in pull request #17578: URL: https://github.com/apache/airflow/pull/17578#discussion_r688550730 ## File path: airflow/utils/task_group.py ## @@ -94,10 +95,15 @@ def __init__( self.used_group_ids: Set[Optional[str]] = set()

[GitHub] [airflow] jedcunningham commented on a change in pull request #17578: Improve validation of Group id

2021-08-12 Thread GitBox
jedcunningham commented on a change in pull request #17578: URL: https://github.com/apache/airflow/pull/17578#discussion_r688087786 ## File path: airflow/utils/helpers.py ## @@ -56,6 +57,21 @@ def validate_key(k: str, max_length: int = 250) -> bool: return True