Skip to content

Commit

Permalink
Test a theory...
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Jan 10, 2025
1 parent a4488aa commit 998c201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions task_sdk/src/airflow/sdk/execution_time/supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ def exit(n: int) -> NoReturn:
atexit._run_exitfuncs()
base_exit(n)

from airflow import settings

settings.configure_orm()

try:
target()
exit(0)
Expand Down

0 comments on commit 998c201

Please sign in to comment.