Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 506d4cc
Choose a base ref
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c05e2ee
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 11, 2023

  1. fix: Incremental tables should not delete stale (#594)

    When `overwrite-delete-stale` write mode is used, the delete stale should exclude incremental tables. We still want `delete-stale` behavior for non-incremental tables, but incremental tables have the expectation that previously synced rows should remain there. 
    
    This also fixes a small bug where we were deleting stale entries twice for managed writers, which was caught by the new test.
    hermanschaaf authored Jan 11, 2023
    1 Configuration menu
    Copy the full SHA
    d45e230 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.24.2 (#600)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.24.2](v1.24.1...v1.24.2)
    (2023-01-11)
    
    
    ### Bug Fixes
    
    * Incremental tables should not delete stale
    ([#594](#594))
    ([d45e230](d45e230))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Jan 11, 2023
    1 Configuration menu
    Copy the full SHA
    c05e2ee View commit details
    Browse the repository at this point in the history
Loading