The GitHub Actions job "Tests AMD" on airflow.git/dataproc-label-length has failed. Run started by GitHub user cnauroth (triggered by cnauroth).
Head commit for run: c7e832121417a988b627b3ba6ab7da6d6b0e1e71 / Chris Nauroth <[email protected]> Validate Dataproc batch labels max 63 characters As per [Dataproc documentation](https://cloud.google.com/dataproc/docs/guides/creating-managing-labels) the maximum length for a label value is 63. `DataprocCreateBatchOperator` performs validation to prevent setting longer labels. However, the regex currently allows 64 characters, which causes a failure when trying to create the batch. Update the regex and unit tests to enforce a max of 63. Report URL: https://github.com/apache/airflow/actions/runs/17417878459 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
