kaxil commented on PR #63269:
URL: https://github.com/apache/airflow/pull/63269#issuecomment-4032108603

   > Nice. Just needs to pass tests :)
   
   Looks like all of test failures are unrelated:
   
   ```
     Traceback (most recent call last):
       File 
"/home/runner/work/airflow/airflow/task-sdk/dev/generate_task_sdk_models.py", 
line 99, in <module>
         generate_file()
       File 
"/home/runner/work/airflow/airflow/task-sdk/dev/generate_task_sdk_models.py", 
line 83, in generate_file
         latest_version = app.app.versions.version_values[0]
                          ^^^^^^^
       File "<attrs generated getattr 
airflow.api_fastapi.execution_api.app.InProcessExecutionAPI>", line 6, in 
__getattr__
       File 
"/home/runner/work/airflow/airflow/airflow-core/src/airflow/api_fastapi/execution_api/app.py",
 line 317, in app
         from airflow.api_fastapi.execution_api.routes.connections import 
has_connection_access
       File 
"/home/runner/work/airflow/airflow/airflow-core/src/airflow/api_fastapi/execution_api/routes/__init__.py",
 line 22, in <module>
         from airflow.api_fastapi.execution_api.routes import (
       File 
"/home/runner/work/airflow/airflow/airflow-core/src/airflow/api_fastapi/execution_api/routes/hitl.py",
 line 32, in <module>
         from airflow.api_fastapi.execution_api.deps import JWTBearerTIPathDep
     ImportError: cannot import name 'JWTBearerTIPathDep' from 
'airflow.api_fastapi.execution_api.deps' 
(/home/runner/work/airflow/airflow/airflow-core/src/airflow/api_fastapi/execution_api/deps.py)
   ```
   
   ```
   Airflow api-server: 
....................................................................................................ERROR:
 Maximum number of retries while checking service. Exiting 
   Service could not be started!
   ```
   
   and
   
   ```
     airflow-core/src/airflow/api_fastapi/execution_api/routes/hitl.py:32: 
error: Module "airflow.api_fastapi.execution_api.deps" has no attribute 
"JWTBearerTIPathDep"  [attr-defined]
         from airflow.api_fastapi.execution_api.deps import JWTBearerTIPathDep
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ```


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

Reply via email to