Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dlt-hub/dlt
/ is_running_in_airflow_task
Function
is_running_in_airflow_task
dlt/common/runtime/exec_info.py:170–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
169
170
def
is_running_in_airflow_task() -> bool:
171
return
"AIRFLOW_CTX_TASK_ID"
in os.environ
172
173
174
def
is_running_in_dagster_task() -> bool:
Callers
4
_r_init
Function · 0.90
test_run_decomposed_with_state_wipe
Function · 0.90
dag_regular
Function · 0.90
exec_info_names
Function · 0.85
Calls
no outgoing calls
Tested by
3
_r_init
Function · 0.72
test_run_decomposed_with_state_wipe
Function · 0.72
dag_regular
Function · 0.72