bbovenzi commented on code in PR #63624:
URL: https://github.com/apache/airflow/pull/63624#discussion_r2955621611


##########
airflow-core/src/airflow/ui/openapi-gen/requests/services.gen.ts:
##########
@@ -1056,7 +1057,8 @@ export class DagRunService {
                 run_id_pattern: data.runIdPattern,
                 triggering_user_name_pattern: data.triggeringUserNamePattern,
                 dag_id_pattern: data.dagIdPattern,
-                partition_key_pattern: data.partitionKeyPattern
+                partition_key_pattern: data.partitionKeyPattern,
+                consuming_asset: data.consumingAsset

Review Comment:
   Oh it looks like that is the case in `parameters.py` let's update the 
variable name here and the description in the parameters file



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