airflow

页面中新增变量参数

from airflow.models import Variable
foo = Variable.get("foo")
foo_json = Variable.get("foo_baz", deserialize_json=True)

Last updated

Was this helpful?