Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load
consuming_dags
attr eagerly before dataset listener (#36247)
Previously, we could get detached instance error if the dataset listener code closes the session (which happens e.g. if BaseHook.get_connection is called). By eager loading the attribute (which we need anyway), we can avoid this problem. (cherry picked from commit 5bd3581)
- Loading branch information