[Feature] To support task display_name #1277
Labels
area:rendering
Related to rendering, like Jinja, Airflow tasks, etc
enhancement
New feature or request
triage-needed
Items need to be reviewed / assigned to milestone
Milestone
Description
When running models that have names containing multibyte characters, runtime errors occur in Airflow environments where statsd is enabled (MWAA uses this statsd metric for collecting metrics in Cloudwatch).
Related Issue: apache/airflow#18010
To address this, Airflow 2.9 introduced the ability to render tasks using display_name, which allows task names to be rendered separately from their task_id.
Reference: https://airflow.apache.org/docs/apache-airflow/stable/_modules/airflow/example_dags/example_display_name.html
It would be ideal to have a mechanism that allows users to set a different task_id while using the model name as the display_name when working with models that contain multibyte characters.
Use case/motivation
The following error occurs in MWAA environment:
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: