Skip to content

v0.18.0

Compare
Choose a tag to compare
@chriscardillo chriscardillo released this 12 Mar 15:07
· 57 commits to main since this release
c5e3e42
  • render_on_create is disabled by default, to better align with Airflow's default behavior.

  • Airflow's user_defined_macros and gusty's dag_constructors are consolidated while building the DAG, with priority always given to Airflow's user_defined_macros. This ensures anything user-provided is available both as YAML constructors (!) in gusty and in Jinja context ({{}}) in Airflow.