Erez Rokah
Erez Rokah
#### Summary Fixes https://github.com/cloudquery/cloudquery/issues/1947 We shouldn't be multiplexing subscriptions as the API returns all subscriptions. So we were basically getting all subscriptions for each subscription, and then using the client...
### Describe the Bug Initially reported on Discord ([private link](https://discord.com/channels/872925471417962546/963472127699329074/1019326425960038460)) When fetching Azure subscriptions via the `azure_subscription_subscriptions` (`azure_subscriptions` in v2), the `id` column doesn't match the `subscription_id` column. ### Expected...
### Describe the Bug To reproduce: 1. `echo "test: test" > cloudquery.yml` 2. `cloudquery sync "."` See the error: ```basd Loading specs from directory: . Error: no destinations found for...
#### Summary Adds basic integration tests. The `sync` test is failing due to a bug in our release pipeline (not embedding versions) which I'll fix in a separate PR ---...
### Is your feature request related to a problem? Please describe. Given that the sync command requires a directory as an argument, I'd expect the generate command to support that...
Since we support MacOS, Linux and Windows we should add sanity tests on each OS
### Is your feature request related to a problem? Please describe. Most plugins requires additional items to be set in the configuration after generation (e.g. project Id, token). I usually...
Extracting the discussion from https://github.com/cloudquery/cloudquery/pull/1848 to an issue. With the move to v2 we should think of a strategy on how to test CLI commands and integration with plugins. Some...
We still mention the word `provider` quite a lot. We should rename `provider` to `plugin` where relevant and update other content as relevant. For example https://github.com/cloudquery/cloudquery/blob/045e10a58a01908a1900eb710f936198af972c22/website/pages/docs/developers/developing-new-provider.md
When navigating to https://docs.cloudquery.io/docs/getting-started/getting-started-with-aws (or any other getting started guide), under [download and install](https://docs.cloudquery.io/docs/getting-started/getting-started-with-aws#download-and-install) the selected command is for Linux. It would be nice to default to the OS relevant...