You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Remove DisallowUnknownFields from Source plugin server (#277)
See cloudquery/cloudquery#2612 for an
explanation.
Notes:
- We weren't using `DisallowUnknownFields` on the destination plugin
side
- We don't currently have a mechanism to warn about unknown fields, but
we are working on it #272
- This will unfortunately not fix plugins that have already been
released. Our next CLI release that adds new fields will have to be
breaking, but after that they can be backwards-compatible.
0 commit comments