We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cd67b commit 259d086Copy full SHA for 259d086
pipelines/resource_pipeline.go
@@ -336,7 +336,7 @@ func ResourcePipeline() common.Resource {
336
Timeouts: &schema.ResourceTimeout{
337
Default: schema.DefaultTimeout(DefaultTimeout),
338
},
339
- CustomizeDiff: func(ctx context.Context, d *schema.ResourceDiff) error {
+ CustomizeDiff: func(ctx context.Context, d *schema.ResourceDiff, c *common.DatabricksClient) error {
340
// Allow changing catalog value in existing pipelines, but force recreation
341
// when switching between storage and catalog (or vice versa).
342
// This should only run on update, thus we skip this check if the ID is not known.
0 commit comments