Skip to content

Conversation

@kiranvasudev
Copy link
Member

@kiranvasudev kiranvasudev commented Aug 7, 2025

DATA-2387

After upgrading to Airflow 2.11, there is more strict type checks that are performed.

As a result, when we use dagrun_timeout, like here the dags fail to load on airflow because dagrun_timeout expects a timedelta but we input an int.

As a quick fix, I use the eval method to evaluate the input dagrun_timeout, provided that the value we input is something like "timedelta(seconds=1500)". you can see this here.

@kiranvasudev kiranvasudev requested a review from a team as a code owner August 7, 2025 07:20
@kiranvasudev kiranvasudev merged commit 093ad01 into master Aug 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants