You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/26 10:52:43 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #25919: WIP Rename DatasetTaskRef to TaskDatasetProducer

ashb commented on code in PR #25919:
URL: https://github.com/apache/airflow/pull/25919#discussion_r955921254


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3526,10 +3526,10 @@ components:
         producing_tasks:
             type: array
             items:
-              $ref: '#/components/schemas/DatasetTaskRef'
+              $ref: '#/components/schemas/TaskDatasetProducer'
 
 
-    DatasetTaskRef:
+    TaskDatasetProducer:

Review Comment:
   Yup, those names are much more explicit about what we use them for :+1:



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org