Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Apr 13, 2024
1 parent aeb2609 commit cc2d5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/resource_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ func (JobSettingsResource) CustomizeSchema(s map[string]*schema.Schema, path []s
common.CustomizeSchemaPath(s, "task", "task_key").SetOptional()
common.CustomizeSchemaPath(s, "task", "for_each_task", "task", "task_key").SetOptional()

common.CustomizeSchemaPath(s, "task", "sql_task", "Warehouse_id").SetOptional()
common.CustomizeSchemaPath(s, "task", "for_each_task", "task", "sql_task", "Warehouse_id").SetOptional()
common.CustomizeSchemaPath(s, "task", "sql_task", "warehouse_id").SetOptional()
common.CustomizeSchemaPath(s, "task", "for_each_task", "task", "sql_task", "warehouse_id").SetOptional()

topLevelDeprecationMessage := "should be used inside a task block and not inside a job block"
common.CustomizeSchemaPath(s, "max_retries").SetDeprecated(topLevelDeprecationMessage)
Expand Down

0 comments on commit cc2d5f2

Please sign in to comment.