eladkal opened a new issue, #23439: URL: https://github.com/apache/airflow/issues/23439
### Body Following Stackoverflow question: https://stackoverflow.com/questions/72091119/airflow-issues-with-calling-taskgroup The issue is that when defining task in TaskGroup the identifier of the task becomes `group_id.task_id` [DataprocJobBaseOperator](https://github.com/apache/airflow/blob/05ccfd42f28db7d0a8fe3ed023b0e7a8ec188609/airflow/providers/google/cloud/operators/dataproc.py#L836-L838) have default of using `task_id` for job name but Google doesn't allow the `.` char We probably should fix `DataprocJobBaseOperator` to handle cases where the task defined in task group by replacing the `.` to another char. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
