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/cloudquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 557c03e
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9adeb45
Choose a head ref
  • 14 commits
  • 120 files changed
  • 8 contributors

Commits on May 14, 2024

  1. chore: Update Scaffold version to v3.0.15 (#17954)

    Updates Scaffold latest version to v3.0.15
    cq-bot authored May 14, 2024
    Configuration menu
    Copy the full SHA
    f744c2c View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update dependency cli to v5.18.2 (#17957)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cli](https://togithub.com/cloudquery/cloudquery) | patch | `v5.18.1` -> `v5.18.2` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery (cli)</summary>
    
    ### [`v5.18.2`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v5.18.2)
    
    [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v5.18.1...cli-v5.18.2)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.10.0 ([#&#8203;17909](https://togithub.com/cloudquery/cloudquery/issues/17909)) ([3771f95](https://togithub.com/cloudquery/cloudquery/commit/3771f95a6b73dcb0d252a7fbef264d3beebc5380))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.0 ([#&#8203;17915](https://togithub.com/cloudquery/cloudquery/issues/17915)) ([8361550](https://togithub.com/cloudquery/cloudquery/commit/8361550e38ed7f64bb2d712a69617b057e180c9a))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.1 ([#&#8203;17943](https://togithub.com/cloudquery/cloudquery/issues/17943)) ([8b9ec39](https://togithub.com/cloudquery/cloudquery/commit/8b9ec394d39726a76986906a56527f9d0a6230ae))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.9.2 ([#&#8203;17894](https://togithub.com/cloudquery/cloudquery/issues/17894)) ([505d386](https://togithub.com/cloudquery/cloudquery/commit/505d386435e3eaa71082d9f5ecfe8cb28cc56130))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.12 ([#&#8203;17901](https://togithub.com/cloudquery/cloudquery/issues/17901)) ([a4bdd27](https://togithub.com/cloudquery/cloudquery/commit/a4bdd275b4199d16ad2f92f4570f607c1467b900))
    -   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.41.0 ([#&#8203;17917](https://togithub.com/cloudquery/cloudquery/issues/17917)) ([81f2506](https://togithub.com/cloudquery/cloudquery/commit/81f25061a461a025595aa0b4ed4bf992f53e67be))
    -   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.41.1 ([#&#8203;17941](https://togithub.com/cloudquery/cloudquery/issues/17941)) ([b112a67](https://togithub.com/cloudquery/cloudquery/commit/b112a6798245d12ef82da532504a500c610cac10))
    -   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.0 ([#&#8203;17951](https://togithub.com/cloudquery/cloudquery/issues/17951)) ([f5befb1](https://togithub.com/cloudquery/cloudquery/commit/f5befb1fba1089d78c594c39064466795c53a86e))
    -   **deps:** Update module google.golang.org/protobuf to v1.34.1 ([#&#8203;17947](https://togithub.com/cloudquery/cloudquery/issues/17947)) ([737b52b](https://togithub.com/cloudquery/cloudquery/commit/737b52bd39370312fc0ced3a152695248197e08c))
    -   Do not combine source and destination warnings and errors ([#&#8203;17914](https://togithub.com/cloudquery/cloudquery/issues/17914)) ([31a9b43](https://togithub.com/cloudquery/cloudquery/commit/31a9b4311b8539c5dcb9aecb72e42f0d03e47c7b))
    
    </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.
    
    ---
    
     - [ ] If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    cq-bot authored May 14, 2024
    Configuration menu
    Copy the full SHA
    0b6089f View commit details
    Browse the repository at this point in the history
  3. chore: Update CLI version to v5.18.2 (#17956)

    Updates the CLI latest version to v5.18.2
    cq-bot authored May 14, 2024
    Configuration menu
    Copy the full SHA
    b54a782 View commit details
    Browse the repository at this point in the history
  4. chore: Remove old integration pages (#17958)

    #### Summary
    
    Not sure why the Website build didn't fail in #17903, but it fails on `main`:
    
    ```
    Error: No _configuration.md file found for source: firestore
    --
    15:37:38.719 | at <anonymous> (/vercel/path0/website/scripts/prebuild.tsx:166:17)
    ```
    
    We shouldn't generate integration pages at all and redirect per #16681
    erezrokah authored May 14, 2024
    Configuration menu
    Copy the full SHA
    97e2c67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    377bde2 View commit details
    Browse the repository at this point in the history
  6. chore: Fix GTM and GTAG codes, remove simpleanalytics (#17959)

    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    #### Summary
    
    ⚠️ **If you're contributing to a plugin please read this section of the
    [contribution
    guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md#open-core-vs-open-source)
    🧑‍🎓 before submitting this PR** ⚠️
    
    Fixes cloudquery/cloudquery-issues#1675
    
    <!--
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [ ] Read the [contribution
    guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [ ] Run `make lint` to ensure the proposed changes follow the coding
    style 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [ ] Run `make test` to ensure the proposed changes pass the tests 🧪
    - [ ] If changing a source plugin run `make gen` to ensure docs are up
    to date 📝
    - [ ] Ensure the status checks below are successful ✅
    --->
    jackcloudquery authored May 14, 2024
    Configuration menu
    Copy the full SHA
    df20a10 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. feat: Upgrade DuckDB library to v1.6.4 (DuckDB driver v0.10.2) (#17961)

    This upgrades to the DuckDB driver version v0.10.2.
    
    MotherDuck users upgrading to this version will need to enable v0.10.2-compatibility on their account (this will become the default after today).  For more information, see: https://motherduck.com/docs/key-tasks/upgrading-to-DuckDB-0.10#previewing-duckdb-version-0102-in-motherduck
    hermanschaaf authored May 15, 2024
    Configuration menu
    Copy the full SHA
    061ea87 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release plugins-destination-duckdb v5.7.0 (#17962)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.7.0](plugins-destination-duckdb-v5.6.3...plugins-destination-duckdb-v5.7.0) (2024-05-15)
    
    
    ### Features
    
    * Upgrade DuckDB library to v1.6.4 (DuckDB driver v0.10.2) ([#17961](#17961)) ([061ea87](061ea87))
    
    ---
    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 May 15, 2024
    Configuration menu
    Copy the full SHA
    0de7f4e View commit details
    Browse the repository at this point in the history
  3. feat: Add support for ACL configuration in S3 Destination (#17953)

    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    #### Summary
    
    This pull request adds ACL configuration support to the S3 destination
    plugin. This feature allows to specify the Access Control List (ACL)
    policy in the S3 destination plugin.
    
    ⚠️ **This is a contribution to a plugin, and I have read the relevant
    section of the [contribution
    guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md#open-core-vs-open-source)
    🧑‍🎓 before submitting this PR** ⚠️
    
    #### Problem Addressed
    
    Before this PR, users could not specify an ACL policy when putting an
    object in an S3 bucket using the S3 destination plugin. This limitation
    could prevent users from sending data across AWS accounts.
    
    ---------
    
    Co-authored-by: Caio Ferreira <caio.cavalcante@ifood.com.br>
    Co-authored-by: Ben Bernays <ben@bernays.me>
    3 people authored May 15, 2024
    Configuration menu
    Copy the full SHA
    5dbf8da View commit details
    Browse the repository at this point in the history
  4. chore(main): Release plugins-destination-s3 v7.1.0 (#17964)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [7.1.0](plugins-destination-s3-v7.0.1...plugins-destination-s3-v7.1.0) (2024-05-15)
    
    
    ### Features
    
    * Add support for ACL configuration in S3 Destination ([#17953](#17953)) ([5dbf8da](5dbf8da))
    
    ---
    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 May 15, 2024
    Configuration menu
    Copy the full SHA
    b8480e4 View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.42…

    ….1 (#17965)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.42.0` -> `v4.42.1` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.42.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.42.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.42.0...v4.42.1)
    
    ##### Bug Fixes
    
    -   Correct error message on Read failure ([#&#8203;1680](https://togithub.com/cloudquery/plugin-sdk/issues/1680)) ([dc31c3a](https://togithub.com/cloudquery/plugin-sdk/commit/dc31c3aa8639250df277de8b857727b88e503d3b))
    -   Properly handle records with multiple rows in batching ([#&#8203;1647](https://togithub.com/cloudquery/plugin-sdk/issues/1647)) ([926a7fc](https://togithub.com/cloudquery/plugin-sdk/commit/926a7fc97ae08adf6be30662f3ece58157294f22))
    
    </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.
    
    ---
    
     - [ ] If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    cq-bot authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d652b81 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. chore: Remove Motherduck plugin (#17991)

    This was never published, `DuckDB` plugin is used to connect to MotherDuck. 🦆
    disq authored May 16, 2024
    Configuration menu
    Copy the full SHA
    07fc4a8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix: Remove JSON schema validation warnings (#17994)

    #### Summary
    
    Part of cloudquery/cloudquery-issues#1676 (internal issue). We're moving JSON schema validation to only be in the Cloud and use the current validation login in the CLI.
    We can't remove it fully at the moment as it's used by the `validate-config` command, so that would come later on
    erezrokah authored May 17, 2024
    Configuration menu
    Copy the full SHA
    7a7ff25 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release cli v5.19.0 (#17960)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.19.0](cli-v5.18.2...cli-v5.19.0) (2024-05-17)
    
    
    ### Features
    
    * Sync Metadata table ([#17842](#17842)) ([377bde2](377bde2))
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.1 ([#17965](#17965)) ([d652b81](d652b81))
    * Remove JSON schema validation warnings ([#17994](#17994)) ([7a7ff25](7a7ff25))
    
    ---
    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 May 17, 2024
    Configuration menu
    Copy the full SHA
    9adeb45 View commit details
    Browse the repository at this point in the history
Loading