Re: [PR] Don't make unnecessary network calls with dag-related commands [airflow]

2024-04-01 Thread via GitHub
dstandish commented on PR #38553: URL: https://github.com/apache/airflow/pull/38553#issuecomment-2030236289 > Tests failing. should be resolved now 🤞 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Don't make unnecessary network calls with dag-related commands [airflow]

2024-03-27 Thread via GitHub
potiuk commented on PR #38553: URL: https://github.com/apache/airflow/pull/38553#issuecomment-2024082242 Tests failing. -- 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 u

[PR] Don't make unnecessary network calls with dag-related commands [airflow]

2024-03-27 Thread via GitHub
dstandish opened a new pull request, #38553: URL: https://github.com/apache/airflow/pull/38553 The function DagBag.get_dag has some logic to check if the serialized dag object should be updated. By accessing the dags dict directly we avoid that logic, and this is helpful for running a task