Skip to content

Job timeout_seconds appears deprecated but has no alternative #596

@joaoclemencio-dbtlabs

Description

@joaoclemencio-dbtlabs

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions