Merged
Conversation
erezrokah
approved these changes
Jul 29, 2025
kodiakhq bot
pushed a commit
that referenced
this pull request
Jul 29, 2025
🤖 I have created a release *beep* *boop* --- ## [1.14.0](v1.13.11...v1.14.0) (2025-07-29) ### Features * Add new config key ([#307](#307)) ([f1ac7da](f1ac7da)) ### Bug Fixes * Generate CloudQuery Go API Client from `spec.json` ([#301](#301)) ([5975534](5975534)) * Generate CloudQuery Go API Client from `spec.json` ([#303](#303)) ([a5a438d](a5a438d)) * Generate CloudQuery Go API Client from `spec.json` ([#305](#305)) ([c479386](c479386)) * Generate CloudQuery Go API Client from `spec.json` ([#306](#306)) ([683c7bf](683c7bf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
to cloudquery/cloudquery
that referenced
this pull request
Jul 29, 2025
Uses cloudquery/cloudquery-api-go#307 Shows a hint message on successful (total resources > 0) sync if the source is `aws` and one of the destinations is `postgresql` or `sqlite`. Works only with bearer tokens (`cloudquery login`). ``` Loading spec(s) from ./aws_to_sqlite.yaml Starting sync for: aws (cloudquery/aws@v32.34.0) -> [sqlite (cloudquery/sqlite@v2.11.1)] Sync completed successfully. Resources: 1337, Errors: 0, Warnings: 0, Time: 3s 🎉 Success! Run the following command to get your oldest 10 EC2 instances: sqlite3 ./db.sql "SELECT account_id, instance_id, region, launch_time FROM aws_ec2_instances ORDER BY launch_time ASC LIMIT 10" ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.