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/24 14:01:28 UTC

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

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


##########
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:
   wdyt about just `DatasetProducer` or `DatasetProducerTask`instead?



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