With this we can run those functions allow_destructive_changes when we want to ignore a destructive sync error.
As this update is not implementation specific, and since the idea of what is or is not destructive has not been finalized yet I opted not to add tests. Let me know if there's a better way to test or mock general param behavior!
This update adds query param support for:
With this we can run those functions
allow_destructive_changes
when we want to ignore a destructive sync error.As this update is not implementation specific, and since the idea of what is or is not destructive has not been finalized yet I opted not to add tests. Let me know if there's a better way to test or mock general param behavior!