`tagging.py` is hard coded to 20: * https://github.com/kentik/kentikapi-py/blob/2b759b021c6acca981736f99e75479ec8ffca7cf/kentikapi/v5/tagging.py#L438C1-L439C1 ``` if len(column_name) < 3 or len(column_name) > 20: raise ValueError('Invalid value "%s": must be between 3-20 characters' % column_name) ``` While in the portal it allows up to 50: * https://portal.kentik.com/v4/settings/custom-dimensions 
tagging.pyis hard coded to 20:While in the portal it allows up to 50: