Skip to content

search: max_partition macro now returns str

Ebernhardson requested to merge work/ebernhardson/max-partition-str into main

In airflow 1 this macro returned binary string instances, but in airflow 2 it is now returning standard strings as expected.

Merge request reports