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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]