Skip to content

AIP-84 Alias dag_id, asset_id, run_id, task_id #46730

Open
@bbovenzi

Description

@bbovenzi

The UI should avoid rendering raw IDs whenever possible now that dags, runs, instances and assets all have more user-readable names. It would be great to update the API to reflect this in each response, returning both the id and the "name".

Here are the aliases we should do:

  • dag_id with dag_display_name
  • run_id with run_after
  • task_id with task_display_name
  • asset.id with asset.name

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions