Creating custom cloudquery plugins on windows instead of mac

Hi, I can see that there is a way to create custom plugins in CloudQuery (Creating New Plugins). However, I noticed that it is configured only for Mac.

How can I create a custom plugin in Windows? Is there any way for it? If so, could you please provide me the documentation for this?

To clarify, the issue you’ve hit only applies to incremental syncs on Windows.

In terms of coding a custom plugin, it shouldn’t matter which OS you plan on running it in (i.e. the code would stay the same). The issue will arise when running it on Windows, if the sync is incremental. For the moment, the simplest workaround would be to run your plugin via Docker using a Linux image.