Skip to content

Commit 832f3ab

Browse files
authored
Suppress diff for source in notebook_task (#1852)
Follow-up to #1837
1 parent 4fc3a74 commit 832f3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/resource_job.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
// NotebookTask contains the information for notebook jobs
2323
type NotebookTask struct {
2424
NotebookPath string `json:"notebook_path"`
25-
Source string `json:"source,omitempty"`
25+
Source string `json:"source,omitempty" tf:"suppress_diff"`
2626
BaseParameters map[string]string `json:"base_parameters,omitempty"`
2727
}
2828

0 commit comments

Comments
 (0)