To update the version of CloudQuery, and its plugins:
-
Check the tables being collected are still available by running the
diffscript:npm -w cloudquery-tables run diff
If any tables are no longer available, remove them as per the instructions in the CloudQuery tables README.
-
Run CloudQuery locally to ensure it works
-
Update the CDK snapshot tests:
npm -w cdk test -- -u -
Raise a PR