Open t0momi219 opened 1 week ago
Hi @pankajkoti , This PR is ready for review. Could you please check this?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.85%. Comparing base (
a5de8b4
) to head (4bd843a
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
In Airflow, both DAGs and tasks can have timeout specified. Since dbt models likely have varying expected execution times for each layer, there could be cases where users want to apply timeout individually to each node.
How about having Cosmos retrieve timeout from the node metadata and apply them individually when rendering nodes?
Specifically, the expected time is specified in the model's config, which will be read accordingly.
Related Issue(s)
closes https://github.com/astronomer/astronomer-cosmos/issues/1316
Breaking Change?
Checklist