Skip to content

Commit

Permalink
Merge pull request #96 from astronomer/dag_run_api_docs_update
Browse files Browse the repository at this point in the history
dag_runs docs fix
  • Loading branch information
fritz-astronomer authored Mar 21, 2024
2 parents ec86825 + 9f1eaf1 commit fbc0c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astronomer_starship/starship_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fbc0c96

Please sign in to comment.