You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixescloudquery/cloudquery-issues#3451
The CLI closes the context that the Transformer plugin uses upon completion of the sync. This is not an error, so the SDK should not raise it in the `Transform` function.
This error is benign in that the sync still works as expected, but it looks bad in the logs, which end up showing up in `cloudquery.log`, and it bubbles up to other products like Asset Inventory which happens to show errors in bright red colours.
Here's a typical current run
<img width="877" alt="Screenshot 2025-03-07 at 10 57 36" src="https://github.com/user-attachments/assets/5ce61a18-b7a1-4f47-89ca-c3a8e620487d" />
Here's a fixed run
<img width="949" alt="Screenshot 2025-03-07 at 10 54 49" src="https://github.com/user-attachments/assets/239f7665-48b1-49c5-a0bc-84db8a89efee" />
0 commit comments