potiuk commented on pull request #19257: URL: https://github.com/apache/airflow/pull/19257#issuecomment-957852000
So it means that the IDs are even more limited so we should also manually remove/replace some of the characters - `*` in this case. You should check what characters are not allowed there (there should be regep checking it) and possibly we could have additional replace of those characters with some similar equivalents (`*` -> '.' etc.) - unless the decode function has already some feature for that. -- 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]
