原文:In airflow, how to get default value as ds inside jinja template
In airflow dag, how to default to ds within jinja templating. For example, script_args = { --previousRunDt : {{ prev_execution_date_success |default(ds)}} } Here when prev_execution_date_success ...