Re: [PR] Don't create session in get_dag if not reading dags from database [airflow]

2024-04-01 Thread via GitHub
uranusjr commented on code in PR #38553: URL: https://github.com/apache/airflow/pull/38553#discussion_r1547078170 ## airflow/utils/cli.py: ## @@ -231,10 +231,11 @@ def get_dag(subdir: str | None, dag_id: str, from_db: bool = False) -> DAG: if from_db: dagbag = D

Re: [PR] Don't create session in get_dag if not reading dags from database [airflow]

2024-04-02 Thread via GitHub
dstandish merged PR #38553: URL: https://github.com/apache/airflow/pull/38553 -- 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: commits-unsubscr...@airflo