The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-asset-event-source-translation has succeeded.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
3bca94bbe8029cf161d5c195f9d59a7ed1ad2e70 / pierrejeambrun 
<[email protected]>
Fix Asset Event table titles showing a raw translation key

The English assetEvent/sourceAssetEvent/createdAssetEvent title keys reference 
their
labels through nested $t() (from the translation DRY refactor). These keys are
consumed by the shared Asset Events table, whose translation hook defaults to 
the
dashboard namespace, so an unqualified nested $t() resolved against dashboard —
where the referenced keys do not exist — and the titles rendered raw keys 
("Source
assetEvent_other", "asset_one Events"). Qualifying the nested references with 
the
common namespace keeps the DRY nesting and resolves it regardless of the 
consuming
component's default namespace.

Report URL: https://github.com/apache/airflow/actions/runs/31511269171

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to