-
Notifications
You must be signed in to change notification settings - Fork 547
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: 557c03e
head repository: cloudquery/cloudquery
compare: 9adeb45
- 14 commits
- 120 files changed
- 8 contributors
Commits on May 14, 2024
-
chore: Update Scaffold version to v3.0.15 (#17954)
Updates Scaffold latest version to v3.0.15
Configuration menu - View commit details
-
Copy full SHA for f744c2c - Browse repository at this point
Copy the full SHA f744c2cView commit details -
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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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).
Configuration menu - View commit details
-
Copy full SHA for 0b6089f - Browse repository at this point
Copy the full SHA 0b6089fView commit details -
chore: Update CLI version to v5.18.2 (#17956)
Updates the CLI latest version to v5.18.2
Configuration menu - View commit details
-
Copy full SHA for b54a782 - Browse repository at this point
Copy the full SHA b54a782View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 97e2c67 - Browse repository at this point
Copy the full SHA 97e2c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377bde2 - Browse repository at this point
Copy the full SHA 377bde2View commit details -
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 ✅ --->Configuration menu - View commit details
-
Copy full SHA for df20a10 - Browse repository at this point
Copy the full SHA df20a10View commit details
Commits on May 15, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 061ea87 - Browse repository at this point
Copy the full SHA 061ea87View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 0de7f4e - Browse repository at this point
Copy the full SHA 0de7f4eView commit details -
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>Configuration menu - View commit details
-
Copy full SHA for 5dbf8da - Browse repository at this point
Copy the full SHA 5dbf8daView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for b8480e4 - Browse repository at this point
Copy the full SHA b8480e4View commit details -
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 ([#​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 ([#​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).
Configuration menu - View commit details
-
Copy full SHA for d652b81 - Browse repository at this point
Copy the full SHA d652b81View commit details
Commits on May 16, 2024
-
chore: Remove Motherduck plugin (#17991)
This was never published, `DuckDB` plugin is used to connect to MotherDuck. 🦆
Configuration menu - View commit details
-
Copy full SHA for 07fc4a8 - Browse repository at this point
Copy the full SHA 07fc4a8View commit details
Commits on May 17, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 7a7ff25 - Browse repository at this point
Copy the full SHA 7a7ff25View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 9adeb45 - Browse repository at this point
Copy the full SHA 9adeb45View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 557c03e...9adeb45