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: b0d72e1
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: 28ccca7
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 2, 2024

  1. fix: Error handling in StreamingBatchWriter (#1913)

    Actual clean up by @murarustefaan but I've done some minor updates to it and updated tests.
    
    ~Still need to test it E2E.~ Seems to work, handled the `panic: arrow/array: number of columns/fields mismatch [recovered]` error immediately (I tested with an old version of the S3 plugin, had to manually bump Arrow to v17)
    disq authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d852119 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…

    …64.0 (#1916)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.63.0` -> `v4.64.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.64.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.64.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.63.0...v4.64.0)
    
    ##### Features
    
    -   Add `opts.SchedulerOpts()` helper to convert `plugin.SyncOptions` for scheduler ([#&#8203;1900](https://togithub.com/cloudquery/plugin-sdk/issues/1900)) ([242fb55](https://togithub.com/cloudquery/plugin-sdk/commit/242fb55088032f65e1e743dcd861b8f05d8d60ce))
    -   **remoteoauth:** Add `WithToken` option ([#&#8203;1898](https://togithub.com/cloudquery/plugin-sdk/issues/1898)) ([ff7a485](https://togithub.com/cloudquery/plugin-sdk/commit/ff7a485df334cdaa00f8b1a4671595d4fa3fbcdf))
    -   Update concurrency formula. ([#&#8203;1907](https://togithub.com/cloudquery/plugin-sdk/issues/1907)) ([adce99c](https://togithub.com/cloudquery/plugin-sdk/commit/adce99c9613131a3ef160c9127a5c0d33d33e8af))
    
    ##### Bug Fixes
    
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;1903](https://togithub.com/cloudquery/plugin-sdk/issues/1903)) ([ce2a0ef](https://togithub.com/cloudquery/plugin-sdk/commit/ce2a0efa3da3d388be954030153919a5577b586f))
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;1908](https://togithub.com/cloudquery/plugin-sdk/issues/1908)) ([bea3b00](https://togithub.com/cloudquery/plugin-sdk/commit/bea3b00a52b65f65e564e679a202d8fbd8108712))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.4 ([#&#8203;1912](https://togithub.com/cloudquery/plugin-sdk/issues/1912)) ([c28aabe](https://togithub.com/cloudquery/plugin-sdk/commit/c28aabeb93fb23432069956d3e3b302bae8b6ed9))
    -   **deps:** Update module golang.org/x/oauth2 to v0.23.0 ([#&#8203;1910](https://togithub.com/cloudquery/plugin-sdk/issues/1910)) ([6fe6414](https://togithub.com/cloudquery/plugin-sdk/commit/6fe64140337ba8d5c1af795abf64318e6138bdf3))
    -   **deps:** Update module google.golang.org/grpc to v1.67.0 ([#&#8203;1904](https://togithub.com/cloudquery/plugin-sdk/issues/1904)) ([a349812](https://togithub.com/cloudquery/plugin-sdk/commit/a3498124b325616d085d302fc0faaffb11c77856))
    -   **deps:** Update opentelemetry-go monorepo ([#&#8203;1911](https://togithub.com/cloudquery/plugin-sdk/issues/1911)) ([78e05e1](https://togithub.com/cloudquery/plugin-sdk/commit/78e05e12bfcb38f675dd83dab0b8b442b6227944))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c5e9f1f View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v4.64.1 (#1915)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.64.1](v4.64.0...v4.64.1) (2024-10-02)
    
    
    ### Bug Fixes
    
    * Error handling in StreamingBatchWriter ([#1913](#1913)) ([d852119](d852119))
    
    ---
    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 Oct 2, 2024
    Configuration menu
    Copy the full SHA
    28ccca7 View commit details
    Browse the repository at this point in the history
Loading