Skip to content

Conversation

@adrianburusdbt
Copy link
Contributor

This PR fixes the issue where timeout_seconds was marked as deprecated with "Moved to execution.timeout_seconds" but the execution block was never implemented.

Changes:

  • Added execution block with timeout_seconds attribute to the job resource
  • Marked top-level timeout_seconds as deprecated with proper migration guidance
  • Full backward compatibility: existing configs using timeout_seconds continue to work
  • When both are set, execution.timeout_seconds takes precedence

Closes #596

@adrianburusdbt adrianburusdbt requested a review from a team as a code owner January 16, 2026 14:37
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.

Job timeout_seconds appears deprecated but has no alternative

2 participants