potiuk commented on code in PR #52701:
URL: https://github.com/apache/airflow/pull/52701#discussion_r2179758591
##########
airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json:
##########
@@ -65,7 +65,8 @@
"runAfter": "Wykonaj po",
"runType": "Typ wykonania",
"sourceAssetEvent": "Zdarzenie źródłowego zasobu",
- "triggeredBy": "Uruchomiony przez"
+ "triggeredBy": "Uruchomiony jako",
Review Comment:
```
export type DagRunTriggeredByType = 'cli' | 'operator' | 'rest_api' | 'ui' |
'test' | 'timetable' | 'asset' | 'backfill';
```
--
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]