-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The documentation and validation of the timeout_seconds job property indicates it is deprecated, but there appears to be no alternative way or location to set this. Tried looking in the code to check if it was just missing documentation but couldn't find an alternative implementation.
Error message
"timeout_seconds" is deprecated: Reason: "[Deprectated - Moved to execution.timeout_seconds] Number of seconds to allow the job to run before timing out"
Resource configuration
resource "dbtcloud_job" "this" {
...
timeout_seconds = 3600
}Expected behavior
Either no deprecation warning, or a new location where to define this
Config (please complete the following information):
provider[registry.terraform.io/dbt-labs/dbtcloud] ~> 1.5.0
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working