kacpermuda commented on PR #59921: URL: https://github.com/apache/airflow/pull/59921#issuecomment-3699246599
One more note, in utils.py we're also using some db methods like `DagRun.fetch_task_instances` [here](https://github.com/apache/airflow/blob/cf80ae19840f1d03e16323e7bca819550633db97/providers/openlineage/src/airflow/providers/openlineage/utils/utils.py#L988), but we only call it on scheduler. We're also going to add another call to db [here](https://github.com/apache/airflow/pull/59521/changes#diff-090bdefe8e3de4ab44c24490d0b0df9ff2f9445d2d42126e0ce3476908b804d5R1075) for asset triggered dagruns, also performed only on scheduler. Not sure how this relates to treating sqlalchemy as optional. -- 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]
