pierrejeambrun commented on code in PR #47302:
URL: https://github.com/apache/airflow/pull/47302#discussion_r1987775831
##########
airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -6711,12 +6711,16 @@ paths:
summary: Get Log
description: Get logs for a specific task instance.
operationId: get_log
+ security:
+ - OAuth2PasswordBearer: []
parameters:
- name: dag_id
in: path
required: true
schema:
- type: string
+ anyOf:
Review Comment:
This part of the spec should not be updated.
https://github.com/apache/airflow/pull/47485 Fixes it and has been merged,
do you mind rebasing, this change should disappear.
--
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]