Abacn commented on PR #32178: URL: https://github.com/apache/beam/pull/32178#issuecomment-2294356408
I agree this is a reasonable change. Checked that `PROJECT_ID_REGEXP` is only used for extracting projectid/dataset/table from a table reference or table urn, it is not used in validation purpose. For this reason please preserve the original comments, but could say ``` Formally, project IDs must contain 6-63 lowercase letters, ... ``` then ``` This regex is used for for basic parsing of table references rather than validation purpose, e.g. it allows looser restriction for testing on mock resources. It may allow for patterns that would be rejected by the service ``` -- 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]
