bugraoz93 commented on PR #29688: URL: https://github.com/apache/airflow/pull/29688#issuecomment-1440880601
Good finding! It seems like #29681 fixed the following error. [Tests / Quarantined tests - FileNotFoundError](https://github.com/apache/airflow/actions/runs/4234887733/jobs/7358101338#step:5:946) ``` bash ================================================================= [2023-02-21T17:13:32.652+0000] {dagbag.py:532} INFO - Filling up the DagBag from /dev/null Please make sure to build the frontend in static/ directory and restart the server ----------------------------- Captured stderr call ----------------------------- Traceback (most recent call last): File "/usr/local/bin/airflow", line 33, in <module> sys.exit(load_entry_point('apache-airflow', 'console_scripts', 'airflow')()) File "/opt/airflow/airflow/__main__.py", line 48, in main args.func(args) File "/opt/airflow/airflow/cli/cli_parser.py", line 53, in command return func(*args, **kwargs) File "/opt/airflow/airflow/utils/cli.py", line 108, in wrapper return f(*args, **kwargs) File "/opt/airflow/airflow/cli/commands/internal_api_command.py", line 166, in internal_api app = create_app(None) File "/opt/airflow/airflow/cli/commands/internal_api_command.py", line 250, in create_app init_api_internal(flask_app, standalone_api=True) File "/opt/airflow/airflow/www/extensions/init_views.py", line 235, in init_api_internal with open(path.join(ROOT_APP_DIR, "api_internal", "openapi", "internal_api_v1.yml")) as f: FileNotFoundError: [Errno 2] No such file or directory: '/opt/airflow/airflow/api_internal/openapi/internal_api_v1.yml' ``` -- 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]
