diff --git a/astronomer_starship/starship_api.py b/astronomer_starship/starship_api.py index 3d61716..4246bc6 100644 --- a/astronomer_starship/starship_api.py +++ b/astronomer_starship/starship_api.py @@ -458,8 +458,8 @@ def dag_runs(self): | data_interval_start | >2.1 | date | 1970-01-01T00:00:00+00:00 | | data_interval_end | >2.1 | date | 1970-01-01T00:00:00+00:00 | | last_scheduling_decision | | date | 1970-01-01T00:00:00+00:00 | - | dash_hash | | str | ... | - | clean_number | >=2.8 | int | 0 | + | dag_hash | | str | ... | + | clear_number | >=2.8 | int | 0 | """ return starship_route( get=starship_compat.get_dag_runs,