Skip to content

Commit 259d086

Browse files
committed
fix
1 parent 20cd67b commit 259d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/resource_pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ func ResourcePipeline() common.Resource {
336336
Timeouts: &schema.ResourceTimeout{
337337
Default: schema.DefaultTimeout(DefaultTimeout),
338338
},
339-
CustomizeDiff: func(ctx context.Context, d *schema.ResourceDiff) error {
339+
CustomizeDiff: func(ctx context.Context, d *schema.ResourceDiff, c *common.DatabricksClient) error {
340340
// Allow changing catalog value in existing pipelines, but force recreation
341341
// when switching between storage and catalog (or vice versa).
342342
// This should only run on update, thus we skip this check if the ID is not known.

0 commit comments

Comments
 (0)