uranusjr opened a new pull request #16393: URL: https://github.com/apache/airflow/pull/16393
When a serialized DAG is missing a `dag_dependencies` field (possible when upgrading), PostgreSQL would return NULL when accessing the field with a JSON function. This value would fail subsequent code, so we need some logic to handle it. I took the oppertunity to rewrite the entire `get_dag_dependencies` function to use iterators. This should slightly improve performance. Fix #16356. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
