iRecursion commented on issue #27430: URL: https://github.com/apache/airflow/issues/27430#issuecomment-1298095212
github评论支持markdown语言功能来美化, <pre> ```language ``` 如 ```json ``` ```shell ``` ```Dockerfile ``` ```yaml ``` …… </pre> ```python """default configuration for the Airflow webserver""" import os import sys sys.path.append(os.getcwd()) from airflow.www.fab_security.manager import AUTH_DB ``` -- 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]
