Skip to content

Commit

Permalink
Remove node specific validation from the additional properties check (#…
Browse files Browse the repository at this point in the history
…363)

* Remove node specific validation from the additional properties check

* changelog
  • Loading branch information
patrickcping authored Aug 21, 2024
1 parent 3aaea8d commit 1b197d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/363.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
`resource/davinci_flow`: Remove node specific validation from the additional (unknown) properties validation check.
```
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func (v ParsedValue) ValidateAttribute(ctx context.Context, req xattr.ValidateAt
IgnoreVersionMetadata: true,
IgnoreFlowMetadata: true,
IgnoreFlowVariables: true,
NodeOpts: v.NodeOpts,
})

if !v.IgnoreUnmappedProperties && err != nil {
Expand Down

0 comments on commit 1b197d9

Please sign in to comment.