insomnes opened a new issue, #46464: URL: https://github.com/apache/airflow/issues/46464
### Description Generate more meaningful generated default names for pods by `@task.kubernetes` ### Use case/motivation Reference PR with tests showing the desired changes: https://github.com/apache/airflow/pull/46462 Now pod created by decorator would have name `f"k8s_airflow_pod_{uuid.uuid4().hex}"` if name was not explicitly provided by the user. I want more meaningful names by default (via python_callable name utilization) and to reuse already present randomness in name control option from `KubernetesPodOperator`: `random_name_suffix`. ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
