jedcunningham commented on code in PR #24696:
URL: https://github.com/apache/airflow/pull/24696#discussion_r919334308
##########
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:
Found 2 existing cases where surrogate id's are exposed, `import_error_id`
and `event_log_id`. I've still pushed a commit to change it to `id` though.
--
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]