Skip to content

Commit

Permalink
swap to _try_number to fix sqlalchemy error
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Mar 26, 2024
1 parent fd37316 commit cbf7fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astronomer_starship/compat/starship_compatability.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def task_instance_attrs(cls) -> "Dict[str, AttrDesc]":
"test_value": -1,
},
"try_number": {
"attr": "try_number",
"attr": "_try_number",
"methods": [("POST", True)],
"test_value": 0,
},
Expand Down

0 comments on commit cbf7fea

Please sign in to comment.