bugraoz93 commented on PR #45300: URL: https://github.com/apache/airflow/pull/45300#issuecomment-2708393979
The API is already integrated with the authentication. This is why I needed to add authentication here https://github.com/apache/airflow/pull/45300/commits/56c0cf96d53dd460cf8378be45c12cd73f617ca0. Otherwise, it started doesn't work with an error. ``` 2025-03-08 16:44:09 [error ] Connection not found [airflow.cli.api.operations] detail=ServerResponseError("Client error message: {'detail': 'Not authenticated'}") status_code=401 ``` Thanks to `TaskSDK` work, it was smooth without too much effort. -- 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]
