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: Skip relations of incremental tables from delete stale (#18239)
#### Summary
Fixescloudquery/cloudquery-issues#1844 (internal issue).
Relations of incremental tables gets cleared due to delete stale, we should exclude them I think.
The fix works since we always sync parents from before children, so parents get excluded first.
~~Still needs to test this.~~
Blocked by cloudquery/plugin-sdk#1742 (I mean the code works, but the bug won't be fixed until source plugins upgrade to latest SDK)
0 commit comments