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/07/12 18:13:28 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #24696: Add read-only REST API endpoint for Datasets

jedcunningham commented on code in PR #24696:
URL: https://github.com/apache/airflow/pull/24696#discussion_r919268808


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3373,6 +3418,49 @@ components:
           $ref: '#/components/schemas/Resource'
           description: The permission resource
 
+    Dataset:
+      description: |
+        A dataset item.
+
+        *New in version 2.4.0*
+      type: object
+      properties:
+        dataset_id:

Review Comment:
   To be fair, `connection_id` is different than `Connection.id`, which is hidden from the user. Same with `DagRun.id` and `Variable.id`. This is the first internal id we are exposing to the user, I think.



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