Lee-W commented on code in PR #69702:
URL: https://github.com/apache/airflow/pull/69702#discussion_r3586449331


##########
airflow-core/src/airflow/ui/src/pages/Run/Header.tsx:
##########
@@ -75,7 +75,7 @@ export const Header = ({ dagRun }: { readonly dagRun: 
DAGRunResponse }) => {
             ? []
             : [
                 {
-                  label: translate("dagRun.mappedPartitionKey"),

Review Comment:
   Yes. These 2 are not exactly the same. In `PartitionScheduleModal`, it's the 
downstream key the partition mapper produced by transforming upstream asset 
partition key(s), so it can differ from the upstream key, which caused 
confusion in dev call. For here, `parition_key` is just the key that runs this 
Dag run.



-- 
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]

Reply via email to