From bdcf03fcb0d544fd3d53f6d577e2400b147a2ae9 Mon Sep 17 00:00:00 2001 From: Stran Dutton Date: Wed, 24 Jun 2026 11:56:03 -0500 Subject: [PATCH] BED-8746: migrate app defer --- src/openhound_github/resources/organization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openhound_github/resources/organization.py b/src/openhound_github/resources/organization.py index 2ca7524..47dfa88 100644 --- a/src/openhound_github/resources/organization.py +++ b/src/openhound_github/resources/organization.py @@ -1051,7 +1051,7 @@ def workflows(repo: Repository, ctx: SourceContext): Workflow (Workflow): An active workflow record. """ - @dlt.defer + @app.defer def _workflow_file_contents( client: RESTClient, repo: Repository, workflow: dict[str, Any] ) -> dict | None: